From aa2d7c0ec0a0c69dcf41993bf8bae9c2c97cea9d Mon Sep 17 00:00:00 2001 From: yo mama Date: Thu, 29 Jan 2015 17:37:37 -0800 Subject: need to fix memory leak, added valgrind output --- Makefile | 37 +- Makefile.in | 5 +- aclocal.m4 | 2699 +- autom4te.cache/output.1 | 2062 +- autom4te.cache/output.2 | 1 - autom4te.cache/requests | 677 +- autom4te.cache/traces.1 | 8 +- autom4te.cache/traces.2 | 463 +- config.log | 730 +- config.status | 400 +- configure | 2060 +- libtool | 6126 +- ltmain.sh | 2 +- src/.deps/dssi-render.Po | 202 +- src/.deps/ladspa_run_synth.Po | 205 +- src/Makefile | 33 +- src/Makefile.in | 1 + src/VALOUT | 281279 ++++++++++++++++++++++++++++++++++ src/dssi-render | Bin 0 -> 125896 bytes src/dssi-render.o | Bin 0 -> 81000 bytes src/ladspa_run_synth.o | Bin 0 -> 22648 bytes src/midi/.deps/fluid_list.Plo | 132 +- src/midi/.deps/fluid_midi.Plo | 156 +- src/midi/.deps/midi_loader.Plo | 127 +- src/midi/.deps/test_midi_loader.Po | 127 +- src/midi/.libs/fluid_list.o | Bin 0 -> 16696 bytes src/midi/.libs/fluid_midi.o | Bin 0 -> 79424 bytes src/midi/.libs/libfluidmidi.a | Bin 0 -> 129176 bytes src/midi/.libs/libfluidmidi.la | 1 + src/midi/.libs/midi_loader.o | Bin 0 -> 30352 bytes src/midi/Makefile | 33 +- src/midi/Makefile.in | 1 + src/midi/fluid_list.lo | 12 + src/midi/fluid_list.o | Bin 0 -> 17536 bytes src/midi/fluid_midi.lo | 12 + src/midi/fluid_midi.o | Bin 0 -> 86056 bytes src/midi/libfluidmidi.la | 41 + src/midi/midi_loader.lo | 12 + src/midi/midi_loader.o | Bin 0 -> 30528 bytes src/midi/test_midi_loader | Bin 0 -> 83408 bytes src/midi/test_midi_loader.o | Bin 0 -> 10344 bytes src/test.mid | Bin 0 -> 80640 bytes 42 files changed, 290915 insertions(+), 6729 deletions(-) create mode 100644 src/VALOUT create mode 100755 src/dssi-render create mode 100644 src/dssi-render.o create mode 100644 src/ladspa_run_synth.o create mode 100644 src/midi/.libs/fluid_list.o create mode 100644 src/midi/.libs/fluid_midi.o create mode 100644 src/midi/.libs/libfluidmidi.a create mode 120000 src/midi/.libs/libfluidmidi.la create mode 100644 src/midi/.libs/midi_loader.o create mode 100644 src/midi/fluid_list.lo create mode 100644 src/midi/fluid_list.o create mode 100644 src/midi/fluid_midi.lo create mode 100644 src/midi/fluid_midi.o create mode 100644 src/midi/libfluidmidi.la create mode 100644 src/midi/midi_loader.lo create mode 100644 src/midi/midi_loader.o create mode 100755 src/midi/test_midi_loader create mode 100644 src/midi/test_midi_loader.o create mode 100644 src/test.mid diff --git a/Makefile b/Makefile index acfed7b..317cf56 100644 --- a/Makefile +++ b/Makefile @@ -81,8 +81,8 @@ subdir = . DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \ $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/configure $(am__configure_deps) mkinstalldirs \ - COPYING compile config.guess config.sub depcomp install-sh \ - missing ltmain.sh + COPYING compile config.guess config.sub install-sh missing \ + ltmain.sh ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -190,15 +190,15 @@ distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print -ACLOCAL = ${SHELL} /tmp/new/dssi-render/missing aclocal-1.14 +ACLOCAL = ${SHELL} /tmp/mybaby/dssi-render/missing aclocal-1.14 ALSA_CFLAGS = -I/usr/include/alsa ALSA_LIBS = -lasound AMTAR = $${TAR-tar} AM_DEFAULT_VERBOSITY = 1 AR = ar -AUTOCONF = ${SHELL} /tmp/new/dssi-render/missing autoconf -AUTOHEADER = ${SHELL} /tmp/new/dssi-render/missing autoheader -AUTOMAKE = ${SHELL} /tmp/new/dssi-render/missing automake-1.14 +AUTOCONF = ${SHELL} /tmp/mybaby/dssi-render/missing autoconf +AUTOHEADER = ${SHELL} /tmp/mybaby/dssi-render/missing autoheader +AUTOMAKE = ${SHELL} /tmp/mybaby/dssi-render/missing automake-1.14 AWK = gawk CC = gcc CCDEPMODE = depmode=gcc3 @@ -216,10 +216,10 @@ DUMPBIN = ECHO_C = ECHO_N = -n ECHO_T = -EGREP = /bin/grep -E +EGREP = /usr/bin/grep -E EXEEXT = -FGREP = /bin/grep -F -GREP = /bin/grep +FGREP = /usr/bin/grep -F +GREP = /usr/bin/grep INSTALL = /usr/bin/install -c INSTALL_DATA = ${INSTALL} -m 644 INSTALL_PROGRAM = ${INSTALL} @@ -233,9 +233,10 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool LIPO = LN_S = ln -s LTLIBOBJS = -MAKEINFO = ${SHELL} /tmp/new/dssi-render/missing makeinfo +LT_SYS_LIBRARY_PATH = +MAKEINFO = ${SHELL} /tmp/mybaby/dssi-render/missing makeinfo MANIFEST_TOOL = : -MKDIR_P = /bin/mkdir -p +MKDIR_P = /usr/bin/mkdir -p NM = /usr/bin/nm -B NMEDIT = OBJDUMP = objdump @@ -254,17 +255,17 @@ PKG_CONFIG = /usr/bin/pkg-config PKG_CONFIG_LIBDIR = PKG_CONFIG_PATH = RANLIB = ranlib -SED = /bin/sed +SED = /usr/bin/sed SET_MAKE = -SHELL = /bin/bash +SHELL = /bin/sh SNDFILE_CFLAGS = SNDFILE_LIBS = -lsndfile STRIP = strip VERSION = 0.0.1 -abs_builddir = /tmp/new/dssi-render -abs_srcdir = /tmp/new/dssi-render -abs_top_builddir = /tmp/new/dssi-render -abs_top_srcdir = /tmp/new/dssi-render +abs_builddir = /tmp/mybaby/dssi-render +abs_srcdir = /tmp/mybaby/dssi-render +abs_top_builddir = /tmp/mybaby/dssi-render +abs_top_srcdir = /tmp/mybaby/dssi-render ac_ct_AR = ar ac_ct_CC = gcc ac_ct_DUMPBIN = @@ -293,7 +294,7 @@ host_vendor = unknown htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info -install_sh = ${SHELL} /tmp/new/dssi-render/install-sh +install_sh = ${SHELL} /tmp/mybaby/dssi-render/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale diff --git a/Makefile.in b/Makefile.in index 7464950..047600b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -81,8 +81,8 @@ subdir = . DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \ $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/configure $(am__configure_deps) mkinstalldirs \ - COPYING compile config.guess config.sub depcomp install-sh \ - missing ltmain.sh + COPYING compile config.guess config.sub install-sh missing \ + ltmain.sh ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -233,6 +233,7 @@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ diff --git a/aclocal.m4 b/aclocal.m4 index 9fb1ad6..76ec4fc 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -22,9 +22,7 @@ To do so, use the procedure documented by the package, typically 'autoreconf'.]) # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. +# Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is free software; the Free Software Foundation gives @@ -32,36 +30,30 @@ To do so, use the procedure documented by the package, typically 'autoreconf'.]) # modifications, as long as this notice is preserved. m4_define([_LT_COPYING], [dnl -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. -# Written by Gordon Matzigkeit, 1996 -# -# This file is part of GNU Libtool. -# -# GNU Libtool is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of -# the License, or (at your option) any later version. +# Copyright (C) 2014 Free Software Foundation, Inc. +# This is free software; see the source for copying conditions. There is NO +# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +# GNU Libtool is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of of the License, or +# (at your option) any later version. # -# As a special exception to the GNU General Public License, -# if you distribute this file as part of a program or library that -# is built using GNU Libtool, you may include this file under the -# same distribution terms that you use for the rest of that program. +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program or library that is built +# using GNU Libtool, you may include this file under the same +# distribution terms that you use for the rest of that program. # -# GNU Libtool is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of +# GNU Libtool is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with GNU Libtool; see the file COPYING. If not, a copy -# can be downloaded from http://www.gnu.org/licenses/gpl.html, or -# obtained by writing to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see . ]) -# serial 57 LT_INIT +# serial 58 LT_INIT # LT_PREREQ(VERSION) @@ -89,7 +81,7 @@ esac # LT_INIT([OPTIONS]) # ------------------ AC_DEFUN([LT_INIT], -[AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT +[AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl AC_BEFORE([$0], [LT_LANG])dnl AC_BEFORE([$0], [LT_OUTPUT])dnl @@ -113,7 +105,7 @@ dnl Parse OPTIONS _LT_SET_OPTIONS([$0], [$1]) # This can be used to rebuild libtool when needed -LIBTOOL_DEPS="$ltmain" +LIBTOOL_DEPS=$ltmain # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' @@ -133,26 +125,43 @@ dnl AC_DEFUN([AC_PROG_LIBTOOL], []) dnl AC_DEFUN([AM_PROG_LIBTOOL], []) +# _LT_PREPARE_CC_BASENAME +# ----------------------- +m4_defun([_LT_PREPARE_CC_BASENAME], [ +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in @S|@*""; do + case $cc_temp in + compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; + distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} +])# _LT_PREPARE_CC_BASENAME + + # _LT_CC_BASENAME(CC) # ------------------- -# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +# It would be clearer to call AC_REQUIREs from _LT_PREPARE_CC_BASENAME, +# but that macro is also expanded into generated libtool script, which +# arranges for $SED and $ECHO to be set by different means. m4_defun([_LT_CC_BASENAME], -[for cc_temp in $1""; do - case $cc_temp in - compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; - distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; - \-*) ;; - *) break;; - esac -done -cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +[m4_require([_LT_PREPARE_CC_BASENAME])dnl +AC_REQUIRE([_LT_DECL_SED])dnl +AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl +func_cc_basename $1 +cc_basename=$func_cc_basename_result ]) # _LT_FILEUTILS_DEFAULTS # ---------------------- # It is okay to use these file commands and assume they have been set -# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'. +# sensibly after 'm4_require([_LT_FILEUTILS_DEFAULTS])'. m4_defun([_LT_FILEUTILS_DEFAULTS], [: ${CP="cp -f"} : ${MV="mv -f"} @@ -199,15 +208,16 @@ m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl m4_require([_LT_CMD_OLD_ARCHIVE])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl m4_require([_LT_WITH_SYSROOT])dnl +m4_require([_LT_CMD_TRUNCATE])dnl _LT_CONFIG_LIBTOOL_INIT([ -# See if we are running on zsh, and set the options which allow our +# See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes INIT. -if test -n "\${ZSH_VERSION+set}" ; then +if test -n "\${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi ]) -if test -n "${ZSH_VERSION+set}" ; then +if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi @@ -220,7 +230,7 @@ aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. - if test "X${COLLECT_NAMES+set}" != Xset; then + if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi @@ -231,14 +241,14 @@ esac ofile=libtool can_build_shared=yes -# All known linkers require a `.a' archive for static linking (except MSVC, +# All known linkers require a '.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a -with_gnu_ld="$lt_cv_prog_gnu_ld" +with_gnu_ld=$lt_cv_prog_gnu_ld -old_CC="$CC" -old_CFLAGS="$CFLAGS" +old_CC=$CC +old_CFLAGS=$CFLAGS # Set sane defaults for various variables test -z "$CC" && CC=cc @@ -291,21 +301,21 @@ no_glob_subst='s/\*/\\\*/g' # _LT_PROG_LTMAIN # --------------- -# Note that this code is called both from `configure', and `config.status' +# Note that this code is called both from 'configure', and 'config.status' # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, -# `config.status' has no value for ac_aux_dir unless we are using Automake, +# 'config.status' has no value for ac_aux_dir unless we are using Automake, # so we pass a copy along to make sure it has a sensible value anyway. m4_defun([_LT_PROG_LTMAIN], [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) -ltmain="$ac_aux_dir/ltmain.sh" +ltmain=$ac_aux_dir/ltmain.sh ])# _LT_PROG_LTMAIN # So that we can recreate a full libtool script including additional # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS -# in macros and then make a single call at the end using the `libtool' +# in macros and then make a single call at the end using the 'libtool' # label. @@ -437,8 +447,8 @@ m4_define([_lt_decl_all_varnames], # _LT_CONFIG_STATUS_DECLARE([VARNAME]) # ------------------------------------ -# Quote a variable value, and forward it to `config.status' so that its -# declaration there will have the same value as in `configure'. VARNAME +# Quote a variable value, and forward it to 'config.status' so that its +# declaration there will have the same value as in 'configure'. VARNAME # must have a single quote delimited value for this to work. m4_define([_LT_CONFIG_STATUS_DECLARE], [$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) @@ -462,7 +472,7 @@ m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], # Output comment and list of tags supported by the script m4_defun([_LT_LIBTOOL_TAGS], [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl -available_tags="_LT_TAGS"dnl +available_tags='_LT_TAGS'dnl ]) @@ -490,7 +500,7 @@ m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl # _LT_LIBTOOL_CONFIG_VARS # ----------------------- # Produce commented declarations of non-tagged libtool config variables -# suitable for insertion in the LIBTOOL CONFIG section of the `libtool' +# suitable for insertion in the LIBTOOL CONFIG section of the 'libtool' # script. Tagged libtool config variables (even for the LIBTOOL CONFIG # section) are produced by _LT_LIBTOOL_TAG_VARS. m4_defun([_LT_LIBTOOL_CONFIG_VARS], @@ -516,8 +526,8 @@ m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of # variables for single and double quote escaping we saved from calls # to _LT_DECL, we can put quote escaped variables declarations -# into `config.status', and then the shell code to quote escape them in -# for loops in `config.status'. Finally, any additional code accumulated +# into 'config.status', and then the shell code to quote escape them in +# for loops in 'config.status'. Finally, any additional code accumulated # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. m4_defun([_LT_CONFIG_COMMANDS], [AC_PROVIDE_IFELSE([LT_OUTPUT], @@ -563,7 +573,7 @@ for var in lt_decl_all_varnames([[ \ ]], lt_decl_quote_varnames); do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[[\\\\\\\`\\"\\\$]]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" @@ -576,7 +586,7 @@ for var in lt_decl_all_varnames([[ \ ]], lt_decl_dquote_varnames); do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[[\\\\\\\`\\"\\\$]]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" @@ -592,7 +602,7 @@ _LT_OUTPUT_LIBTOOL_INIT # Generate a child script FILE with all initialization necessary to # reuse the environment learned by the parent script, and make the # file executable. If COMMENT is supplied, it is inserted after the -# `#!' sequence but before initialization text begins. After this +# '#!' sequence but before initialization text begins. After this # macro, additional text can be appended to FILE to form the body of # the child script. The macro ends with non-zero status if the # file could not be fully written (such as if the disk is full). @@ -614,7 +624,7 @@ AS_SHELL_SANITIZE _AS_PREPARE exec AS_MESSAGE_FD>&1 _ASEOF -test $lt_write_fail = 0 && chmod +x $1[]dnl +test 0 = "$lt_write_fail" && chmod +x $1[]dnl m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT # LT_OUTPUT @@ -637,7 +647,7 @@ exec AS_MESSAGE_LOG_FD>>config.log } >&AS_MESSAGE_LOG_FD lt_cl_help="\ -\`$as_me' creates a local libtool stub from the current configuration, +'$as_me' creates a local libtool stub from the current configuration, for use in further configure time tests before the real libtool is generated. @@ -659,7 +669,7 @@ Copyright (C) 2011 Free Software Foundation, Inc. This config.lt script is free software; the Free Software Foundation gives unlimited permision to copy, distribute and modify it." -while test $[#] != 0 +while test 0 != $[#] do case $[1] in --version | --v* | -V ) @@ -672,10 +682,10 @@ do lt_cl_silent=: ;; -*) AC_MSG_ERROR([unrecognized option: $[1] -Try \`$[0] --help' for more information.]) ;; +Try '$[0] --help' for more information.]) ;; *) AC_MSG_ERROR([unrecognized argument: $[1] -Try \`$[0] --help' for more information.]) ;; +Try '$[0] --help' for more information.]) ;; esac shift done @@ -701,7 +711,7 @@ chmod +x "$CONFIG_LT" # open by configure. Here we exec the FD to /dev/null, effectively closing # config.log, so it can be properly (re)opened and appended to by config.lt. lt_cl_success=: -test "$silent" = yes && +test yes = "$silent" && lt_config_lt_args="$lt_config_lt_args --quiet" exec AS_MESSAGE_LOG_FD>/dev/null $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false @@ -721,32 +731,43 @@ m4_defun([_LT_CONFIG], _LT_CONFIG_SAVE_COMMANDS([ m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl m4_if(_LT_TAG, [C], [ - # See if we are running on zsh, and set the options which allow our + # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes. - if test -n "${ZSH_VERSION+set}" ; then + if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi - cfgfile="${ofile}T" + cfgfile=${ofile}T trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL - -# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. -# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION +# Generated automatically by $as_me ($PACKAGE) $VERSION # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. -# + +# Provide generalized library-building support services. +# Written by Gordon Matzigkeit, 1996 + _LT_COPYING _LT_LIBTOOL_TAGS +# Configured defaults for sys_lib_dlsearch_path munging. +: \${LT_SYS_LIBRARY_PATH="$LT_SYS_LIBRARY_PATH"} + # ### BEGIN LIBTOOL CONFIG _LT_LIBTOOL_CONFIG_VARS _LT_LIBTOOL_TAG_VARS # ### END LIBTOOL CONFIG +_LT_EOF + + cat <<'_LT_EOF' >> "$cfgfile" + +_LT_PREPARE_MUNGE_PATH_LIST +_LT_PREPARE_CC_BASENAME + _LT_EOF case $host_os in @@ -755,7 +776,7 @@ _LT_EOF # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. -if test "X${COLLECT_NAMES+set}" != Xset; then +if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi @@ -772,8 +793,6 @@ _LT_EOF sed '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) - _LT_PROG_REPLACE_SHELLFNS - mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" @@ -791,7 +810,6 @@ _LT_EOF [m4_if([$1], [], [ PACKAGE='$PACKAGE' VERSION='$VERSION' - TIMESTAMP='$TIMESTAMP' RM='$RM' ofile='$ofile'], []) ])dnl /_LT_CONFIG_SAVE_COMMANDS @@ -988,7 +1006,7 @@ m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], [lt_cv_apple_cc_single_mod=no - if test -z "${LT_MULTI_MODULE}"; then + if test -z "$LT_MULTI_MODULE"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the @@ -1006,7 +1024,7 @@ m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ cat conftest.err >&AS_MESSAGE_LOG_FD # Otherwise, if the output was created with a 0 exit code from # the compiler, it worked. - elif test -f libconftest.dylib && test $_lt_result -eq 0; then + elif test -f libconftest.dylib && test 0 = "$_lt_result"; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&AS_MESSAGE_LOG_FD @@ -1024,7 +1042,7 @@ m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [lt_cv_ld_exported_symbols_list=yes], [lt_cv_ld_exported_symbols_list=no]) - LDFLAGS="$save_LDFLAGS" + LDFLAGS=$save_LDFLAGS ]) AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], @@ -1046,7 +1064,7 @@ _LT_EOF _lt_result=$? if test -s conftest.err && $GREP force_load conftest.err; then cat conftest.err >&AS_MESSAGE_LOG_FD - elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then + elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then lt_cv_ld_force_load=yes else cat conftest.err >&AS_MESSAGE_LOG_FD @@ -1056,32 +1074,32 @@ _LT_EOF ]) case $host_os in rhapsody* | darwin1.[[012]]) - _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; + _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; darwin1.*) - _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) - _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[[012]]*) - _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; + 10.[[012]][[,.]]*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 10.*) - _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; esac ;; esac - if test "$lt_cv_apple_cc_single_mod" = "yes"; then + if test yes = "$lt_cv_apple_cc_single_mod"; then _lt_dar_single_mod='$single_module' fi - if test "$lt_cv_ld_exported_symbols_list" = "yes"; then - _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' + if test yes = "$lt_cv_ld_exported_symbols_list"; then + _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' else - _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' + _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' fi - if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then + if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= @@ -1101,29 +1119,29 @@ m4_defun([_LT_DARWIN_LINKER_FEATURES], _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported - if test "$lt_cv_ld_force_load" = "yes"; then - _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + if test yes = "$lt_cv_ld_force_load"; then + _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes]) else _LT_TAGVAR(whole_archive_flag_spec, $1)='' fi _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" + _LT_TAGVAR(allow_undefined_flag, $1)=$_lt_dar_allow_undefined case $cc_basename in - ifort*) _lt_dar_can_shared=yes ;; + ifort*|nagfor*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac - if test "$_lt_dar_can_shared" = "yes"; then + if test yes = "$_lt_dar_can_shared"; then output_verbose_link_cmd=func_echo_all - _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" - _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" - _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" - _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" + _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" + _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" + _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" + _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" m4_if([$1], [CXX], -[ if test "$lt_cv_apple_cc_single_mod" != "yes"; then - _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}" - _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}" +[ if test yes != "$lt_cv_apple_cc_single_mod"; then + _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil" + _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil" fi ],[]) else @@ -1143,7 +1161,7 @@ m4_defun([_LT_DARWIN_LINKER_FEATURES], # Allow to override them for all tags through lt_cv_aix_libpath. m4_defun([_LT_SYS_MODULE_PATH_AIX], [m4_require([_LT_DECL_SED])dnl -if test "${lt_cv_aix_libpath+set}" = set; then +if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])], @@ -1161,7 +1179,7 @@ else _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi],[]) if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then - _LT_TAGVAR([lt_cv_aix_libpath_], [$1])="/usr/lib:/lib" + _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=/usr/lib:/lib fi ]) aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1]) @@ -1181,8 +1199,8 @@ m4_define([_LT_SHELL_INIT], # ----------------------- # Find how we can fake an echo command that does not interpret backslash. # In particular, with Autoconf 2.60 or later we add some code to the start -# of the generated configure script which will find a shell with a builtin -# printf (which we can use as an echo command). +# of the generated configure script that will find a shell with a builtin +# printf (that we can use as an echo command). m4_defun([_LT_PROG_ECHO_BACKSLASH], [ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO @@ -1210,10 +1228,10 @@ fi # Invoke $ECHO with all args, space-separated. func_echo_all () { - $ECHO "$*" + $ECHO "$*" } -case "$ECHO" in +case $ECHO in printf*) AC_MSG_RESULT([printf]) ;; print*) AC_MSG_RESULT([print -r]) ;; *) AC_MSG_RESULT([cat]) ;; @@ -1239,16 +1257,17 @@ _LT_DECL([], [ECHO], [1], [An echo program that protects backslashes]) AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot]) AC_ARG_WITH([sysroot], -[ --with-sysroot[=DIR] Search for dependent libraries within DIR - (or the compiler's sysroot if not specified).], +[AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@], + [Search for dependent libraries within DIR (or the compiler's sysroot + if not specified).])], [], [with_sysroot=no]) dnl lt_sysroot will always be passed unquoted. We quote it here dnl in case the user passed a directory name. lt_sysroot= -case ${with_sysroot} in #( +case $with_sysroot in #( yes) - if test "$GCC" = yes; then + if test yes = "$GCC"; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` fi ;; #( @@ -1258,14 +1277,14 @@ case ${with_sysroot} in #( no|'') ;; #( *) - AC_MSG_RESULT([${with_sysroot}]) + AC_MSG_RESULT([$with_sysroot]) AC_MSG_ERROR([The sysroot must be an absolute path.]) ;; esac AC_MSG_RESULT([${lt_sysroot:-no}]) _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl -[dependent libraries, and in which our libraries should be installed.])]) +[dependent libraries, and where our libraries should be installed.])]) # _LT_ENABLE_LOCK # --------------- @@ -1273,31 +1292,33 @@ m4_defun([_LT_ENABLE_LOCK], [AC_ARG_ENABLE([libtool-lock], [AS_HELP_STRING([--disable-libtool-lock], [avoid locking (might break parallel builds)])]) -test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes +test no = "$enable_libtool_lock" || enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) - # Find out which ABI we are using. + # Find out what ABI is being produced by ac_compile, and set mode + # options accordingly. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) - HPUX_IA64_MODE="32" + HPUX_IA64_MODE=32 ;; *ELF-64*) - HPUX_IA64_MODE="64" + HPUX_IA64_MODE=64 ;; esac fi rm -rf conftest* ;; *-*-irix6*) - # Find out which ABI we are using. + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then - if test "$lt_cv_prog_gnu_ld" = yes; then + if test yes = "$lt_cv_prog_gnu_ld"; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" @@ -1326,9 +1347,46 @@ ia64-*-hpux*) rm -rf conftest* ;; +mips64*-*linux*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + emul=elf + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + emul="${emul}32" + ;; + *64-bit*) + emul="${emul}64" + ;; + esac + case `/usr/bin/file conftest.$ac_objext` in + *MSB*) + emul="${emul}btsmip" + ;; + *LSB*) + emul="${emul}ltsmip" + ;; + esac + case `/usr/bin/file conftest.$ac_objext` in + *N32*) + emul="${emul}n32" + ;; + esac + LD="${LD-ld} -m $emul" + fi + rm -rf conftest* + ;; + x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) - # Find out which ABI we are using. + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. Note that the listed cases only cover the + # situations where additional linker options are needed (such as when + # doing 32-bit compilation for a host where ld defaults to 64-bit, or + # vice versa); the common cases where no linker options are needed do + # not appear in the list. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in @@ -1347,10 +1405,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) ;; esac ;; - powerpc64le-*) + powerpc64le-*linux*) LD="${LD-ld} -m elf32lppclinux" ;; - powerpc64-*) + powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) @@ -1369,10 +1427,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; - powerpcle-*) + powerpcle-*linux*) LD="${LD-ld} -m elf64lppc" ;; - powerpc-*) + powerpc-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) @@ -1390,19 +1448,20 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. - SAVE_CFLAGS="$CFLAGS" + SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS -belf" AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, [AC_LANG_PUSH(C) AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) AC_LANG_POP]) - if test x"$lt_cv_cc_needs_belf" != x"yes"; then + if test yes != "$lt_cv_cc_needs_belf"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf - CFLAGS="$SAVE_CFLAGS" + CFLAGS=$SAVE_CFLAGS fi ;; *-*solaris*) - # Find out which ABI we are using. + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in @@ -1410,7 +1469,7 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) case $lt_cv_prog_gnu_ld in yes*) case $host in - i?86-*-solaris*) + i?86-*-solaris*|x86_64-*-solaris*) LD="${LD-ld} -m elf_x86_64" ;; sparc*-*-solaris*) @@ -1419,7 +1478,7 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) esac # GNU ld 2.21 introduced _sol2 emulations. Use them if available. if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then - LD="${LD-ld}_sol2" + LD=${LD-ld}_sol2 fi ;; *) @@ -1435,7 +1494,7 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) ;; esac -need_locks="$enable_libtool_lock" +need_locks=$enable_libtool_lock ])# _LT_ENABLE_LOCK @@ -1454,11 +1513,11 @@ AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], [echo conftest.$ac_objext > conftest.lst lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD' AC_TRY_EVAL([lt_ar_try]) - if test "$ac_status" -eq 0; then + if test 0 -eq "$ac_status"; then # Ensure the archiver fails upon bogus file names. rm -f conftest.$ac_objext libconftest.a AC_TRY_EVAL([lt_ar_try]) - if test "$ac_status" -ne 0; then + if test 0 -ne "$ac_status"; then lt_cv_ar_at_file=@ fi fi @@ -1466,7 +1525,7 @@ AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], ]) ]) -if test "x$lt_cv_ar_at_file" = xno; then +if test no = "$lt_cv_ar_at_file"; then archiver_list_spec= else archiver_list_spec=$lt_cv_ar_at_file @@ -1497,7 +1556,7 @@ old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in - openbsd*) + bitrig* | openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) @@ -1533,7 +1592,7 @@ AC_CACHE_CHECK([$1], [$2], [$2=no m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) echo "$lt_simple_compile_test_code" > conftest.$ac_ext - lt_compiler_flag="$3" + lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins @@ -1560,7 +1619,7 @@ AC_CACHE_CHECK([$1], [$2], $RM conftest* ]) -if test x"[$]$2" = xyes; then +if test yes = "[$]$2"; then m4_if([$5], , :, [$5]) else m4_if([$6], , :, [$6]) @@ -1582,7 +1641,7 @@ AC_DEFUN([_LT_LINKER_OPTION], m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no - save_LDFLAGS="$LDFLAGS" + save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS $3" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then @@ -1601,10 +1660,10 @@ AC_CACHE_CHECK([$1], [$2], fi fi $RM -r conftest* - LDFLAGS="$save_LDFLAGS" + LDFLAGS=$save_LDFLAGS ]) -if test x"[$]$2" = xyes; then +if test yes = "[$]$2"; then m4_if([$4], , :, [$4]) else m4_if([$5], , :, [$5]) @@ -1625,7 +1684,7 @@ AC_DEFUN([LT_CMD_MAX_LEN], AC_MSG_CHECKING([the maximum length of command line arguments]) AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl i=0 - teststring="ABCD" + teststring=ABCD case $build_os in msdosdjgpp*) @@ -1665,7 +1724,7 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl lt_cv_sys_max_cmd_len=8192; ;; - netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) + bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` @@ -1716,22 +1775,22 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len" && \ - test undefined != "$lt_cv_sys_max_cmd_len"; then + test undefined != "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. - for i in 1 2 3 4 5 6 7 8 ; do + for i in 1 2 3 4 5 6 7 8; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. - while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ + while { test X`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && - test $i != 17 # 1/2 MB should be enough + test 17 != "$i" # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring @@ -1747,7 +1806,7 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl ;; esac ]) -if test -n $lt_cv_sys_max_cmd_len ; then +if test -n "$lt_cv_sys_max_cmd_len"; then AC_MSG_RESULT($lt_cv_sys_max_cmd_len) else AC_MSG_RESULT(none) @@ -1775,7 +1834,7 @@ m4_defun([_LT_HEADER_DLFCN], # ---------------------------------------------------------------- m4_defun([_LT_TRY_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl -if test "$cross_compiling" = yes; then : +if test yes = "$cross_compiling"; then : [$4] else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 @@ -1822,9 +1881,9 @@ else # endif #endif -/* When -fvisbility=hidden is used, assume the code has been annotated +/* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ -#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif @@ -1850,7 +1909,7 @@ int main () return status; }] _LT_EOF - if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then + if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null lt_status=$? case x$lt_status in @@ -1871,7 +1930,7 @@ rm -fr conftest* # ------------------ AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl -if test "x$enable_dlopen" != xyes; then +if test yes != "$enable_dlopen"; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown @@ -1881,44 +1940,52 @@ else case $host_os in beos*) - lt_cv_dlopen="load_add_on" + lt_cv_dlopen=load_add_on lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) - lt_cv_dlopen="LoadLibrary" + lt_cv_dlopen=LoadLibrary lt_cv_dlopen_libs= ;; cygwin*) - lt_cv_dlopen="dlopen" + lt_cv_dlopen=dlopen lt_cv_dlopen_libs= ;; darwin*) - # if libdl is installed we need to link against it + # if libdl is installed we need to link against it AC_CHECK_LIB([dl], [dlopen], - [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ - lt_cv_dlopen="dyld" + [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[ + lt_cv_dlopen=dyld lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ]) ;; + tpf*) + # Don't try to run any link tests for TPF. We know it's impossible + # because TPF is a cross-compiler, and we know how we open DSOs. + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + lt_cv_dlopen_self=no + ;; + *) AC_CHECK_FUNC([shl_load], - [lt_cv_dlopen="shl_load"], + [lt_cv_dlopen=shl_load], [AC_CHECK_LIB([dld], [shl_load], - [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"], + [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld], [AC_CHECK_FUNC([dlopen], - [lt_cv_dlopen="dlopen"], + [lt_cv_dlopen=dlopen], [AC_CHECK_LIB([dl], [dlopen], - [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], + [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl], [AC_CHECK_LIB([svld], [dlopen], - [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], + [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld], [AC_CHECK_LIB([dld], [dld_link], - [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"]) + [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld]) ]) ]) ]) @@ -1927,21 +1994,21 @@ else ;; esac - if test "x$lt_cv_dlopen" != xno; then - enable_dlopen=yes - else + if test no = "$lt_cv_dlopen"; then enable_dlopen=no + else + enable_dlopen=yes fi case $lt_cv_dlopen in dlopen) - save_CPPFLAGS="$CPPFLAGS" - test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + save_CPPFLAGS=$CPPFLAGS + test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" - save_LDFLAGS="$LDFLAGS" + save_LDFLAGS=$LDFLAGS wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" - save_LIBS="$LIBS" + save_LIBS=$LIBS LIBS="$lt_cv_dlopen_libs $LIBS" AC_CACHE_CHECK([whether a program can dlopen itself], @@ -1951,7 +2018,7 @@ else lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) ]) - if test "x$lt_cv_dlopen_self" = xyes; then + if test yes = "$lt_cv_dlopen_self"; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" AC_CACHE_CHECK([whether a statically linked program can dlopen itself], lt_cv_dlopen_self_static, [dnl @@ -1961,9 +2028,9 @@ else ]) fi - CPPFLAGS="$save_CPPFLAGS" - LDFLAGS="$save_LDFLAGS" - LIBS="$save_LIBS" + CPPFLAGS=$save_CPPFLAGS + LDFLAGS=$save_LDFLAGS + LIBS=$save_LIBS ;; esac @@ -2055,8 +2122,8 @@ m4_defun([_LT_COMPILER_FILE_LOCKS], m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_COMPILER_C_O([$1]) -hard_links="nottested" -if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then +hard_links=nottested +if test no = "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" && test no != "$need_locks"; then # do not overwrite the value of need_locks provided by the user AC_MSG_CHECKING([if we can lock with hard links]) hard_links=yes @@ -2066,8 +2133,8 @@ if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no AC_MSG_RESULT([$hard_links]) - if test "$hard_links" = no; then - AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) + if test no = "$hard_links"; then + AC_MSG_WARN(['$CC' does not support '-c -o', so 'make -j' may be unsafe]) need_locks=warn fi else @@ -2094,8 +2161,8 @@ objdir=$lt_cv_objdir _LT_DECL([], [objdir], [0], [The name of the directory that contains temporary libtool files])dnl m4_pattern_allow([LT_OBJDIR])dnl -AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/", - [Define to the sub-directory in which libtool stores uninstalled libraries.]) +AC_DEFINE_UNQUOTED([LT_OBJDIR], "$lt_cv_objdir/", + [Define to the sub-directory where libtool stores uninstalled libraries.]) ])# _LT_CHECK_OBJDIR @@ -2107,15 +2174,15 @@ m4_defun([_LT_LINKER_HARDCODE_LIBPATH], _LT_TAGVAR(hardcode_action, $1)= if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || test -n "$_LT_TAGVAR(runpath_var, $1)" || - test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then + test yes = "$_LT_TAGVAR(hardcode_automatic, $1)"; then # We can hardcode non-existent directories. - if test "$_LT_TAGVAR(hardcode_direct, $1)" != no && + if test no != "$_LT_TAGVAR(hardcode_direct, $1)" && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one - ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no && - test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then + ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" && + test no != "$_LT_TAGVAR(hardcode_minus_L, $1)"; then # Linking always hardcodes the temporary library directory. _LT_TAGVAR(hardcode_action, $1)=relink else @@ -2129,12 +2196,12 @@ else fi AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) -if test "$_LT_TAGVAR(hardcode_action, $1)" = relink || - test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then +if test relink = "$_LT_TAGVAR(hardcode_action, $1)" || + test yes = "$_LT_TAGVAR(inherit_rpath, $1)"; then # Fast installation is not supported enable_fast_install=no -elif test "$shlibpath_overrides_runpath" = yes || - test "$enable_shared" = no; then +elif test yes = "$shlibpath_overrides_runpath" || + test no = "$enable_shared"; then # Fast installation is not necessary enable_fast_install=needless fi @@ -2158,7 +2225,7 @@ else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) - if test -n "$STRIP" ; then + if test -n "$STRIP"; then striplib="$STRIP -x" old_striplib="$STRIP -S" AC_MSG_RESULT([yes]) @@ -2176,6 +2243,47 @@ _LT_DECL([], [striplib], [1]) ])# _LT_CMD_STRIPLIB +# _LT_PREPARE_MUNGE_PATH_LIST +# --------------------------- +# Make sure func_munge_path_list() is defined correctly. +m4_defun([_LT_PREPARE_MUNGE_PATH_LIST], +[[# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x@S|@2 in + x) + ;; + *:) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \$@S|@1\" + ;; + x:*) + eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" + ;; + *) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + esac +} +]])# _LT_PREPARE_PATH_LIST + + # _LT_SYS_DYNAMIC_LINKER([TAG]) # ----------------------------- # PORTME Fill in your ld.so characteristics @@ -2186,17 +2294,18 @@ m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_OBJDUMP])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl +m4_require([_LT_PREPARE_MUNGE_PATH_LIST])dnl AC_MSG_CHECKING([dynamic linker characteristics]) m4_if([$1], [], [ -if test "$GCC" = yes; then +if test yes = "$GCC"; then case $host_os in - darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; - *) lt_awk_arg="/^libraries:/" ;; + darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; + *) lt_awk_arg='/^libraries:/' ;; esac case $host_os in - mingw* | cegcc*) lt_sed_strip_eq="s,=\([[A-Za-z]]:\),\1,g" ;; - *) lt_sed_strip_eq="s,=/,/,g" ;; + mingw* | cegcc*) lt_sed_strip_eq='s|=\([[A-Za-z]]:\)|\1|g' ;; + *) lt_sed_strip_eq='s|=/|/|g' ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` case $lt_search_path_spec in @@ -2212,28 +2321,35 @@ if test "$GCC" = yes; then ;; esac # Ok, now we have the path, separated by spaces, we can step through it - # and add multilib dir if necessary. + # and add multilib dir if necessary... lt_tmp_lt_search_path_spec= - lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + # ...but if some path component already ends with the multilib dir we assume + # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). + case "$lt_multi_os_dir; $lt_search_path_spec " in + "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) + lt_multi_os_dir= + ;; + esac for lt_sys_path in $lt_search_path_spec; do - if test -d "$lt_sys_path/$lt_multi_os_dir"; then - lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" - else + if test -d "$lt_sys_path$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" + elif test -n "$lt_multi_os_dir"; then test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' -BEGIN {RS=" "; FS="/|\n";} { - lt_foo=""; - lt_count=0; +BEGIN {RS = " "; FS = "/|\n";} { + lt_foo = ""; + lt_count = 0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { - lt_foo="/" $lt_i lt_foo; + lt_foo = "/" $lt_i lt_foo; } else { lt_count--; } @@ -2247,7 +2363,7 @@ BEGIN {RS=" "; FS="/|\n";} { # for these hosts. case $host_os in mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ - $SED 's,/\([[A-Za-z]]:\),\1,g'` ;; + $SED 's|/\([[A-Za-z]]:\)|\1|g'` ;; esac sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else @@ -2256,7 +2372,7 @@ fi]) library_names_spec= libname_spec='lib$name' soname_spec= -shrext_cmds=".so" +shrext_cmds=.so postinstall_cmds= postuninstall_cmds= finish_cmds= @@ -2273,14 +2389,17 @@ hardcode_into_libs=no # flags to be left without arguments need_version=unknown +AC_ARG_VAR([LT_SYS_LIBRARY_PATH], +[User-defined run-time library search path.]) + case $host_os in aix3*) version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + library_names_spec='$libname$release$shared_ext$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. - soname_spec='${libname}${release}${shared_ext}$major' + soname_spec='$libname$release$shared_ext$major' ;; aix[[4-9]]*) @@ -2288,41 +2407,91 @@ aix[[4-9]]*) need_lib_prefix=no need_version=no hardcode_into_libs=yes - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; then # AIX 5 supports IA64 - library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with - # the line `#! .'. This would cause the generated library to - # depend on `.', always an invalid library. This was fixed in + # the line '#! .'. This would cause the generated library to + # depend on '.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[[01]] | aix4.[[01]].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' - echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then + echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac - # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # Using Import Files as archive members, it is possible to support + # filename-based versioning of shared library archives on AIX. While + # this would work for both with and without runtime linking, it will + # prevent static linking of such archives. So we do filename-based + # shared library versioning with .so extension only, which is used + # when both runtime linking and shared linking is enabled. + # Unfortunately, runtime linking may impact performance, so we do + # not want this to be the default eventually. Also, we use the + # versioned .so libs for executables only if there is the -brtl + # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. + # To allow for filename-based versioning support, we need to create + # libNAME.so.V as an archive file, containing: + # *) an Import File, referring to the versioned filename of the + # archive as well as the shared archive member, telling the + # bitwidth (32 or 64) of that shared object, and providing the + # list of exported symbols of that shared object, eventually + # decorated with the 'weak' keyword + # *) the shared object with the F_LOADONLY flag set, to really avoid + # it being seen by the linker. + # At run time we better use the real file rather than another symlink, + # but for link time we create the symlink libNAME.so -> libNAME.so.V + + case $with_aix_soname,$aix_use_runtimelinking in + # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. - if test "$aix_use_runtimelinking" = yes; then + aix,yes) # traditional libtool + dynamic_linker='AIX unversionable lib.so' # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - else + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + ;; + aix,no) # traditional AIX only + dynamic_linker='AIX lib.a[(]lib.so.V[)]' # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. - library_names_spec='${libname}${release}.a $libname.a' - soname_spec='${libname}${release}${shared_ext}$major' - fi + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + ;; + svr4,*) # full svr4 only + dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)]" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,yes) # both, prefer svr4 + dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)], lib.a[(]lib.so.V[)]" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # unpreferred sharedlib libNAME.a needs extra handling + postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' + postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,no) # both, prefer aix + dynamic_linker="AIX lib.a[(]lib.so.V[)], lib.so.V[(]$shared_archive_member_spec.o[)]" + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling + postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' + postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' + ;; + esac shlibpath_var=LIBPATH fi ;; @@ -2332,18 +2501,18 @@ amigaos*) powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. - finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) - library_names_spec='${libname}${shared_ext}' + library_names_spec='$libname$shared_ext' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; @@ -2351,8 +2520,8 @@ beos*) bsdi[[45]]*) version_type=linux # correct to gnu/linux during the next big refactor need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" @@ -2364,7 +2533,7 @@ bsdi[[45]]*) cygwin* | mingw* | pw32* | cegcc*) version_type=windows - shrext_cmds=".dll" + shrext_cmds=.dll need_version=no need_lib_prefix=no @@ -2373,8 +2542,8 @@ cygwin* | mingw* | pw32* | cegcc*) # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds - postinstall_cmds='base_file=`basename \${file}`~ - dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ @@ -2390,17 +2559,17 @@ cygwin* | mingw* | pw32* | cegcc*) case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' - soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' + soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix - soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' + soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' - library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' + library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' ;; esac dynamic_linker='Win32 ld.exe' @@ -2409,8 +2578,8 @@ m4_if([$1], [],[ *,cl*) # Native MSVC libname_spec='$name' - soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' - library_names_spec='${libname}.dll.lib' + soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' + library_names_spec='$libname.dll.lib' case $build_os in mingw*) @@ -2437,7 +2606,7 @@ m4_if([$1], [],[ sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; *) - sys_lib_search_path_spec="$LIB" + sys_lib_search_path_spec=$LIB if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` @@ -2450,8 +2619,8 @@ m4_if([$1], [],[ esac # DLL is installed to $(libdir)/../bin by postinstall_cmds - postinstall_cmds='base_file=`basename \${file}`~ - dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' @@ -2464,7 +2633,7 @@ m4_if([$1], [],[ *) # Assume MSVC wrapper - library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' + library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' dynamic_linker='Win32 ld.exe' ;; esac @@ -2477,8 +2646,8 @@ darwin* | rhapsody*) version_type=darwin need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' - soname_spec='${libname}${release}${major}$shared_ext' + library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' + soname_spec='$libname$release$major$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' @@ -2491,8 +2660,8 @@ dgux*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; @@ -2510,12 +2679,13 @@ freebsd* | dragonfly*) version_type=freebsd-$objformat case $version_type in freebsd-elf*) - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' need_version=no need_lib_prefix=no ;; freebsd-*) - library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' need_version=yes ;; esac @@ -2545,10 +2715,10 @@ haiku*) need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' shlibpath_var=LIBRARY_PATH - shlibpath_overrides_runpath=yes + shlibpath_overrides_runpath=no sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; @@ -2566,14 +2736,15 @@ hpux9* | hpux10* | hpux11*) dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - if test "X$HPUX_IA64_MODE" = X32; then + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + if test 32 = "$HPUX_IA64_MODE"; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + sys_lib_dlsearch_path_spec=/usr/lib/hpux32 else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + sys_lib_dlsearch_path_spec=/usr/lib/hpux64 fi - sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' @@ -2581,8 +2752,8 @@ hpux9* | hpux10* | hpux11*) dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; @@ -2591,8 +2762,8 @@ hpux9* | hpux10* | hpux11*) dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555, ... @@ -2605,8 +2776,8 @@ interix[[3-9]]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no @@ -2617,7 +2788,7 @@ irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) - if test "$lt_cv_prog_gnu_ld" = yes; then + if test yes = "$lt_cv_prog_gnu_ld"; then version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix @@ -2625,8 +2796,8 @@ irix5* | irix6* | nonstopux*) esac need_lib_prefix=no need_version=no - soname_spec='${libname}${release}${shared_ext}$major' - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='$libname$release$shared_ext$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= @@ -2645,8 +2816,8 @@ irix5* | irix6* | nonstopux*) esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no - sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" - sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" + sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" hardcode_into_libs=yes ;; @@ -2655,13 +2826,33 @@ linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; +linux*android*) + version_type=none # Android doesn't support versioned libraries. + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext' + soname_spec='$libname$release$shared_ext' + finish_cmds= + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + dynamic_linker='Android linker' + # Don't embed -rpath directories since the linker doesn't support them. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + ;; + # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no @@ -2686,7 +2877,12 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) # before this can be enabled. hardcode_into_libs=yes - # Append ld.so.conf contents to the search path + # Ideally, we could use ldconfig to report *all* directores which are + # searched for libraries, however this is still not possible. Aside from not + # being certain /sbin/ldconfig is available, command + # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, + # even though it is searched at run-time. Try to do the best guess by + # appending ld.so.conf contents (and includes) to the search path. if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" @@ -2701,29 +2897,17 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) dynamic_linker='GNU/Linux ld.so' ;; -netbsdelf*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - dynamic_linker='NetBSD ld.elf_so' - ;; - netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH @@ -2733,7 +2917,7 @@ netbsd*) newsos6) version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; @@ -2742,58 +2926,68 @@ newsos6) version_type=qnx need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; -openbsd*) +openbsd* | bitrig*) version_type=sunos - sys_lib_dlsearch_path_spec="/usr/lib" + sys_lib_dlsearch_path_spec=/usr/lib need_lib_prefix=no - # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. - case $host_os in - openbsd3.3 | openbsd3.3.*) need_version=yes ;; - *) need_version=no ;; - esac - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' - shlibpath_var=LD_LIBRARY_PATH - if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - case $host_os in - openbsd2.[[89]] | openbsd2.[[89]].*) - shlibpath_overrides_runpath=no - ;; - *) - shlibpath_overrides_runpath=yes - ;; - esac + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + need_version=no else - shlibpath_overrides_runpath=yes + need_version=yes fi + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes ;; os2*) libname_spec='$name' - shrext_cmds=".dll" + version_type=windows + shrext_cmds=.dll + need_version=no need_lib_prefix=no - library_names_spec='$libname${shared_ext} $libname.a' + # OS/2 can only load a DLL with a base name of 8 characters or less. + soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; + v=$($ECHO $release$versuffix | tr -d .-); + n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); + $ECHO $n$v`$shared_ext' + library_names_spec='${libname}_dll.$libext' dynamic_linker='OS/2 ld.exe' - shlibpath_var=LIBPATH + shlibpath_var=BEGINLIBPATH + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no - soname_spec='${libname}${release}${shared_ext}$major' - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='$libname$release$shared_ext$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" - sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; rdos*) @@ -2804,8 +2998,8 @@ solaris*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes @@ -2815,11 +3009,11 @@ solaris*) sunos4*) version_type=sunos - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes - if test "$with_gnu_ld" = yes; then + if test yes = "$with_gnu_ld"; then need_lib_prefix=no fi need_version=yes @@ -2827,8 +3021,8 @@ sunos4*) sysv4 | sysv4.3*) version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) @@ -2849,24 +3043,24 @@ sysv4 | sysv4.3*) ;; sysv4*MP*) - if test -d /usr/nec ;then + if test -d /usr/nec; then version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' - soname_spec='$libname${shared_ext}.$major' + library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' + soname_spec='$libname$shared_ext.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) - version_type=freebsd-elf + version_type=sco need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes - if test "$with_gnu_ld" = yes; then + if test yes = "$with_gnu_ld"; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' @@ -2884,7 +3078,7 @@ tpf*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes @@ -2892,8 +3086,8 @@ tpf*) uts4*) version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; @@ -2902,20 +3096,28 @@ uts4*) ;; esac AC_MSG_RESULT([$dynamic_linker]) -test "$dynamic_linker" = no && can_build_shared=no +test no = "$dynamic_linker" && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" -if test "$GCC" = yes; then +if test yes = "$GCC"; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi -if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then - sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" +if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then + sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec fi -if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then - sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" + +if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then + sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec fi +# lt_cv_sys_lib... is unaugmented for libtool script decls... +lt_cv_sys_lib_dlsearch_path_spec=$sys_lib_dlsearch_path_spec + +# ..but sys_lib_... needs LT_SYS_LIBRARY_PATH munging for +# LT_SYS_DLSEARCH_PATH macro in ltdl.m4 to work with the correct paths: +func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" + _LT_DECL([], [variables_saved_for_relink], [1], [Variables whose values should be saved in libtool wrapper scripts and restored at link time]) @@ -2948,39 +3150,39 @@ _LT_DECL([], [hardcode_into_libs], [0], [Whether we should hardcode library paths into libraries]) _LT_DECL([], [sys_lib_search_path_spec], [2], [Compile-time system search path for libraries]) -_LT_DECL([], [sys_lib_dlsearch_path_spec], [2], +_LT_DECL([sys_lib_dlsearch_path_spec], [lt_cv_sys_lib_dlsearch_path_spec], [2], [Run-time system search path for libraries]) ])# _LT_SYS_DYNAMIC_LINKER # _LT_PATH_TOOL_PREFIX(TOOL) # -------------------------- -# find a file program which can recognize shared library +# find a file program that can recognize shared library AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl AC_MSG_CHECKING([for $1]) AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, [case $MAGIC_CMD in [[\\/*] | ?:[\\/]*]) - lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) - lt_save_MAGIC_CMD="$MAGIC_CMD" - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + lt_save_MAGIC_CMD=$MAGIC_CMD + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR dnl $ac_dummy forces splitting on constant user-supplied paths. dnl POSIX.2 word splitting is done only on the output of word expansions, dnl not every word. This closes a longstanding sh security hole. ac_dummy="m4_if([$2], , $PATH, [$2])" for ac_dir in $ac_dummy; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$1; then - lt_cv_path_MAGIC_CMD="$ac_dir/$1" + if test -f "$ac_dir/$1"; then + lt_cv_path_MAGIC_CMD=$ac_dir/"$1" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` - MAGIC_CMD="$lt_cv_path_MAGIC_CMD" + MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : @@ -3003,11 +3205,11 @@ _LT_EOF break fi done - IFS="$lt_save_ifs" - MAGIC_CMD="$lt_save_MAGIC_CMD" + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac]) -MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then AC_MSG_RESULT($MAGIC_CMD) else @@ -3025,7 +3227,7 @@ dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) # _LT_PATH_MAGIC # -------------- -# find a file program which can recognize a shared library +# find a file program that can recognize a shared library m4_defun([_LT_PATH_MAGIC], [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) if test -z "$lt_cv_path_MAGIC_CMD"; then @@ -3052,16 +3254,16 @@ m4_require([_LT_PROG_ECHO_BACKSLASH])dnl AC_ARG_WITH([gnu-ld], [AS_HELP_STRING([--with-gnu-ld], [assume the C compiler uses GNU ld @<:@default=no@:>@])], - [test "$withval" = no || with_gnu_ld=yes], + [test no = "$withval" || with_gnu_ld=yes], [with_gnu_ld=no])dnl ac_prog=ld -if test "$GCC" = yes; then +if test yes = "$GCC"; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by $CC]) case $host in *-*-mingw*) - # gcc leaves a trailing carriage return which upsets mingw + # gcc leaves a trailing carriage return, which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; @@ -3075,7 +3277,7 @@ if test "$GCC" = yes; then while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done - test -z "$LD" && LD="$ac_prog" + test -z "$LD" && LD=$ac_prog ;; "") # If it fails, then pretend we aren't using GCC. @@ -3086,37 +3288,37 @@ if test "$GCC" = yes; then with_gnu_ld=unknown ;; esac -elif test "$with_gnu_ld" = yes; then +elif test yes = "$with_gnu_ld"; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(lt_cv_path_LD, [if test -z "$LD"; then - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then - lt_cv_path_LD="$ac_dir/$ac_prog" + lt_cv_path_LD=$ac_dir/$ac_prog # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 conftest.i +cat conftest.i conftest.i >conftest2.i +: ${lt_DD:=$DD} +AC_PATH_PROGS_FEATURE_CHECK([lt_DD], [dd], +[if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: +fi]) +rm -f conftest.i conftest2.i conftest.out]) +])# _LT_PATH_DD + + +# _LT_CMD_TRUNCATE +# ---------------- +# find command to truncate a binary pipe +m4_defun([_LT_CMD_TRUNCATE], +[m4_require([_LT_PATH_DD]) +AC_CACHE_CHECK([how to truncate binary pipes], [lt_cv_truncate_bin], +[printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +lt_cv_truncate_bin= +if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" +fi +rm -f conftest.i conftest2.i conftest.out +test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"]) +_LT_DECL([lt_truncate_bin], [lt_cv_truncate_bin], [1], + [Command to truncate a binary pipe]) +])# _LT_CMD_TRUNCATE + + # _LT_CHECK_MAGIC_METHOD # ---------------------- # how to check for library dependencies @@ -3202,13 +3441,13 @@ lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. -# `unknown' -- same as none, but documents that we really don't know. +# 'unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path -# which responds to the $file_magic_cmd with a given extended regex. -# If you have `file' or equivalent on your system and you're not sure -# whether `pass_all' will *always* work, you probably want this one. +# that responds to the $file_magic_cmd with a given extended regex. +# If you have 'file' or equivalent on your system and you're not sure +# whether 'pass_all' will *always* work, you probably want this one. case $host_os in aix[[4-9]]*) @@ -3235,8 +3474,7 @@ mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. - # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. - if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then + if ( file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else @@ -3314,7 +3552,7 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) lt_cv_deplibs_check_method=pass_all ;; -netbsd* | netbsdelf*-gnu) +netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' else @@ -3332,8 +3570,8 @@ newos6*) lt_cv_deplibs_check_method=pass_all ;; -openbsd*) - if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then +openbsd* | bitrig*) + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' @@ -3386,6 +3624,9 @@ sysv4 | sysv4.3*) tpf*) lt_cv_deplibs_check_method=pass_all ;; +os2*) + lt_cv_deplibs_check_method=pass_all + ;; esac ]) @@ -3426,33 +3667,38 @@ AC_DEFUN([LT_PATH_NM], AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, [if test -n "$NM"; then # Let the user override the test. - lt_cv_path_NM="$NM" + lt_cv_path_NM=$NM else - lt_nm_to_check="${ac_tool_prefix}nm" + lt_nm_to_check=${ac_tool_prefix}nm if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. - tmp_nm="$ac_dir/$lt_tmp_nm" - if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then + tmp_nm=$ac_dir/$lt_tmp_nm + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then # Check to see if the nm accepts a BSD-compat flag. - # Adding the `sed 1q' prevents false positives on HP-UX, which says: + # Adding the 'sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file - case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in - */dev/null* | *'Invalid file or object type'*) + # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty + case $build_os in + mingw*) lt_bad_file=conftest.nm/nofile ;; + *) lt_bad_file=/dev/null ;; + esac + case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in + *$lt_bad_file* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" - break + break 2 ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" - break + break 2 ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but @@ -3463,21 +3709,21 @@ else esac fi done - IFS="$lt_save_ifs" + IFS=$lt_save_ifs done : ${lt_cv_path_NM=no} fi]) -if test "$lt_cv_path_NM" != "no"; then - NM="$lt_cv_path_NM" +if test no != "$lt_cv_path_NM"; then + NM=$lt_cv_path_NM else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : # Let the user override the test. else AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) - case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in + case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in *COFF*) - DUMPBIN="$DUMPBIN -symbols" + DUMPBIN="$DUMPBIN -symbols -headers" ;; *) DUMPBIN=: @@ -3485,8 +3731,8 @@ else esac fi AC_SUBST([DUMPBIN]) - if test "$DUMPBIN" != ":"; then - NM="$DUMPBIN" + if test : != "$DUMPBIN"; then + NM=$DUMPBIN fi fi test -z "$NM" && NM=nm @@ -3532,8 +3778,8 @@ lt_cv_sharedlib_from_linklib_cmd, case $host_os in cygwin* | mingw* | pw32* | cegcc*) - # two different shell functions defined in ltmain.sh - # decide which to use based on capabilities of $DLLTOOL + # two different shell functions defined in ltmain.sh; + # decide which one to use based on capabilities of $DLLTOOL case `$DLLTOOL --help 2>&1` in *--identify-strict*) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib @@ -3545,7 +3791,7 @@ cygwin* | mingw* | pw32* | cegcc*) ;; *) # fallback: assume linklib IS sharedlib - lt_cv_sharedlib_from_linklib_cmd="$ECHO" + lt_cv_sharedlib_from_linklib_cmd=$ECHO ;; esac ]) @@ -3572,13 +3818,28 @@ AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool lt_cv_path_mainfest_tool=yes fi rm -f conftest*]) -if test "x$lt_cv_path_mainfest_tool" != xyes; then +if test yes != "$lt_cv_path_mainfest_tool"; then MANIFEST_TOOL=: fi _LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl ])# _LT_PATH_MANIFEST_TOOL +# _LT_DLL_DEF_P([FILE]) +# --------------------- +# True iff FILE is a Windows DLL '.def' file. +# Keep in sync with func_dll_def_p in the libtool script +AC_DEFUN([_LT_DLL_DEF_P], +[dnl + test DEF = "`$SED -n dnl + -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace + -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments + -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl + -e q dnl Only consider the first "real" line + $1`" dnl +])# _LT_DLL_DEF_P + + # LT_LIB_M # -------- # check for math library @@ -3590,11 +3851,11 @@ case $host in # These system don't have libm, or don't need it ;; *-ncr-sysv4.3*) - AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") + AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw) AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") ;; *) - AC_CHECK_LIB(m, cos, LIBM="-lm") + AC_CHECK_LIB(m, cos, LIBM=-lm) ;; esac AC_SUBST([LIBM]) @@ -3613,7 +3874,7 @@ m4_defun([_LT_COMPILER_NO_RTTI], _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= -if test "$GCC" = yes; then +if test yes = "$GCC"; then case $cc_basename in nvcc*) _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;; @@ -3665,7 +3926,7 @@ cygwin* | mingw* | pw32* | cegcc*) symcode='[[ABCDGISTW]]' ;; hpux*) - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; then symcode='[[ABCDEGRST]]' fi ;; @@ -3698,14 +3959,44 @@ case `$NM -V 2>&1` in symcode='[[ABCDGIRSTW]]' ;; esac +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Gets list of data symbols to import. + lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'" + # Adjust the below global symbol transforms to fixup imported variables. + lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" + lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" + lt_c_name_lib_hook="\ + -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ + -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" +else + # Disable hooks by default. + lt_cv_sys_global_symbol_to_import= + lt_cdecl_hook= + lt_c_name_hook= + lt_c_name_lib_hook= +fi + # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. -lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" +lt_cv_sys_global_symbol_to_cdecl="sed -n"\ +$lt_cdecl_hook\ +" -e 's/^T .* \(.*\)$/extern int \1();/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address -lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'" -lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"lib\2\", (void *) \&\2},/p'" +lt_cv_sys_global_symbol_to_c_name_address="sed -n"\ +$lt_c_name_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" + +# Transform an extracted symbol line into symbol name with lib prefix and +# symbol address. +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\ +$lt_c_name_lib_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" # Handle CRLF in mingw tool chain opt_cr= @@ -3723,21 +4014,24 @@ for ac_symprfx in "" "_"; do # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then - # Fake it for dumpbin and say T for any non-static function - # and D for any global variable. + # Fake it for dumpbin and say T for any non-static function, + # D for any global variable and I for any imported variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK ['"\ " {last_section=section; section=\$ 3};"\ " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ +" /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ +" /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ +" /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ -" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ -" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ -" s[1]~/^[@?]/{print s[1], s[1]; next};"\ -" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ +" {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ +" {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ +" s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ +" s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx]" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" @@ -3777,11 +4071,11 @@ _LT_EOF if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ -#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) -/* DATA imports from DLLs on WIN32 con't be const, because runtime +#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE +/* DATA imports from DLLs on WIN32 can't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT@&t@_DLSYM_CONST -#elif defined(__osf__) +#elif defined __osf__ /* This system does not cope well with relocations in const data. */ # define LT@&t@_DLSYM_CONST #else @@ -3807,7 +4101,7 @@ lt__PROGRAM__LTX_preloaded_symbols[[]] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF - $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext + $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; @@ -3827,9 +4121,9 @@ _LT_EOF mv conftest.$ac_objext conftstm.$ac_objext lt_globsym_save_LIBS=$LIBS lt_globsym_save_CFLAGS=$CFLAGS - LIBS="conftstm.$ac_objext" + LIBS=conftstm.$ac_objext CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" - if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then + if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then pipe_works=yes fi LIBS=$lt_globsym_save_LIBS @@ -3850,7 +4144,7 @@ _LT_EOF rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. - if test "$pipe_works" = yes; then + if test yes = "$pipe_works"; then break else lt_cv_sys_global_symbol_pipe= @@ -3877,12 +4171,16 @@ _LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], [Take the output of nm and produce a listing of raw symbols and C names]) _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], [Transform the output of nm in a proper C declaration]) +_LT_DECL([global_symbol_to_import], [lt_cv_sys_global_symbol_to_import], [1], + [Transform the output of nm into a list of symbols to manually relocate]) _LT_DECL([global_symbol_to_c_name_address], [lt_cv_sys_global_symbol_to_c_name_address], [1], [Transform the output of nm in a C name address pair]) _LT_DECL([global_symbol_to_c_name_address_lib_prefix], [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], [Transform the output of nm in a C name address pair when lib prefix is needed]) +_LT_DECL([nm_interface], [lt_cv_nm_interface], [1], + [The name lister interface]) _LT_DECL([], [nm_file_list_spec], [1], [Specify filename containing input files for $NM]) ]) # _LT_CMD_GLOBAL_SYMBOLS @@ -3898,17 +4196,18 @@ _LT_TAGVAR(lt_prog_compiler_static, $1)= m4_if([$1], [CXX], [ # C++ specific cases for pic, static, wl, etc. - if test "$GXX" = yes; then + if test yes = "$GXX"; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; amigaos*) @@ -3919,8 +4218,8 @@ m4_if([$1], [CXX], [ ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but - # adding the `-m68020' flag to GCC prevents building anything better, - # like `-m68040'. + # adding the '-m68020' flag to GCC prevents building anything better, + # like '-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac @@ -3936,6 +4235,11 @@ m4_if([$1], [CXX], [ # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + case $host_os in + os2*) + _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' + ;; + esac ;; darwin* | rhapsody*) # PIC is the default on this platform @@ -3985,7 +4289,7 @@ m4_if([$1], [CXX], [ case $host_os in aix[[4-9]]*) # All AIX code is PIC. - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else @@ -4026,14 +4330,14 @@ m4_if([$1], [CXX], [ case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' - if test "$host_cpu" != ia64; then + _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' + if test ia64 != "$host_cpu"; then _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' fi ;; aCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' + _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' case $host_cpu in hppa*64*|ia64*) # +Z the default @@ -4070,7 +4374,7 @@ m4_if([$1], [CXX], [ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; ecpc* ) - # old Intel C++ for x86_64 which still supported -KPIC. + # old Intel C++ for x86_64, which still supported -KPIC. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' @@ -4126,7 +4430,7 @@ m4_if([$1], [CXX], [ ;; esac ;; - netbsd* | netbsdelf*-gnu) + netbsd*) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise @@ -4215,17 +4519,18 @@ m4_if([$1], [CXX], [ fi ], [ - if test "$GCC" = yes; then + if test yes = "$GCC"; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; amigaos*) @@ -4236,8 +4541,8 @@ m4_if([$1], [CXX], [ ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but - # adding the `-m68020' flag to GCC prevents building anything better, - # like `-m68040'. + # adding the '-m68020' flag to GCC prevents building anything better, + # like '-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac @@ -4254,6 +4559,11 @@ m4_if([$1], [CXX], [ # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + case $host_os in + os2*) + _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' + ;; + esac ;; darwin* | rhapsody*) @@ -4324,7 +4634,7 @@ m4_if([$1], [CXX], [ case $host_os in aix*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else @@ -4332,11 +4642,30 @@ m4_if([$1], [CXX], [ fi ;; + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + case $cc_basename in + nagfor*) + # NAG Fortran compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + esac + ;; + mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + case $host_os in + os2*) + _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' + ;; + esac ;; hpux9* | hpux10* | hpux11*) @@ -4352,7 +4681,7 @@ m4_if([$1], [CXX], [ ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? - _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' + _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) @@ -4363,7 +4692,7 @@ m4_if([$1], [CXX], [ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in - # old Intel for x86_64 which still supported -KPIC. + # old Intel for x86_64, which still supported -KPIC. ecc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' @@ -4388,6 +4717,12 @@ m4_if([$1], [CXX], [ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) @@ -4485,7 +4820,7 @@ m4_if([$1], [CXX], [ ;; sysv4*MP*) - if test -d /usr/nec ;then + if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi @@ -4514,7 +4849,7 @@ m4_if([$1], [CXX], [ fi ]) case $host_os in - # For platforms which do not support PIC, -DPIC is meaningless: + # For platforms that do not support PIC, -DPIC is meaningless: *djgpp*) _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; @@ -4580,17 +4915,21 @@ m4_if([$1], [CXX], [ case $host_os in aix[[4-9]]*) # If we're using GNU nm, then we don't want the "-C" option. - # -C means demangle to AIX nm, but means don't demangle with GNU nm - # Also, AIX nm treats weak defined symbols like other global defined - # symbols, whereas GNU nm marks them as "W". + # -C means demangle to GNU nm, but means don't demangle to AIX nm. + # Without the "-l" option, or with the "-B" option, AIX nm treats + # weak defined symbols like other global defined symbols, whereas + # GNU nm marks them as "W". + # While the 'weak' keyword is ignored in the Export File, we need + # it in the Import File for the 'aix-soname' feature, so we have + # to replace the "-B" option with "-P" for AIX nm. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then - _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else - _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi ;; pw32*) - _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" + _LT_TAGVAR(export_symbols_cmds, $1)=$ltdll_cmds ;; cygwin* | mingw* | cegcc*) case $cc_basename in @@ -4603,9 +4942,6 @@ m4_if([$1], [CXX], [ ;; esac ;; - linux* | k*bsd*-gnu | gnu*) - _LT_TAGVAR(link_all_deplibs, $1)=no - ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; @@ -4639,9 +4975,9 @@ m4_if([$1], [CXX], [ # included in the symbol list _LT_TAGVAR(include_expsyms, $1)= # exclude_expsyms can be an extended regexp of symbols to exclude - # it will be wrapped by ` (' and `)$', so one must not match beginning or - # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', - # as well as any symbol that contains `d'. + # it will be wrapped by ' (' and ')$', so one must not match beginning or + # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', + # as well as any symbol that contains 'd'. _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if @@ -4657,7 +4993,7 @@ dnl Note also adjust exclude_expsyms for C++ above. # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. - if test "$GCC" != yes; then + if test yes != "$GCC"; then with_gnu_ld=no fi ;; @@ -4665,12 +5001,9 @@ dnl Note also adjust exclude_expsyms for C++ above. # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; - openbsd*) + openbsd* | bitrig*) with_gnu_ld=no ;; - linux* | k*bsd*-gnu | gnu*) - _LT_TAGVAR(link_all_deplibs, $1)=no - ;; esac _LT_TAGVAR(ld_shlibs, $1)=yes @@ -4678,7 +5011,7 @@ dnl Note also adjust exclude_expsyms for C++ above. # On some targets, GNU ld is compatible enough with the native linker # that we're better off using the native interface for both. lt_use_gnu_ld_interface=no - if test "$with_gnu_ld" = yes; then + if test yes = "$with_gnu_ld"; then case $host_os in aix*) # The AIX port of GNU ld has always aspired to compatibility @@ -4700,24 +5033,24 @@ dnl Note also adjust exclude_expsyms for C++ above. esac fi - if test "$lt_use_gnu_ld_interface" = yes; then + if test yes = "$lt_use_gnu_ld_interface"; then # If archive_cmds runs LD, not CC, wlarc should be empty - wlarc='${wl}' + wlarc='$wl' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then - _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi supports_anon_versioning=no - case `$LD -v 2>&1` in + case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... @@ -4730,7 +5063,7 @@ dnl Note also adjust exclude_expsyms for C++ above. case $host_os in aix[[3-9]]*) # On AIX/PPC, the GNU linker is very broken - if test "$host_cpu" != ia64; then + if test ia64 != "$host_cpu"; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 @@ -4749,7 +5082,7 @@ _LT_EOF case $host_cpu in powerpc) # see comment about AmigaOS4 .so support - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) @@ -4765,7 +5098,7 @@ _LT_EOF _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME - _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi @@ -4775,7 +5108,7 @@ _LT_EOF # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes @@ -4783,61 +5116,89 @@ _LT_EOF _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' - # If the export-symbols file already is a .def file (1st line - # is EXPORTS), use it as is; otherwise, prepend... - _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then - cp $export_symbols $output_objdir/$soname.def; - else - echo EXPORTS > $output_objdir/$soname.def; - cat $export_symbols >> $output_objdir/$soname.def; - fi~ - $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file, use it as + # is; otherwise, prepend EXPORTS... + _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; haiku*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(link_all_deplibs, $1)=yes ;; + os2*) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + shrext_cmds=.dll + _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + ;; + interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no - if test "$host_os" = linux-dietlibc; then + if test linux-dietlibc = "$host_os"; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ - && test "$tmp_diet" = no + && test no = "$tmp_diet" then tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group f77 and f90 compilers - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; @@ -4848,42 +5209,47 @@ _LT_EOF lf95*) # Lahey Fortran 8.1 _LT_TAGVAR(whole_archive_flag_spec, $1)= tmp_sharedflag='--shared' ;; + nagfor*) # NAGFOR 5.3 + tmp_sharedflag='-Wl,-shared' ;; xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; nvcc*) # Cuda Compiler Driver 2.2 - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac - _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' - if test "x$supports_anon_versioning" = xyes; then + if test yes = "$supports_anon_versioning"; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ - echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi case $cc_basename in + tcc*) + _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic' + ;; xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' - if test "x$supports_anon_versioning" = xyes; then + if test yes = "$supports_anon_versioning"; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ - echo "local: *; };" >> $output_objdir/$libname.ver~ - $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac @@ -4892,13 +5258,13 @@ _LT_EOF fi ;; - netbsd* | netbsdelf*-gnu) + netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' fi ;; @@ -4916,8 +5282,8 @@ _LT_EOF _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi @@ -4929,7 +5295,7 @@ _LT_EOF _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 -*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify @@ -4944,9 +5310,9 @@ _LT_EOF # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi @@ -4963,15 +5329,15 @@ _LT_EOF *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac - if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then + if test no = "$_LT_TAGVAR(ld_shlibs, $1)"; then runpath_var= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= @@ -4987,7 +5353,7 @@ _LT_EOF # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. _LT_TAGVAR(hardcode_minus_L, $1)=yes - if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then + if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. _LT_TAGVAR(hardcode_direct, $1)=unsupported @@ -4995,34 +5361,57 @@ _LT_EOF ;; aix[[4-9]]*) - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' - no_entry_flag="" + no_entry_flag= else # If we're using GNU nm, then we don't want the "-C" option. - # -C means demangle to AIX nm, but means don't demangle with GNU nm - # Also, AIX nm treats weak defined symbols like other global - # defined symbols, whereas GNU nm marks them as "W". + # -C means demangle to GNU nm, but means don't demangle to AIX nm. + # Without the "-l" option, or with the "-B" option, AIX nm treats + # weak defined symbols like other global defined symbols, whereas + # GNU nm marks them as "W". + # While the 'weak' keyword is ignored in the Export File, we need + # it in the Import File for the 'aix-soname' feature, so we have + # to replace the "-B" option with "-P" for AIX nm. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then - _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else - _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we - # need to do runtime linking. + # have runtime linking enabled, and use it for executables. + # For shared libraries, we enable/disable runtime linking + # depending on the kind of the shared library created - + # when "with_aix_soname,aix_use_runtimelinking" is: + # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables + # "aix,yes" lib.so shared, rtl:yes, for executables + # lib.a static archive + # "both,no" lib.so.V(shr.o) shared, rtl:yes + # lib.a(lib.so.V) shared, rtl:no, for executables + # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a(lib.so.V) shared, rtl:no + # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a static archive case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do - if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then + if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then aix_use_runtimelinking=yes break fi done + if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then + # With aix-soname=svr4, we create the lib.so.V shared archives only, + # so we don't have lib.a shared libs to link our executables. + # We have to force runtime linking in this case. + aix_use_runtimelinking=yes + LDFLAGS="$LDFLAGS -Wl,-brtl" + fi ;; esac @@ -5041,13 +5430,21 @@ _LT_EOF _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' + _LT_TAGVAR(file_list_spec, $1)='$wl-f,' + case $with_aix_soname,$aix_use_runtimelinking in + aix,*) ;; # traditional, no import file + svr4,* | *,yes) # use import file + # The Import File defines what to hardcode. + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=no + ;; + esac - if test "$GCC" = yes; then + if test yes = "$GCC"; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ - collect2name=`${CC} -print-prog-name=collect2` + collect2name=`$CC -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then @@ -5066,62 +5463,80 @@ _LT_EOF ;; esac shared_flag='-shared' - if test "$aix_use_runtimelinking" = yes; then - shared_flag="$shared_flag "'${wl}-G' + if test yes = "$aix_use_runtimelinking"; then + shared_flag="$shared_flag "'$wl-G' fi - _LT_TAGVAR(link_all_deplibs, $1)=no + # Need to ensure runtime linking is disabled for the traditional + # shared library, or the linker may eventually find shared libraries + # /with/ Import File - we do not want to mix them. + shared_flag_aix='-shared' + shared_flag_svr4='-shared $wl-G' else # not using gcc - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else - if test "$aix_use_runtimelinking" = yes; then - shared_flag='${wl}-G' + if test yes = "$aix_use_runtimelinking"; then + shared_flag='$wl-G' else - shared_flag='${wl}-bM:SRE' + shared_flag='$wl-bM:SRE' fi + shared_flag_aix='$wl-bM:SRE' + shared_flag_svr4='$wl-G' fi fi - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. _LT_TAGVAR(always_export_symbols, $1)=yes - if test "$aix_use_runtimelinking" = yes; then + if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag else - if test "$host_cpu" = ia64; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' + if test ia64 = "$host_cpu"; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" - _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. - _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' - _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' - if test "$with_gnu_ld" = yes; then + _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok' + _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok' + if test yes = "$with_gnu_ld"; then # We only use this code for GNU lds that support --whole-archive. - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' fi _LT_TAGVAR(archive_cmds_need_lc, $1)=yes - # This is similar to how AIX traditionally builds its shared libraries. - _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' + # -brtl affects multiple linker settings, -berok does not and is overridden later + compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' + if test svr4 != "$with_aix_soname"; then + # This is similar to how AIX traditionally builds its shared libraries. + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' + fi + if test aix != "$with_aix_soname"; then + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' + else + # used by -dlpreopen to get the symbols + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir' + fi + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d' fi fi ;; @@ -5130,7 +5545,7 @@ _LT_EOF case $host_cpu in powerpc) # see comment about AmigaOS4 .so support - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) @@ -5160,16 +5575,17 @@ _LT_EOF # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. - shrext_cmds=".dll" + shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. - _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' - _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then - sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; - else - sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; - fi~ - $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ - linknames=' + _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' + _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then + cp "$export_symbols" "$output_objdir/$soname.def"; + echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; + else + $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes @@ -5178,18 +5594,18 @@ _LT_EOF # Don't use ranlib _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ - lt_tool_outputfile="@TOOL_OUTPUT@"~ - case $lt_outputfile in - *.exe|*.EXE) ;; - *) - lt_outputfile="$lt_outputfile.exe" - lt_tool_outputfile="$lt_tool_outputfile.exe" - ;; - esac~ - if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then - $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; - $RM "$lt_outputfile.manifest"; - fi' + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile=$lt_outputfile.exe + lt_tool_outputfile=$lt_tool_outputfile.exe + ;; + esac~ + if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' ;; *) # Assume MSVC wrapper @@ -5198,7 +5614,7 @@ _LT_EOF # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. - shrext_cmds=".dll" + shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. @@ -5248,33 +5664,33 @@ _LT_EOF ;; hpux9*) - if test "$GCC" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + if test yes = "$GCC"; then + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' else - _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' fi - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' ;; hpux10*) - if test "$GCC" = yes && test "$with_gnu_ld" = no; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + if test yes,no = "$GCC,$with_gnu_ld"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi - if test "$with_gnu_ld" = no; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + if test no = "$with_gnu_ld"; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes @@ -5282,25 +5698,25 @@ _LT_EOF ;; hpux11*) - if test "$GCC" = yes && test "$with_gnu_ld" = no; then + if test yes,no = "$GCC,$with_gnu_ld"; then case $host_cpu in hppa*64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) m4_if($1, [], [ @@ -5308,14 +5724,14 @@ _LT_EOF # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) _LT_LINKER_OPTION([if $CC understands -b], _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b], - [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], + [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])], - [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags']) + [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags']) ;; esac fi - if test "$with_gnu_ld" = no; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + if test no = "$with_gnu_ld"; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in @@ -5326,7 +5742,7 @@ _LT_EOF *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. @@ -5337,16 +5753,16 @@ _LT_EOF ;; irix5* | irix6* | nonstopux*) - if test "$GCC" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + if test yes = "$GCC"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. # This should be the same for all languages, so no per-tag cache variable. AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol], [lt_cv_irix_exported_symbol], - [save_LDFLAGS="$LDFLAGS" - LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" + [save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" AC_LINK_IFELSE( [AC_LANG_SOURCE( [AC_LANG_CASE([C], [[int foo (void) { return 0; }]], @@ -5359,22 +5775,32 @@ _LT_EOF end]])])], [lt_cv_irix_exported_symbol=yes], [lt_cv_irix_exported_symbol=no]) - LDFLAGS="$save_LDFLAGS"]) - if test "$lt_cv_irix_exported_symbol" = yes; then - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' + LDFLAGS=$save_LDFLAGS]) + if test yes = "$lt_cv_irix_exported_symbol"; then + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' fi else - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes _LT_TAGVAR(link_all_deplibs, $1)=yes ;; - netbsd* | netbsdelf*-gnu) + linux*) + case $cc_basename in + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + _LT_TAGVAR(ld_shlibs, $1)=yes + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + + netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else @@ -5388,7 +5814,7 @@ _LT_EOF newsos6) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; @@ -5396,27 +5822,19 @@ _LT_EOF *nto* | *qnx*) ;; - openbsd*) + openbsd* | bitrig*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' else - case $host_os in - openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - ;; - esac + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' fi else _LT_TAGVAR(ld_shlibs, $1)=no @@ -5427,33 +5845,53 @@ _LT_EOF _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' - _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' + shrext_cmds=.dll + _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; osf3*) - if test "$GCC" = yes; then - _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + if test yes = "$GCC"; then + _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag - if test "$GCC" = yes; then - _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + if test yes = "$GCC"; then + _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ - $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' + $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' @@ -5464,24 +5902,24 @@ _LT_EOF solaris*) _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' - if test "$GCC" = yes; then - wlarc='${wl}' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + if test yes = "$GCC"; then + wlarc='$wl' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' - _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(archive_cmds, $1)='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' + $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) - wlarc='${wl}' - _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' + wlarc='$wl' + _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi @@ -5491,11 +5929,11 @@ _LT_EOF solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, - # but understands `-z linker_flag'. GCC discards it without `$wl', + # but understands '-z linker_flag'. GCC discards it without '$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) - if test "$GCC" = yes; then - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + if test yes = "$GCC"; then + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' else _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' fi @@ -5505,10 +5943,10 @@ _LT_EOF ;; sunos4*) - if test "x$host_vendor" = xsequent; then + if test sequent = "$host_vendor"; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. - _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi @@ -5557,43 +5995,43 @@ _LT_EOF ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) - _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' - if test "$GCC" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + if test yes = "$GCC"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else - _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) - # Note: We can NOT use -z defs as we might desire, because we do not + # Note: We CANNOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. - _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' - _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' + _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' + _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport' runpath_var='LD_RUN_PATH' - if test "$GCC" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + if test yes = "$GCC"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else - _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; @@ -5608,17 +6046,17 @@ _LT_EOF ;; esac - if test x$host_vendor = xsni; then + if test sni = "$host_vendor"; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Blargedynsym' ;; esac fi fi ]) AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) -test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no +test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld @@ -5635,7 +6073,7 @@ x|xyes) # Assume -lc should be added _LT_TAGVAR(archive_cmds_need_lc, $1)=yes - if test "$enable_shared" = yes && test "$GCC" = yes; then + if test yes,yes = "$GCC,$enable_shared"; then case $_LT_TAGVAR(archive_cmds, $1) in *'~'*) # FIXME: we may have to deal with multi-command sequences. @@ -5715,12 +6153,12 @@ _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], _LT_TAGDECL([], [hardcode_libdir_separator], [1], [Whether we need a single "-rpath" flag with a separated argument]) _LT_TAGDECL([], [hardcode_direct], [0], - [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes + [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_direct_absolute], [0], - [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes + [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes DIR into the resulting binary and the resulting library dependency is - "absolute", i.e impossible to change by setting ${shlibpath_var} if the + "absolute", i.e impossible to change by setting $shlibpath_var if the library is relocated]) _LT_TAGDECL([], [hardcode_minus_L], [0], [Set to "yes" if using the -LDIR flag during linking hardcodes DIR @@ -5761,10 +6199,10 @@ dnl [Compiler flag to generate thread safe objects]) # ------------------------ # Ensure that the configuration variables for a C compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write -# the compiler configuration to `libtool'. +# the compiler configuration to 'libtool'. m4_defun([_LT_LANG_C_CONFIG], [m4_require([_LT_DECL_EGREP])dnl -lt_save_CC="$CC" +lt_save_CC=$CC AC_LANG_PUSH(C) # Source file extension for C test sources. @@ -5800,18 +6238,18 @@ if test -n "$compiler"; then LT_SYS_DLOPEN_SELF _LT_CMD_STRIPLIB - # Report which library types will actually be built + # Report what library types will actually be built AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) - test "$can_build_shared" = "no" && enable_shared=no + test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) - test "$enable_shared" = yes && enable_static=no + test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' @@ -5819,8 +6257,12 @@ if test -n "$compiler"; then ;; aix[[4-9]]*) - if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then - test "$enable_shared" = yes && enable_static=no + if test ia64 != "$host_cpu"; then + case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in + yes,aix,yes) ;; # shared object as lib.so file only + yes,svr4,*) ;; # shared object as lib.so archive member only + yes,*) enable_static=no ;; # shared object in lib.a archive as well + esac fi ;; esac @@ -5828,13 +6270,13 @@ if test -n "$compiler"; then AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. - test "$enable_shared" = yes || enable_static=yes + test yes = "$enable_shared" || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_CONFIG($1) fi AC_LANG_POP -CC="$lt_save_CC" +CC=$lt_save_CC ])# _LT_LANG_C_CONFIG @@ -5842,14 +6284,14 @@ CC="$lt_save_CC" # -------------------------- # Ensure that the configuration variables for a C++ compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write -# the compiler configuration to `libtool'. +# the compiler configuration to 'libtool'. m4_defun([_LT_LANG_CXX_CONFIG], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_PATH_MANIFEST_TOOL])dnl -if test -n "$CXX" && ( test "X$CXX" != "Xno" && - ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || - (test "X$CXX" != "Xg++"))) ; then +if test -n "$CXX" && ( test no != "$CXX" && + ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) || + (test g++ != "$CXX"))); then AC_PROG_CXXCPP else _lt_caught_CXX_error=yes @@ -5891,7 +6333,7 @@ _LT_TAGVAR(objext, $1)=$objext # the CXX compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. -if test "$_lt_caught_CXX_error" != yes; then +if test yes != "$_lt_caught_CXX_error"; then # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" @@ -5933,35 +6375,35 @@ if test "$_lt_caught_CXX_error" != yes; then if test -n "$compiler"; then # We don't want -fno-exception when compiling C++ code, so set the # no_builtin_flag separately - if test "$GXX" = yes; then + if test yes = "$GXX"; then _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' else _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= fi - if test "$GXX" = yes; then + if test yes = "$GXX"; then # Set up default GNU C++ configuration LT_PATH_LD # Check if GNU C++ uses GNU ld as the underlying linker, since the # archiving commands below assume that GNU ld is being used. - if test "$with_gnu_ld" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + if test yes = "$with_gnu_ld"; then + _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' # If archive_cmds runs LD, not CC, wlarc should be empty # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to # investigate it a little bit more. (MM) - wlarc='${wl}' + wlarc='$wl' # ancient GNU ld didn't support --whole-archive et. al. if eval "`$CC -print-prog-name=ld` --help 2>&1" | $GREP 'no-whole-archive' > /dev/null; then - _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi @@ -5997,18 +6439,30 @@ if test "$_lt_caught_CXX_error" != yes; then _LT_TAGVAR(ld_shlibs, $1)=no ;; aix[[4-9]]*) - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' - no_entry_flag="" + no_entry_flag= else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we - # need to do runtime linking. + # have runtime linking enabled, and use it for executables. + # For shared libraries, we enable/disable runtime linking + # depending on the kind of the shared library created - + # when "with_aix_soname,aix_use_runtimelinking" is: + # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables + # "aix,yes" lib.so shared, rtl:yes, for executables + # lib.a static archive + # "both,no" lib.so.V(shr.o) shared, rtl:yes + # lib.a(lib.so.V) shared, rtl:no, for executables + # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a(lib.so.V) shared, rtl:no + # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a static archive case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do case $ld_flag in @@ -6018,6 +6472,13 @@ if test "$_lt_caught_CXX_error" != yes; then ;; esac done + if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then + # With aix-soname=svr4, we create the lib.so.V shared archives only, + # so we don't have lib.a shared libs to link our executables. + # We have to force runtime linking in this case. + aix_use_runtimelinking=yes + LDFLAGS="$LDFLAGS -Wl,-brtl" + fi ;; esac @@ -6036,13 +6497,21 @@ if test "$_lt_caught_CXX_error" != yes; then _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' + _LT_TAGVAR(file_list_spec, $1)='$wl-f,' + case $with_aix_soname,$aix_use_runtimelinking in + aix,*) ;; # no import file + svr4,* | *,yes) # use import file + # The Import File defines what to hardcode. + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=no + ;; + esac - if test "$GXX" = yes; then + if test yes = "$GXX"; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ - collect2name=`${CC} -print-prog-name=collect2` + collect2name=`$CC -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then @@ -6060,64 +6529,84 @@ if test "$_lt_caught_CXX_error" != yes; then fi esac shared_flag='-shared' - if test "$aix_use_runtimelinking" = yes; then - shared_flag="$shared_flag "'${wl}-G' + if test yes = "$aix_use_runtimelinking"; then + shared_flag=$shared_flag' $wl-G' fi + # Need to ensure runtime linking is disabled for the traditional + # shared library, or the linker may eventually find shared libraries + # /with/ Import File - we do not want to mix them. + shared_flag_aix='-shared' + shared_flag_svr4='-shared $wl-G' else # not using gcc - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else - if test "$aix_use_runtimelinking" = yes; then - shared_flag='${wl}-G' + if test yes = "$aix_use_runtimelinking"; then + shared_flag='$wl-G' else - shared_flag='${wl}-bM:SRE' + shared_flag='$wl-bM:SRE' fi + shared_flag_aix='$wl-bM:SRE' + shared_flag_svr4='$wl-G' fi fi - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to # export. _LT_TAGVAR(always_export_symbols, $1)=yes - if test "$aix_use_runtimelinking" = yes; then + if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. - _LT_TAGVAR(allow_undefined_flag, $1)='-berok' + # The "-G" linker flag allows undefined symbols. + _LT_TAGVAR(no_undefined_flag, $1)='-bernotok' # Determine the default libpath from the value encoded in an empty # executable. _LT_SYS_MODULE_PATH_AIX([$1]) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag else - if test "$host_cpu" = ia64; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' + if test ia64 = "$host_cpu"; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" - _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. - _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' - _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' - if test "$with_gnu_ld" = yes; then + _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok' + _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok' + if test yes = "$with_gnu_ld"; then # We only use this code for GNU lds that support --whole-archive. - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' fi _LT_TAGVAR(archive_cmds_need_lc, $1)=yes - # This is similar to how AIX traditionally builds its shared - # libraries. - _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' + # -brtl affects multiple linker settings, -berok does not and is overridden later + compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' + if test svr4 != "$with_aix_soname"; then + # This is similar to how AIX traditionally builds its shared + # libraries. Need -bnortl late, we may have -brtl in LDFLAGS. + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' + fi + if test aix != "$with_aix_soname"; then + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' + else + # used by -dlpreopen to get the symbols + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir' + fi + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d' fi fi ;; @@ -6127,7 +6616,7 @@ if test "$_lt_caught_CXX_error" != yes; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME - _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi @@ -6155,57 +6644,58 @@ if test "$_lt_caught_CXX_error" != yes; then # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. - shrext_cmds=".dll" + shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. - _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' - _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then - $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; - else - $SED -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; - fi~ - $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ - linknames=' + _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' + _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then + cp "$export_symbols" "$output_objdir/$soname.def"; + echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; + else + $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes # Don't use ranlib _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ - lt_tool_outputfile="@TOOL_OUTPUT@"~ - case $lt_outputfile in - *.exe|*.EXE) ;; - *) - lt_outputfile="$lt_outputfile.exe" - lt_tool_outputfile="$lt_tool_outputfile.exe" - ;; - esac~ - func_to_tool_file "$lt_outputfile"~ - if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then - $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; - $RM "$lt_outputfile.manifest"; - fi' + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile=$lt_outputfile.exe + lt_tool_outputfile=$lt_tool_outputfile.exe + ;; + esac~ + func_to_tool_file "$lt_outputfile"~ + if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' ;; *) # g++ # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' - # If the export-symbols file already is a .def file (1st line - # is EXPORTS), use it as is; otherwise, prepend... - _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then - cp $export_symbols $output_objdir/$soname.def; - else - echo EXPORTS > $output_objdir/$soname.def; - cat $export_symbols >> $output_objdir/$soname.def; - fi~ - $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file, use it as + # is; otherwise, prepend EXPORTS... + _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi @@ -6216,6 +6706,34 @@ if test "$_lt_caught_CXX_error" != yes; then _LT_DARWIN_LINKER_FEATURES($1) ;; + os2*) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + shrext_cmds=.dll + _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + ;; + dgux*) case $cc_basename in ec++*) @@ -6251,14 +6769,14 @@ if test "$_lt_caught_CXX_error" != yes; then ;; haiku*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(link_all_deplibs, $1)=yes ;; hpux9*) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default @@ -6270,7 +6788,7 @@ if test "$_lt_caught_CXX_error" != yes; then _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) - _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. @@ -6279,11 +6797,11 @@ if test "$_lt_caught_CXX_error" != yes; then # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) - if test "$GXX" = yes; then - _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + if test yes = "$GXX"; then + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no @@ -6293,15 +6811,15 @@ if test "$_lt_caught_CXX_error" != yes; then ;; hpux10*|hpux11*) - if test $with_gnu_ld = no; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' + if test no = "$with_gnu_ld"; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) ;; *) - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' ;; esac fi @@ -6327,13 +6845,13 @@ if test "$_lt_caught_CXX_error" != yes; then aCC*) case $host_cpu in hppa*64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) - _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac # Commands to make compiler produce verbose output that lists @@ -6344,20 +6862,20 @@ if test "$_lt_caught_CXX_error" != yes; then # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) - if test "$GXX" = yes; then - if test $with_gnu_ld = no; then + if test yes = "$GXX"; then + if test no = "$with_gnu_ld"; then case $host_cpu in hppa*64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac fi @@ -6372,22 +6890,22 @@ if test "$_lt_caught_CXX_error" != yes; then interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; irix5* | irix6*) case $cc_basename in CC*) # SGI C++ - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' # Archives containing C++ object files must be created using # "CC -ar", where "CC" is the IRIX C++ compiler. This is @@ -6396,17 +6914,17 @@ if test "$_lt_caught_CXX_error" != yes; then _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' ;; *) - if test "$GXX" = yes; then - if test "$with_gnu_ld" = no; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + if test yes = "$GXX"; then + if test no = "$with_gnu_ld"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' else - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' fi fi _LT_TAGVAR(link_all_deplibs, $1)=yes ;; esac - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes ;; @@ -6419,8 +6937,8 @@ if test "$_lt_caught_CXX_error" != yes; then # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. - _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' + _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. @@ -6429,10 +6947,10 @@ if test "$_lt_caught_CXX_error" != yes; then # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. @@ -6446,59 +6964,59 @@ if test "$_lt_caught_CXX_error" != yes; then # earlier do not add the objects themselves. case `$CC -V 2>&1` in *"Version 7."*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 8.0 or newer tmp_idyn= case $host_cpu in ia64*) tmp_idyn=' -i_dynamic';; esac - _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; esac _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' ;; pgCC* | pgcpp*) # Portland Group C++ compiler case `$CC -V` in *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ - rm -rf $tpldir~ - $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ - compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ + compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ - rm -rf $tpldir~ - $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ - $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ - $RANLIB $oldlib' + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ + $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ + $RANLIB $oldlib' _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ - rm -rf $tpldir~ - $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ - $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ - rm -rf $tpldir~ - $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ - $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 6 and above use weak symbols - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; esac - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl--rpath $wl$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' ;; cxx*) # Compaq C++ - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-retain-symbols-file $wl$export_symbols' runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' @@ -6512,18 +7030,18 @@ if test "$_lt_caught_CXX_error" != yes; then # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' ;; xl* | mpixl* | bgxl*) # IBM XL 8.0 on PPC, with GNU ld - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' - _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - if test "x$supports_anon_versioning" = xyes; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' + _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + if test yes = "$supports_anon_versioning"; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ - echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi ;; *) @@ -6531,10 +7049,10 @@ if test "$_lt_caught_CXX_error" != yes; then *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' - _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' + _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes # Not sure whether something based on @@ -6592,22 +7110,17 @@ if test "$_lt_caught_CXX_error" != yes; then _LT_TAGVAR(ld_shlibs, $1)=yes ;; - openbsd2*) - # C++ shared libraries are fairly broken - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - - openbsd*) + openbsd* | bitrig*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' - _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' + _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' fi output_verbose_link_cmd=func_echo_all else @@ -6623,9 +7136,9 @@ if test "$_lt_caught_CXX_error" != yes; then # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. - _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Archives containing C++ object files must be created using @@ -6643,17 +7156,17 @@ if test "$_lt_caught_CXX_error" != yes; then cxx*) case $host in osf3*) - _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ;; *) _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ - echo "-hidden">> $lib.exp~ - $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~ - $RM $lib.exp' + echo "-hidden">> $lib.exp~ + $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~ + $RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' ;; esac @@ -6668,21 +7181,21 @@ if test "$_lt_caught_CXX_error" != yes; then # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. - output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) - if test "$GXX" = yes && test "$with_gnu_ld" = no; then - _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' + if test yes,no = "$GXX,$with_gnu_ld"; then + _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' case $host in osf3*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' ;; *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' ;; esac - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists @@ -6728,9 +7241,9 @@ if test "$_lt_caught_CXX_error" != yes; then # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(archive_cmds_need_lc,$1)=yes _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' - _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no @@ -6738,7 +7251,7 @@ if test "$_lt_caught_CXX_error" != yes; then solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, - # but understands `-z linker_flag'. + # but understands '-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; @@ -6755,30 +7268,30 @@ if test "$_lt_caught_CXX_error" != yes; then ;; gcx*) # Green Hills C++ Compiler - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' # The C++ compiler must be used to create the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' ;; *) # GNU C++ compiler with Solaris linker - if test "$GXX" = yes && test "$with_gnu_ld" = no; then - _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' + if test yes,no = "$GXX,$with_gnu_ld"; then + _LT_TAGVAR(no_undefined_flag, $1)=' $wl-z ${wl}defs' if $CC --version | $GREP -v '^2\.7' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -shared $pic_flag -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else - # g++ 2.7 appears to require `-G' NOT `-shared' on this + # g++ 2.7 appears to require '-G' NOT '-shared' on this # platform. - _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' + _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' + $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when @@ -6786,11 +7299,11 @@ if test "$_lt_caught_CXX_error" != yes; then output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' fi - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir' case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) - _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' ;; esac fi @@ -6799,52 +7312,52 @@ if test "$_lt_caught_CXX_error" != yes; then ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) - _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' + _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' case $cc_basename in CC*) - _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; sysv5* | sco3.2v5* | sco5v6*) - # Note: We can NOT use -z defs as we might desire, because we do not + # Note: We CANNOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. - _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' - _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' + _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' + _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport' runpath_var='LD_RUN_PATH' case $cc_basename in CC*) - _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~ - '"$_LT_TAGVAR(old_archive_cmds, $1)" + '"$_LT_TAGVAR(old_archive_cmds, $1)" _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~ - '"$_LT_TAGVAR(reload_cmds, $1)" + '"$_LT_TAGVAR(reload_cmds, $1)" ;; *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; @@ -6875,10 +7388,10 @@ if test "$_lt_caught_CXX_error" != yes; then esac AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) - test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no + test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no - _LT_TAGVAR(GCC, $1)="$GXX" - _LT_TAGVAR(LD, $1)="$LD" + _LT_TAGVAR(GCC, $1)=$GXX + _LT_TAGVAR(LD, $1)=$LD ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change @@ -6905,7 +7418,7 @@ if test "$_lt_caught_CXX_error" != yes; then lt_cv_path_LD=$lt_save_path_LD lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld -fi # test "$_lt_caught_CXX_error" != yes +fi # test yes != "$_lt_caught_CXX_error" AC_LANG_POP ])# _LT_LANG_CXX_CONFIG @@ -6927,13 +7440,14 @@ AC_REQUIRE([_LT_DECL_SED]) AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH]) func_stripname_cnf () { - case ${2} in - .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; - *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; + case @S|@2 in + .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;; + *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;; esac } # func_stripname_cnf ])# _LT_FUNC_STRIPNAME_CNF + # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) # --------------------------------- # Figure out "hidden" library dependencies from verbose @@ -7017,13 +7531,13 @@ if AC_TRY_EVAL(ac_compile); then pre_test_object_deps_done=no for p in `eval "$output_verbose_link_cmd"`; do - case ${prev}${p} in + case $prev$p in -L* | -R* | -l*) # Some compilers place space between "-{L,R}" and the path. # Remove the space. - if test $p = "-L" || - test $p = "-R"; then + if test x-L = "$p" || + test x-R = "$p"; then prev=$p continue fi @@ -7039,16 +7553,16 @@ if AC_TRY_EVAL(ac_compile); then case $p in =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; esac - if test "$pre_test_object_deps_done" = no; then - case ${prev} in + if test no = "$pre_test_object_deps_done"; then + case $prev in -L | -R) # Internal compiler library paths should come after those # provided the user. The postdeps already come after the # user supplied libs so there is no need to process them. if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then - _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}" + _LT_TAGVAR(compiler_lib_search_path, $1)=$prev$p else - _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}" + _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} $prev$p" fi ;; # The "-l" case would never come before the object being @@ -7056,9 +7570,9 @@ if AC_TRY_EVAL(ac_compile); then esac else if test -z "$_LT_TAGVAR(postdeps, $1)"; then - _LT_TAGVAR(postdeps, $1)="${prev}${p}" + _LT_TAGVAR(postdeps, $1)=$prev$p else - _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}" + _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} $prev$p" fi fi prev= @@ -7073,15 +7587,15 @@ if AC_TRY_EVAL(ac_compile); then continue fi - if test "$pre_test_object_deps_done" = no; then + if test no = "$pre_test_object_deps_done"; then if test -z "$_LT_TAGVAR(predep_objects, $1)"; then - _LT_TAGVAR(predep_objects, $1)="$p" + _LT_TAGVAR(predep_objects, $1)=$p else _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" fi else if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then - _LT_TAGVAR(postdep_objects, $1)="$p" + _LT_TAGVAR(postdep_objects, $1)=$p else _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" fi @@ -7112,51 +7626,6 @@ interix[[3-9]]*) _LT_TAGVAR(postdep_objects,$1)= _LT_TAGVAR(postdeps,$1)= ;; - -linux*) - case `$CC -V 2>&1 | sed 5q` in - *Sun\ C*) - # Sun C++ 5.9 - - # The more standards-conforming stlport4 library is - # incompatible with the Cstd library. Avoid specifying - # it if it's in CXXFLAGS. Ignore libCrun as - # -library=stlport4 depends on it. - case " $CXX $CXXFLAGS " in - *" -library=stlport4 "*) - solaris_use_stlport4=yes - ;; - esac - - if test "$solaris_use_stlport4" != yes; then - _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' - fi - ;; - esac - ;; - -solaris*) - case $cc_basename in - CC* | sunCC*) - # The more standards-conforming stlport4 library is - # incompatible with the Cstd library. Avoid specifying - # it if it's in CXXFLAGS. Ignore libCrun as - # -library=stlport4 depends on it. - case " $CXX $CXXFLAGS " in - *" -library=stlport4 "*) - solaris_use_stlport4=yes - ;; - esac - - # Adding this requires a known-good setup of shared libraries for - # Sun compiler versions before 5.6, else PIC objects from an old - # archive will be linked into the output, leading to subtle bugs. - if test "$solaris_use_stlport4" != yes; then - _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' - fi - ;; - esac - ;; esac ]) @@ -7165,7 +7634,7 @@ case " $_LT_TAGVAR(postdeps, $1) " in esac _LT_TAGVAR(compiler_lib_search_dirs, $1)= if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then - _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` + _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'` fi _LT_TAGDECL([], [compiler_lib_search_dirs], [1], [The directories searched by this compiler when creating a shared library]) @@ -7185,10 +7654,10 @@ _LT_TAGDECL([], [compiler_lib_search_path], [1], # -------------------------- # Ensure that the configuration variables for a Fortran 77 compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG -# to write the compiler configuration to `libtool'. +# to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_F77_CONFIG], [AC_LANG_PUSH(Fortran 77) -if test -z "$F77" || test "X$F77" = "Xno"; then +if test -z "$F77" || test no = "$F77"; then _lt_disable_F77=yes fi @@ -7225,7 +7694,7 @@ _LT_TAGVAR(objext, $1)=$objext # the F77 compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. -if test "$_lt_disable_F77" != yes; then +if test yes != "$_lt_disable_F77"; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t @@ -7247,7 +7716,7 @@ if test "$_lt_disable_F77" != yes; then _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. - lt_save_CC="$CC" + lt_save_CC=$CC lt_save_GCC=$GCC lt_save_CFLAGS=$CFLAGS CC=${F77-"f77"} @@ -7261,21 +7730,25 @@ if test "$_lt_disable_F77" != yes; then AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) - test "$can_build_shared" = "no" && enable_shared=no + test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) - test "$enable_shared" = yes && enable_static=no + test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) - if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then - test "$enable_shared" = yes && enable_static=no + if test ia64 != "$host_cpu"; then + case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in + yes,aix,yes) ;; # shared object as lib.so file only + yes,svr4,*) ;; # shared object as lib.so archive member only + yes,*) enable_static=no ;; # shared object in lib.a archive as well + esac fi ;; esac @@ -7283,11 +7756,11 @@ if test "$_lt_disable_F77" != yes; then AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. - test "$enable_shared" = yes || enable_static=yes + test yes = "$enable_shared" || enable_static=yes AC_MSG_RESULT([$enable_static]) - _LT_TAGVAR(GCC, $1)="$G77" - _LT_TAGVAR(LD, $1)="$LD" + _LT_TAGVAR(GCC, $1)=$G77 + _LT_TAGVAR(LD, $1)=$LD ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change @@ -7304,9 +7777,9 @@ if test "$_lt_disable_F77" != yes; then fi # test -n "$compiler" GCC=$lt_save_GCC - CC="$lt_save_CC" - CFLAGS="$lt_save_CFLAGS" -fi # test "$_lt_disable_F77" != yes + CC=$lt_save_CC + CFLAGS=$lt_save_CFLAGS +fi # test yes != "$_lt_disable_F77" AC_LANG_POP ])# _LT_LANG_F77_CONFIG @@ -7316,11 +7789,11 @@ AC_LANG_POP # ------------------------- # Ensure that the configuration variables for a Fortran compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG -# to write the compiler configuration to `libtool'. +# to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_FC_CONFIG], [AC_LANG_PUSH(Fortran) -if test -z "$FC" || test "X$FC" = "Xno"; then +if test -z "$FC" || test no = "$FC"; then _lt_disable_FC=yes fi @@ -7357,7 +7830,7 @@ _LT_TAGVAR(objext, $1)=$objext # the FC compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. -if test "$_lt_disable_FC" != yes; then +if test yes != "$_lt_disable_FC"; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t @@ -7379,7 +7852,7 @@ if test "$_lt_disable_FC" != yes; then _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. - lt_save_CC="$CC" + lt_save_CC=$CC lt_save_GCC=$GCC lt_save_CFLAGS=$CFLAGS CC=${FC-"f95"} @@ -7395,21 +7868,25 @@ if test "$_lt_disable_FC" != yes; then AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) - test "$can_build_shared" = "no" && enable_shared=no + test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) - test "$enable_shared" = yes && enable_static=no + test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) - if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then - test "$enable_shared" = yes && enable_static=no + if test ia64 != "$host_cpu"; then + case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in + yes,aix,yes) ;; # shared object as lib.so file only + yes,svr4,*) ;; # shared object as lib.so archive member only + yes,*) enable_static=no ;; # shared object in lib.a archive as well + esac fi ;; esac @@ -7417,11 +7894,11 @@ if test "$_lt_disable_FC" != yes; then AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. - test "$enable_shared" = yes || enable_static=yes + test yes = "$enable_shared" || enable_static=yes AC_MSG_RESULT([$enable_static]) - _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu" - _LT_TAGVAR(LD, $1)="$LD" + _LT_TAGVAR(GCC, $1)=$ac_cv_fc_compiler_gnu + _LT_TAGVAR(LD, $1)=$LD ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change @@ -7441,7 +7918,7 @@ if test "$_lt_disable_FC" != yes; then GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS -fi # test "$_lt_disable_FC" != yes +fi # test yes != "$_lt_disable_FC" AC_LANG_POP ])# _LT_LANG_FC_CONFIG @@ -7451,7 +7928,7 @@ AC_LANG_POP # -------------------------- # Ensure that the configuration variables for the GNU Java Compiler compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG -# to write the compiler configuration to `libtool'. +# to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_GCJ_CONFIG], [AC_REQUIRE([LT_PROG_GCJ])dnl AC_LANG_SAVE @@ -7485,7 +7962,7 @@ CC=${GCJ-"gcj"} CFLAGS=$GCJFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC -_LT_TAGVAR(LD, $1)="$LD" +_LT_TAGVAR(LD, $1)=$LD _LT_CC_BASENAME([$compiler]) # GCJ did not exist at the time GCC didn't implicitly link libc in. @@ -7518,7 +7995,7 @@ CFLAGS=$lt_save_CFLAGS # -------------------------- # Ensure that the configuration variables for the GNU Go compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG -# to write the compiler configuration to `libtool'. +# to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_GO_CONFIG], [AC_REQUIRE([LT_PROG_GO])dnl AC_LANG_SAVE @@ -7552,7 +8029,7 @@ CC=${GOC-"gccgo"} CFLAGS=$GOFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC -_LT_TAGVAR(LD, $1)="$LD" +_LT_TAGVAR(LD, $1)=$LD _LT_CC_BASENAME([$compiler]) # Go did not exist at the time GCC didn't implicitly link libc in. @@ -7585,7 +8062,7 @@ CFLAGS=$lt_save_CFLAGS # ------------------------- # Ensure that the configuration variables for the Windows resource compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG -# to write the compiler configuration to `libtool'. +# to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_RC_CONFIG], [AC_REQUIRE([LT_PROG_RC])dnl AC_LANG_SAVE @@ -7601,7 +8078,7 @@ _LT_TAGVAR(objext, $1)=$objext lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' # Code to be used in simple link tests -lt_simple_link_test_code="$lt_simple_compile_test_code" +lt_simple_link_test_code=$lt_simple_compile_test_code # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER @@ -7611,7 +8088,7 @@ _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. -lt_save_CC="$CC" +lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC= @@ -7640,7 +8117,7 @@ AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj,) - test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" + test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2" AC_SUBST(GCJFLAGS)])])[]dnl ]) @@ -7749,7 +8226,7 @@ lt_ac_count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris # along with /bin/sed that truncates output. for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do - test ! -f $lt_ac_sed && continue + test ! -f "$lt_ac_sed" && continue cat /dev/null > conftest.in lt_ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >conftest.in @@ -7766,9 +8243,9 @@ for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break cmp -s conftest.out conftest.nl || break # 10000 chars as input seems more than enough - test $lt_ac_count -gt 10 && break + test 10 -lt "$lt_ac_count" && break lt_ac_count=`expr $lt_ac_count + 1` - if test $lt_ac_count -gt $lt_ac_max; then + if test "$lt_ac_count" -gt "$lt_ac_max"; then lt_ac_max=$lt_ac_count lt_cv_path_SED=$lt_ac_sed fi @@ -7792,27 +8269,7 @@ dnl AC_DEFUN([LT_AC_PROG_SED], []) # Find out whether the shell is Bourne or XSI compatible, # or has some other useful features. m4_defun([_LT_CHECK_SHELL_FEATURES], -[AC_MSG_CHECKING([whether the shell understands some XSI constructs]) -# Try some XSI features -xsi_shell=no -( _lt_dummy="a/b/c" - test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \ - = c,a/b,b/c, \ - && eval 'test $(( 1 + 1 )) -eq 2 \ - && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ - && xsi_shell=yes -AC_MSG_RESULT([$xsi_shell]) -_LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell']) - -AC_MSG_CHECKING([whether the shell understands "+="]) -lt_shell_append=no -( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \ - >/dev/null 2>&1 \ - && lt_shell_append=yes -AC_MSG_RESULT([$lt_shell_append]) -_LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append']) - -if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then +[if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false @@ -7836,102 +8293,9 @@ _LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl ])# _LT_CHECK_SHELL_FEATURES -# _LT_PROG_FUNCTION_REPLACE (FUNCNAME, REPLACEMENT-BODY) -# ------------------------------------------------------ -# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and -# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY. -m4_defun([_LT_PROG_FUNCTION_REPLACE], -[dnl { -sed -e '/^$1 ()$/,/^} # $1 /c\ -$1 ()\ -{\ -m4_bpatsubsts([$2], [$], [\\], [^\([ ]\)], [\\\1]) -} # Extended-shell $1 implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: -]) - - -# _LT_PROG_REPLACE_SHELLFNS -# ------------------------- -# Replace existing portable implementations of several shell functions with -# equivalent extended shell implementations where those features are available.. -m4_defun([_LT_PROG_REPLACE_SHELLFNS], -[if test x"$xsi_shell" = xyes; then - _LT_PROG_FUNCTION_REPLACE([func_dirname], [dnl - case ${1} in - */*) func_dirname_result="${1%/*}${2}" ;; - * ) func_dirname_result="${3}" ;; - esac]) - - _LT_PROG_FUNCTION_REPLACE([func_basename], [dnl - func_basename_result="${1##*/}"]) - - _LT_PROG_FUNCTION_REPLACE([func_dirname_and_basename], [dnl - case ${1} in - */*) func_dirname_result="${1%/*}${2}" ;; - * ) func_dirname_result="${3}" ;; - esac - func_basename_result="${1##*/}"]) - - _LT_PROG_FUNCTION_REPLACE([func_stripname], [dnl - # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are - # positional parameters, so assign one to ordinary parameter first. - func_stripname_result=${3} - func_stripname_result=${func_stripname_result#"${1}"} - func_stripname_result=${func_stripname_result%"${2}"}]) - - _LT_PROG_FUNCTION_REPLACE([func_split_long_opt], [dnl - func_split_long_opt_name=${1%%=*} - func_split_long_opt_arg=${1#*=}]) - - _LT_PROG_FUNCTION_REPLACE([func_split_short_opt], [dnl - func_split_short_opt_arg=${1#??} - func_split_short_opt_name=${1%"$func_split_short_opt_arg"}]) - - _LT_PROG_FUNCTION_REPLACE([func_lo2o], [dnl - case ${1} in - *.lo) func_lo2o_result=${1%.lo}.${objext} ;; - *) func_lo2o_result=${1} ;; - esac]) - - _LT_PROG_FUNCTION_REPLACE([func_xform], [ func_xform_result=${1%.*}.lo]) - - _LT_PROG_FUNCTION_REPLACE([func_arith], [ func_arith_result=$(( $[*] ))]) - - _LT_PROG_FUNCTION_REPLACE([func_len], [ func_len_result=${#1}]) -fi - -if test x"$lt_shell_append" = xyes; then - _LT_PROG_FUNCTION_REPLACE([func_append], [ eval "${1}+=\\${2}"]) - - _LT_PROG_FUNCTION_REPLACE([func_append_quoted], [dnl - func_quote_for_eval "${2}" -dnl m4 expansion turns \\\\ into \\, and then the shell eval turns that into \ - eval "${1}+=\\\\ \\$func_quote_for_eval_result"]) - - # Save a `func_append' function call where possible by direct use of '+=' - sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") - test 0 -eq $? || _lt_function_replace_fail=: -else - # Save a `func_append' function call even when '+=' is not available - sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") - test 0 -eq $? || _lt_function_replace_fail=: -fi - -if test x"$_lt_function_replace_fail" = x":"; then - AC_MSG_WARN([Unable to substitute extended shell functions in $ofile]) -fi -]) - # _LT_PATH_CONVERSION_FUNCTIONS # ----------------------------- -# Determine which file name conversion functions should be used by +# Determine what file name conversion functions should be used by # func_to_host_file (and, implicitly, by func_to_host_path). These are needed # for certain cross-compile configurations and native mingw. m4_defun([_LT_PATH_CONVERSION_FUNCTIONS], @@ -7998,15 +8362,15 @@ _LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd], # Helper functions for option handling. -*- Autoconf -*- # -# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software +# Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. -# serial 7 ltoptions.m4 +# serial 8 ltoptions.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) @@ -8027,7 +8391,7 @@ m4_define([_LT_SET_OPTION], [m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), _LT_MANGLE_DEFUN([$1], [$2]), - [m4_warning([Unknown $1 option `$2'])])[]dnl + [m4_warning([Unknown $1 option '$2'])])[]dnl ]) @@ -8073,13 +8437,15 @@ m4_if([$1],[LT_INIT],[ dnl dnl If no reference was made to various pairs of opposing options, then dnl we run the default mode handler for the pair. For example, if neither - dnl `shared' nor `disable-shared' was passed, we enable building of shared + dnl 'shared' nor 'disable-shared' was passed, we enable building of shared dnl archives by default: _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], - [_LT_ENABLE_FAST_INSTALL]) + [_LT_ENABLE_FAST_INSTALL]) + _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4], + [_LT_WITH_AIX_SONAME([aix])]) ]) ])# _LT_SET_OPTIONS @@ -8107,7 +8473,7 @@ AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you -put the `dlopen' option into LT_INIT's first parameter.]) +put the 'dlopen' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: @@ -8143,7 +8509,7 @@ AU_DEFUN([AC_LIBTOOL_WIN32_DLL], _LT_SET_OPTION([LT_INIT], [win32-dll]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you -put the `win32-dll' option into LT_INIT's first parameter.]) +put the 'win32-dll' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: @@ -8152,9 +8518,9 @@ dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) # _LT_ENABLE_SHARED([DEFAULT]) # ---------------------------- -# implement the --enable-shared flag, and supports the `shared' and -# `disable-shared' LT_INIT options. -# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +# implement the --enable-shared flag, and supports the 'shared' and +# 'disable-shared' LT_INIT options. +# DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. m4_define([_LT_ENABLE_SHARED], [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([shared], @@ -8167,14 +8533,14 @@ AC_ARG_ENABLE([shared], *) enable_shared=no # Look at the argument we got. We use all the common list separators. - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_shared=yes fi done - IFS="$lt_save_ifs" + IFS=$lt_save_ifs ;; esac], [enable_shared=]_LT_ENABLE_SHARED_DEFAULT) @@ -8206,9 +8572,9 @@ dnl AC_DEFUN([AM_DISABLE_SHARED], []) # _LT_ENABLE_STATIC([DEFAULT]) # ---------------------------- -# implement the --enable-static flag, and support the `static' and -# `disable-static' LT_INIT options. -# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +# implement the --enable-static flag, and support the 'static' and +# 'disable-static' LT_INIT options. +# DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. m4_define([_LT_ENABLE_STATIC], [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([static], @@ -8221,14 +8587,14 @@ AC_ARG_ENABLE([static], *) enable_static=no # Look at the argument we got. We use all the common list separators. - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_static=yes fi done - IFS="$lt_save_ifs" + IFS=$lt_save_ifs ;; esac], [enable_static=]_LT_ENABLE_STATIC_DEFAULT) @@ -8260,9 +8626,9 @@ dnl AC_DEFUN([AM_DISABLE_STATIC], []) # _LT_ENABLE_FAST_INSTALL([DEFAULT]) # ---------------------------------- -# implement the --enable-fast-install flag, and support the `fast-install' -# and `disable-fast-install' LT_INIT options. -# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. +# implement the --enable-fast-install flag, and support the 'fast-install' +# and 'disable-fast-install' LT_INIT options. +# DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. m4_define([_LT_ENABLE_FAST_INSTALL], [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([fast-install], @@ -8275,14 +8641,14 @@ AC_ARG_ENABLE([fast-install], *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done - IFS="$lt_save_ifs" + IFS=$lt_save_ifs ;; esac], [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT) @@ -8299,14 +8665,14 @@ AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put -the `fast-install' option into LT_INIT's first parameter.]) +the 'fast-install' option into LT_INIT's first parameter.]) ]) AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put -the `disable-fast-install' option into LT_INIT's first parameter.]) +the 'disable-fast-install' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: @@ -8314,11 +8680,64 @@ dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) +# _LT_WITH_AIX_SONAME([DEFAULT]) +# ---------------------------------- +# implement the --with-aix-soname flag, and support the `aix-soname=aix' +# and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT +# is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'. +m4_define([_LT_WITH_AIX_SONAME], +[m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl +shared_archive_member_spec= +case $host,$enable_shared in +power*-*-aix[[5-9]]*,yes) + AC_MSG_CHECKING([which variant of shared library versioning to provide]) + AC_ARG_WITH([aix-soname], + [AS_HELP_STRING([--with-aix-soname=aix|svr4|both], + [shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SONAME_DEFAULT[@:>@.])], + [case $withval in + aix|svr4|both) + ;; + *) + AC_MSG_ERROR([Unknown argument to --with-aix-soname]) + ;; + esac + lt_cv_with_aix_soname=$with_aix_soname], + [AC_CACHE_VAL([lt_cv_with_aix_soname], + [lt_cv_with_aix_soname=]_LT_WITH_AIX_SONAME_DEFAULT) + with_aix_soname=$lt_cv_with_aix_soname]) + AC_MSG_RESULT([$with_aix_soname]) + if test aix != "$with_aix_soname"; then + # For the AIX way of multilib, we name the shared archive member + # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', + # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. + # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, + # the AIX toolchain works better with OBJECT_MODE set (default 32). + if test 64 = "${OBJECT_MODE-32}"; then + shared_archive_member_spec=shr_64 + else + shared_archive_member_spec=shr + fi + fi + ;; +*) + with_aix_soname=aix + ;; +esac + +_LT_DECL([], [shared_archive_member_spec], [0], + [Shared archive member basename, for filename based shared library versioning on AIX])dnl +])# _LT_WITH_AIX_SONAME + +LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])]) +LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])]) +LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])]) + + # _LT_WITH_PIC([MODE]) # -------------------- -# implement the --with-pic flag, and support the `pic-only' and `no-pic' +# implement the --with-pic flag, and support the 'pic-only' and 'no-pic' # LT_INIT options. -# MODE is either `yes' or `no'. If omitted, it defaults to `both'. +# MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'. m4_define([_LT_WITH_PIC], [AC_ARG_WITH([pic], [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@], @@ -8329,19 +8748,17 @@ m4_define([_LT_WITH_PIC], *) pic_mode=default # Look at the argument we got. We use all the common list separators. - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for lt_pkg in $withval; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs if test "X$lt_pkg" = "X$lt_p"; then pic_mode=yes fi done - IFS="$lt_save_ifs" + IFS=$lt_save_ifs ;; esac], - [pic_mode=default]) - -test -z "$pic_mode" && pic_mode=m4_default([$1], [default]) + [pic_mode=m4_default([$1], [default])]) _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl ])# _LT_WITH_PIC @@ -8354,7 +8771,7 @@ AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you -put the `pic-only' option into LT_INIT's first parameter.]) +put the 'pic-only' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: @@ -8377,7 +8794,8 @@ LT_OPTION_DEFINE([LTDL_INIT], [convenience], # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- # -# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software +# Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives @@ -8410,7 +8828,7 @@ m4_define([_lt_join], # ------------ # Manipulate m4 lists. # These macros are necessary as long as will still need to support -# Autoconf-2.59 which quotes differently. +# Autoconf-2.59, which quotes differently. m4_define([lt_car], [[$1]]) m4_define([lt_cdr], [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], @@ -8421,7 +8839,7 @@ m4_define([lt_unquote], $1) # lt_append(MACRO-NAME, STRING, [SEPARATOR]) # ------------------------------------------ -# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. +# Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'. # Note that neither SEPARATOR nor STRING are expanded; they are appended # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). # No SEPARATOR is output if MACRO-NAME was previously undefined (different @@ -8501,7 +8919,7 @@ m4_define([lt_dict_filter], # ltversion.m4 -- version numbers -*- Autoconf -*- # -# Copyright (C) 2004 Free Software Foundation, Inc. +# Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc. # Written by Scott James Remnant, 2004 # # This file is free software; the Free Software Foundation gives @@ -8510,22 +8928,23 @@ m4_define([lt_dict_filter], # @configure_input@ -# serial 3337 ltversion.m4 +# serial 4171 ltversion.m4 # This file is part of GNU Libtool -m4_define([LT_PACKAGE_VERSION], [2.4.2]) -m4_define([LT_PACKAGE_REVISION], [1.3337]) +m4_define([LT_PACKAGE_VERSION], [2.4.5]) +m4_define([LT_PACKAGE_REVISION], [2.4.5]) AC_DEFUN([LTVERSION_VERSION], -[macro_version='2.4.2' -macro_revision='1.3337' +[macro_version='2.4.5' +macro_revision='2.4.5' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- # -# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc. +# Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software +# Foundation, Inc. # Written by Scott James Remnant, 2004. # # This file is free software; the Free Software Foundation gives @@ -8536,7 +8955,7 @@ _LT_DECL(, macro_revision, 0) # These exist entirely to fool aclocal when bootstrapping libtool. # -# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN) +# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN), # which have later been changed to m4_define as they aren't part of the # exported API, or moved to Autoconf or Automake where they belong. # @@ -8550,7 +8969,7 @@ _LT_DECL(, macro_revision, 0) # included after everything else. This provides aclocal with the # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything # because those macros already exist, or will be overwritten later. -# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. +# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. # # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. # Yes, that means every name once taken will need to remain here until @@ -8920,9 +9339,10 @@ _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], -[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl -# Expand $ac_aux_dir to an absolute path. -am_aux_dir=`cd "$ac_aux_dir" && pwd` +[dnl Rely on autoconf to set up CDPATH properly. +AC_PREREQ([2.50])dnl +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- @@ -9389,8 +9809,7 @@ to "yes", and re-run configure. END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi -fi -]) +fi]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further diff --git a/autom4te.cache/output.1 b/autom4te.cache/output.1 index 7cd1828..8d0c237 100644 --- a/autom4te.cache/output.1 +++ b/autom4te.cache/output.1 @@ -678,6 +678,7 @@ INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM CPP +LT_SYS_LIBRARY_PATH OTOOL64 OTOOL LIPO @@ -761,6 +762,7 @@ enable_shared enable_static with_pic enable_fast_install +with_aix_soname with_gnu_ld with_sysroot enable_libtool_lock @@ -775,6 +777,7 @@ CFLAGS LDFLAGS LIBS CPPFLAGS +LT_SYS_LIBRARY_PATH CPP PKG_CONFIG PKG_CONFIG_PATH @@ -1418,9 +1421,12 @@ Optional Packages: --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-pic@<:@=PKGS@:>@ try to use only PIC/non-PIC objects @<:@default=use both@:>@ + --with-aix-soname=aix|svr4|both + shared library versioning (aka "SONAME") variant to + provide on AIX, @<:@default=aix@:>@. --with-gnu-ld assume the C compiler uses GNU ld @<:@default=no@:>@ - --with-sysroot=DIR Search for dependent libraries within DIR - (or the compiler's sysroot if not specified). + --with-sysroot@<:@=DIR@:>@ Search for dependent libraries within DIR (or the + compiler's sysroot if not specified). Some influential environment variables: CC C compiler command @@ -1430,6 +1436,8 @@ Some influential environment variables: LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory + LT_SYS_LIBRARY_PATH + User-defined run-time library search path. CPP C preprocessor PKG_CONFIG path to pkg-config utility PKG_CONFIG_PATH @@ -2175,8 +2183,8 @@ esac -macro_version='2.4.2' -macro_revision='1.3337' +macro_version='2.4.5' +macro_revision='2.4.5' @@ -2190,7 +2198,7 @@ macro_revision='1.3337' -ltmain="$ac_aux_dir/ltmain.sh" +ltmain=$ac_aux_dir/ltmain.sh # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || @@ -2307,10 +2315,10 @@ fi # Invoke $ECHO with all args, space-separated. func_echo_all () { - $ECHO "" + $ECHO "" } -case "$ECHO" in +case $ECHO in printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 $as_echo "printf" >&6; } ;; print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 @@ -2332,8 +2340,8 @@ esac -# Expand $ac_aux_dir to an absolute path. -am_aux_dir=`cd "$ac_aux_dir" && pwd` +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` ac_ext=c ac_cpp='$CPP $CPPFLAGS' @@ -3484,19 +3492,19 @@ test -z "$GREP" && GREP=grep @%:@ Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then : - withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes + withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes else with_gnu_ld=no fi ac_prog=ld -if test "$GCC" = yes; then +if test yes = "$GCC"; then # Check if gcc -print-prog-name=ld gives a path. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 $as_echo_n "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) - # gcc leaves a trailing carriage return which upsets mingw + # gcc leaves a trailing carriage return, which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; @@ -3510,7 +3518,7 @@ $as_echo_n "checking for ld used by $CC... " >&6; } while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done - test -z "$LD" && LD="$ac_prog" + test -z "$LD" && LD=$ac_prog ;; "") # If it fails, then pretend we aren't using GCC. @@ -3521,7 +3529,7 @@ $as_echo_n "checking for ld used by $CC... " >&6; } with_gnu_ld=unknown ;; esac -elif test "$with_gnu_ld" = yes; then +elif test yes = "$with_gnu_ld"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 $as_echo_n "checking for GNU ld... " >&6; } else @@ -3532,32 +3540,32 @@ if ${lt_cv_path_LD+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$LD"; then - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then - lt_cv_path_LD="$ac_dir/$ac_prog" + lt_cv_path_LD=$ac_dir/$ac_prog # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &5 $as_echo "$LD" >&6; } @@ -3600,33 +3608,38 @@ if ${lt_cv_path_NM+:} false; then : else if test -n "$NM"; then # Let the user override the test. - lt_cv_path_NM="$NM" + lt_cv_path_NM=$NM else - lt_nm_to_check="${ac_tool_prefix}nm" + lt_nm_to_check=${ac_tool_prefix}nm if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. - tmp_nm="$ac_dir/$lt_tmp_nm" - if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then + tmp_nm=$ac_dir/$lt_tmp_nm + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then # Check to see if the nm accepts a BSD-compat flag. - # Adding the `sed 1q' prevents false positives on HP-UX, which says: + # Adding the 'sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file - case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in - */dev/null* | *'Invalid file or object type'*) + # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty + case $build_os in + mingw*) lt_bad_file=conftest.nm/nofile ;; + *) lt_bad_file=/dev/null ;; + esac + case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in + *$lt_bad_file* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" - break + break 2 ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" - break + break 2 ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but @@ -3637,15 +3650,15 @@ else esac fi done - IFS="$lt_save_ifs" + IFS=$lt_save_ifs done : ${lt_cv_path_NM=no} fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 $as_echo "$lt_cv_path_NM" >&6; } -if test "$lt_cv_path_NM" != "no"; then - NM="$lt_cv_path_NM" +if test no != "$lt_cv_path_NM"; then + NM=$lt_cv_path_NM else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : @@ -3751,9 +3764,9 @@ esac fi fi - case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in + case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in *COFF*) - DUMPBIN="$DUMPBIN -symbols" + DUMPBIN="$DUMPBIN -symbols -headers" ;; *) DUMPBIN=: @@ -3761,8 +3774,8 @@ fi esac fi - if test "$DUMPBIN" != ":"; then - NM="$DUMPBIN" + if test : != "$DUMPBIN"; then + NM=$DUMPBIN fi fi test -z "$NM" && NM=nm @@ -3813,7 +3826,7 @@ if ${lt_cv_sys_max_cmd_len+:} false; then : $as_echo_n "(cached) " >&6 else i=0 - teststring="ABCD" + teststring=ABCD case $build_os in msdosdjgpp*) @@ -3853,7 +3866,7 @@ else lt_cv_sys_max_cmd_len=8192; ;; - netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) + bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` @@ -3904,22 +3917,22 @@ else *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len" && \ - test undefined != "$lt_cv_sys_max_cmd_len"; then + test undefined != "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. - for i in 1 2 3 4 5 6 7 8 ; do + for i in 1 2 3 4 5 6 7 8; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. - while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ + while { test X`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && - test $i != 17 # 1/2 MB should be enough + test 17 != "$i" # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring @@ -3937,7 +3950,7 @@ else fi -if test -n $lt_cv_sys_max_cmd_len ; then +if test -n "$lt_cv_sys_max_cmd_len"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 $as_echo "$lt_cv_sys_max_cmd_len" >&6; } else @@ -3955,30 +3968,6 @@ max_cmd_len=$lt_cv_sys_max_cmd_len : ${MV="mv -f"} : ${RM="rm -f"} -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5 -$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; } -# Try some XSI features -xsi_shell=no -( _lt_dummy="a/b/c" - test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \ - = c,a/b,b/c, \ - && eval 'test $(( 1 + 1 )) -eq 2 \ - && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ - && xsi_shell=yes -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5 -$as_echo "$xsi_shell" >&6; } - - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5 -$as_echo_n "checking whether the shell understands \"+=\"... " >&6; } -lt_shell_append=no -( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \ - >/dev/null 2>&1 \ - && lt_shell_append=yes -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5 -$as_echo "$lt_shell_append" >&6; } - - if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else @@ -4101,13 +4090,13 @@ esac reload_cmds='$LD$reload_flag -o $output$reload_objs' case $host_os in cygwin* | mingw* | pw32* | cegcc*) - if test "$GCC" != yes; then + if test yes != "$GCC"; then reload_cmds=false fi ;; darwin*) - if test "$GCC" = yes; then - reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' + if test yes = "$GCC"; then + reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs' else reload_cmds='$LD$reload_flag -o $output$reload_objs' fi @@ -4235,13 +4224,13 @@ lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. -# `unknown' -- same as none, but documents that we really don't know. +# 'unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path -# which responds to the $file_magic_cmd with a given extended regex. -# If you have `file' or equivalent on your system and you're not sure -# whether `pass_all' will *always* work, you probably want this one. +# that responds to the $file_magic_cmd with a given extended regex. +# If you have 'file' or equivalent on your system and you're not sure +# whether 'pass_all' will *always* work, you probably want this one. case $host_os in aix[4-9]*) @@ -4268,8 +4257,7 @@ mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. - # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. - if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then + if ( file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else @@ -4347,7 +4335,7 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) lt_cv_deplibs_check_method=pass_all ;; -netbsd* | netbsdelf*-gnu) +netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' else @@ -4365,8 +4353,8 @@ newos6*) lt_cv_deplibs_check_method=pass_all ;; -openbsd*) - if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then +openbsd* | bitrig*) + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' @@ -4419,6 +4407,9 @@ sysv4 | sysv4.3*) tpf*) lt_cv_deplibs_check_method=pass_all ;; +os2*) + lt_cv_deplibs_check_method=pass_all + ;; esac fi @@ -4576,8 +4567,8 @@ else case $host_os in cygwin* | mingw* | pw32* | cegcc*) - # two different shell functions defined in ltmain.sh - # decide which to use based on capabilities of $DLLTOOL + # two different shell functions defined in ltmain.sh; + # decide which one to use based on capabilities of $DLLTOOL case `$DLLTOOL --help 2>&1` in *--identify-strict*) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib @@ -4589,7 +4580,7 @@ cygwin* | mingw* | pw32* | cegcc*) ;; *) # fallback: assume linklib IS sharedlib - lt_cv_sharedlib_from_linklib_cmd="$ECHO" + lt_cv_sharedlib_from_linklib_cmd=$ECHO ;; esac @@ -4744,7 +4735,7 @@ if ac_fn_c_try_compile "$LINENO"; then : ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } - if test "$ac_status" -eq 0; then + if test 0 -eq "$ac_status"; then # Ensure the archiver fails upon bogus file names. rm -f conftest.$ac_objext libconftest.a { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 @@ -4752,7 +4743,7 @@ if ac_fn_c_try_compile "$LINENO"; then : ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } - if test "$ac_status" -ne 0; then + if test 0 -ne "$ac_status"; then lt_cv_ar_at_file=@ fi fi @@ -4765,7 +4756,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 $as_echo "$lt_cv_ar_at_file" >&6; } -if test "x$lt_cv_ar_at_file" = xno; then +if test no = "$lt_cv_ar_at_file"; then archiver_list_spec= else archiver_list_spec=$lt_cv_ar_at_file @@ -4982,7 +4973,7 @@ old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in - openbsd*) + bitrig* | openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) @@ -5114,7 +5105,7 @@ cygwin* | mingw* | pw32* | cegcc*) symcode='[ABCDGISTW]' ;; hpux*) - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; then symcode='[ABCDEGRST]' fi ;; @@ -5147,14 +5138,44 @@ case `$NM -V 2>&1` in symcode='[ABCDGIRSTW]' ;; esac +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Gets list of data symbols to import. + lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'" + # Adjust the below global symbol transforms to fixup imported variables. + lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" + lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" + lt_c_name_lib_hook="\ + -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ + -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" +else + # Disable hooks by default. + lt_cv_sys_global_symbol_to_import= + lt_cdecl_hook= + lt_c_name_hook= + lt_c_name_lib_hook= +fi + # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. -lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" +lt_cv_sys_global_symbol_to_cdecl="sed -n"\ +$lt_cdecl_hook\ +" -e 's/^T .* \(.*\)$/extern int \1();/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address -lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" -lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'" +lt_cv_sys_global_symbol_to_c_name_address="sed -n"\ +$lt_c_name_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" + +# Transform an extracted symbol line into symbol name with lib prefix and +# symbol address. +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\ +$lt_c_name_lib_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" # Handle CRLF in mingw tool chain opt_cr= @@ -5172,21 +5193,24 @@ for ac_symprfx in "" "_"; do # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then - # Fake it for dumpbin and say T for any non-static function - # and D for any global variable. + # Fake it for dumpbin and say T for any non-static function, + # D for any global variable and I for any imported variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK '"\ " {last_section=section; section=\$ 3};"\ " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ +" /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ +" /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ +" /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ -" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ -" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ -" s[1]~/^[@?]/{print s[1], s[1]; next};"\ -" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ +" {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ +" {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ +" s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ +" s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" @@ -5234,11 +5258,11 @@ _LT_EOF if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ -#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) -/* DATA imports from DLLs on WIN32 con't be const, because runtime +#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE +/* DATA imports from DLLs on WIN32 can't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT@&t@_DLSYM_CONST -#elif defined(__osf__) +#elif defined __osf__ /* This system does not cope well with relocations in const data. */ # define LT@&t@_DLSYM_CONST #else @@ -5264,7 +5288,7 @@ lt__PROGRAM__LTX_preloaded_symbols[] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF - $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext + $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; @@ -5284,13 +5308,13 @@ _LT_EOF mv conftest.$ac_objext conftstm.$ac_objext lt_globsym_save_LIBS=$LIBS lt_globsym_save_CFLAGS=$CFLAGS - LIBS="conftstm.$ac_objext" + LIBS=conftstm.$ac_objext CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && test -s conftest${ac_exeext}; then + test $ac_status = 0; } && test -s conftest$ac_exeext; then pipe_works=yes fi LIBS=$lt_globsym_save_LIBS @@ -5311,7 +5335,7 @@ _LT_EOF rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. - if test "$pipe_works" = yes; then + if test yes = "$pipe_works"; then break else lt_cv_sys_global_symbol_pipe= @@ -5353,6 +5377,16 @@ fi + + + + + + + + + + @@ -5376,9 +5410,9 @@ fi lt_sysroot= -case ${with_sysroot} in #( +case $with_sysroot in #( yes) - if test "$GCC" = yes; then + if test yes = "$GCC"; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` fi ;; #( @@ -5388,8 +5422,8 @@ case ${with_sysroot} in #( no|'') ;; #( *) - { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5 -$as_echo "${with_sysroot}" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5 +$as_echo "$with_sysroot" >&6; } as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 ;; esac @@ -5401,18 +5435,99 @@ $as_echo "${lt_sysroot:-no}" >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5 +$as_echo_n "checking for a working dd... " >&6; } +if ${ac_cv_path_lt_DD+:} false; then : + $as_echo_n "(cached) " >&6 +else + printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +: ${lt_DD:=$DD} +if test -z "$lt_DD"; then + ac_path_lt_DD_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in dd; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_lt_DD" || continue +if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: +fi + $ac_path_lt_DD_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_lt_DD"; then + : + fi +else + ac_cv_path_lt_DD=$lt_DD +fi + +rm -f conftest.i conftest2.i conftest.out +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5 +$as_echo "$ac_cv_path_lt_DD" >&6; } + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5 +$as_echo_n "checking how to truncate binary pipes... " >&6; } +if ${lt_cv_truncate_bin+:} false; then : + $as_echo_n "(cached) " >&6 +else + printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +lt_cv_truncate_bin= +if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" +fi +rm -f conftest.i conftest2.i conftest.out +test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q" +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5 +$as_echo "$lt_cv_truncate_bin" >&6; } + + + + + + + +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in @S|@*""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} + @%:@ Check whether --enable-libtool-lock was given. if test "${enable_libtool_lock+set}" = set; then : enableval=$enable_libtool_lock; fi -test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes +test no = "$enable_libtool_lock" || enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) - # Find out which ABI we are using. + # Find out what ABI is being produced by ac_compile, and set mode + # options accordingly. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 @@ -5421,24 +5536,25 @@ ia64-*-hpux*) test $ac_status = 0; }; then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) - HPUX_IA64_MODE="32" + HPUX_IA64_MODE=32 ;; *ELF-64*) - HPUX_IA64_MODE="64" + HPUX_IA64_MODE=64 ;; esac fi rm -rf conftest* ;; *-*-irix6*) - # Find out which ABI we are using. + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. echo '#line '$LINENO' "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - if test "$lt_cv_prog_gnu_ld" = yes; then + if test yes = "$lt_cv_prog_gnu_ld"; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" @@ -5467,9 +5583,50 @@ ia64-*-hpux*) rm -rf conftest* ;; +mips64*-*linux*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '#line '$LINENO' "configure"' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + emul=elf + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + emul="${emul}32" + ;; + *64-bit*) + emul="${emul}64" + ;; + esac + case `/usr/bin/file conftest.$ac_objext` in + *MSB*) + emul="${emul}btsmip" + ;; + *LSB*) + emul="${emul}ltsmip" + ;; + esac + case `/usr/bin/file conftest.$ac_objext` in + *N32*) + emul="${emul}n32" + ;; + esac + LD="${LD-ld} -m $emul" + fi + rm -rf conftest* + ;; + x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) - # Find out which ABI we are using. + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. Note that the listed cases only cover the + # situations where additional linker options are needed (such as when + # doing 32-bit compilation for a host where ld defaults to 64-bit, or + # vice versa); the common cases where no linker options are needed do + # not appear in the list. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 @@ -5492,10 +5649,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) ;; esac ;; - powerpc64le-*) + powerpc64le-*linux*) LD="${LD-ld} -m elf32lppclinux" ;; - powerpc64-*) + powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) @@ -5514,10 +5671,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; - powerpcle-*) + powerpcle-*linux*) LD="${LD-ld} -m elf64lppc" ;; - powerpc-*) + powerpc-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) @@ -5535,7 +5692,7 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. - SAVE_CFLAGS="$CFLAGS" + SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS -belf" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 $as_echo_n "checking whether the C compiler needs -belf... " >&6; } @@ -5575,13 +5732,14 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 $as_echo "$lt_cv_cc_needs_belf" >&6; } - if test x"$lt_cv_cc_needs_belf" != x"yes"; then + if test yes != "$lt_cv_cc_needs_belf"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf - CFLAGS="$SAVE_CFLAGS" + CFLAGS=$SAVE_CFLAGS fi ;; *-*solaris*) - # Find out which ABI we are using. + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 @@ -5593,7 +5751,7 @@ $as_echo "$lt_cv_cc_needs_belf" >&6; } case $lt_cv_prog_gnu_ld in yes*) case $host in - i?86-*-solaris*) + i?86-*-solaris*|x86_64-*-solaris*) LD="${LD-ld} -m elf_x86_64" ;; sparc*-*-solaris*) @@ -5602,7 +5760,7 @@ $as_echo "$lt_cv_cc_needs_belf" >&6; } esac # GNU ld 2.21 introduced _sol2 emulations. Use them if available. if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then - LD="${LD-ld}_sol2" + LD=${LD-ld}_sol2 fi ;; *) @@ -5618,7 +5776,7 @@ $as_echo "$lt_cv_cc_needs_belf" >&6; } ;; esac -need_locks="$enable_libtool_lock" +need_locks=$enable_libtool_lock if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. @@ -5729,7 +5887,7 @@ else fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 $as_echo "$lt_cv_path_mainfest_tool" >&6; } -if test "x$lt_cv_path_mainfest_tool" != xyes; then +if test yes != "$lt_cv_path_mainfest_tool"; then MANIFEST_TOOL=: fi @@ -6232,7 +6390,7 @@ if ${lt_cv_apple_cc_single_mod+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_apple_cc_single_mod=no - if test -z "${LT_MULTI_MODULE}"; then + if test -z "$LT_MULTI_MODULE"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the @@ -6250,7 +6408,7 @@ else cat conftest.err >&5 # Otherwise, if the output was created with a 0 exit code from # the compiler, it worked. - elif test -f libconftest.dylib && test $_lt_result -eq 0; then + elif test -f libconftest.dylib && test 0 = "$_lt_result"; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&5 @@ -6289,7 +6447,7 @@ else fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext - LDFLAGS="$save_LDFLAGS" + LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 @@ -6318,7 +6476,7 @@ _LT_EOF _lt_result=$? if test -s conftest.err && $GREP force_load conftest.err; then cat conftest.err >&5 - elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then + elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then lt_cv_ld_force_load=yes else cat conftest.err >&5 @@ -6331,32 +6489,32 @@ fi $as_echo "$lt_cv_ld_force_load" >&6; } case $host_os in rhapsody* | darwin1.[012]) - _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; + _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; darwin1.*) - _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) - _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) - _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; + 10.[012][,.]*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 10.*) - _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; esac ;; esac - if test "$lt_cv_apple_cc_single_mod" = "yes"; then + if test yes = "$lt_cv_apple_cc_single_mod"; then _lt_dar_single_mod='$single_module' fi - if test "$lt_cv_ld_exported_symbols_list" = "yes"; then - _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' + if test yes = "$lt_cv_ld_exported_symbols_list"; then + _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' else - _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' + _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' fi - if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then + if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= @@ -6364,6 +6522,41 @@ $as_echo "$lt_cv_ld_force_load" >&6; } ;; esac +# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x@S|@2 in + x) + ;; + *:) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \S|@1\" + ;; + x:*) + eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" + ;; + *) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + esac +} + ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -6667,14 +6860,14 @@ if test "${enable_shared+set}" = set; then : *) enable_shared=no # Look at the argument we got. We use all the common list separators. - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_shared=yes fi done - IFS="$lt_save_ifs" + IFS=$lt_save_ifs ;; esac else @@ -6698,14 +6891,14 @@ if test "${enable_static+set}" = set; then : *) enable_static=no # Look at the argument we got. We use all the common list separators. - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_static=yes fi done - IFS="$lt_save_ifs" + IFS=$lt_save_ifs ;; esac else @@ -6729,14 +6922,14 @@ if test "${with_pic+set}" = set; then : *) pic_mode=default # Look at the argument we got. We use all the common list separators. - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for lt_pkg in $withval; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs if test "X$lt_pkg" = "X$lt_p"; then pic_mode=yes fi done - IFS="$lt_save_ifs" + IFS=$lt_save_ifs ;; esac else @@ -6744,8 +6937,6 @@ else fi -test -z "$pic_mode" && pic_mode=default - @@ -6761,14 +6952,14 @@ if test "${enable_fast_install+set}" = set; then : *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done - IFS="$lt_save_ifs" + IFS=$lt_save_ifs ;; esac else @@ -6782,11 +6973,63 @@ fi + shared_archive_member_spec= +case $host,$enable_shared in +power*-*-aix[5-9]*,yes) + { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5 +$as_echo_n "checking which variant of shared library versioning to provide... " >&6; } + +@%:@ Check whether --with-aix-soname was given. +if test "${with_aix_soname+set}" = set; then : + withval=$with_aix_soname; case $withval in + aix|svr4|both) + ;; + *) + as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5 + ;; + esac + lt_cv_with_aix_soname=$with_aix_soname +else + if ${lt_cv_with_aix_soname+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_with_aix_soname=aix +fi + + with_aix_soname=$lt_cv_with_aix_soname +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5 +$as_echo "$with_aix_soname" >&6; } + if test aix != "$with_aix_soname"; then + # For the AIX way of multilib, we name the shared archive member + # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', + # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. + # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, + # the AIX toolchain works better with OBJECT_MODE set (default 32). + if test 64 = "${OBJECT_MODE-32}"; then + shared_archive_member_spec=shr_64 + else + shared_archive_member_spec=shr + fi + fi + ;; +*) + with_aix_soname=aix + ;; +esac + + + + + + + # This can be used to rebuild libtool when needed -LIBTOOL_DEPS="$ltmain" +LIBTOOL_DEPS=$ltmain # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' @@ -6835,7 +7078,7 @@ test -z "$LN_S" && LN_S="ln -s" -if test -n "${ZSH_VERSION+set}" ; then +if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi @@ -6874,7 +7117,7 @@ aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. - if test "X${COLLECT_NAMES+set}" != Xset; then + if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi @@ -6885,14 +7128,14 @@ esac ofile=libtool can_build_shared=yes -# All known linkers require a `.a' archive for static linking (except MSVC, +# All known linkers require a '.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a -with_gnu_ld="$lt_cv_prog_gnu_ld" +with_gnu_ld=$lt_cv_prog_gnu_ld -old_CC="$CC" -old_CFLAGS="$CFLAGS" +old_CC=$CC +old_CFLAGS=$CFLAGS # Set sane defaults for various variables test -z "$CC" && CC=cc @@ -6901,15 +7144,8 @@ test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o -for cc_temp in $compiler""; do - case $cc_temp in - compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; - distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; - \-*) ;; - *) break;; - esac -done -cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +func_cc_basename $compiler +cc_basename=$func_cc_basename_result # Only perform the check for file, if the check method requires it @@ -6924,22 +7160,22 @@ if ${lt_cv_path_MAGIC_CMD+:} false; then : else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) - lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) - lt_save_MAGIC_CMD="$MAGIC_CMD" - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + lt_save_MAGIC_CMD=$MAGIC_CMD + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/${ac_tool_prefix}file; then - lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" + if test -f "$ac_dir/${ac_tool_prefix}file"; then + lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` - MAGIC_CMD="$lt_cv_path_MAGIC_CMD" + MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : @@ -6962,13 +7198,13 @@ _LT_EOF break fi done - IFS="$lt_save_ifs" - MAGIC_CMD="$lt_save_MAGIC_CMD" + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac fi -MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } @@ -6990,22 +7226,22 @@ if ${lt_cv_path_MAGIC_CMD+:} false; then : else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) - lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) - lt_save_MAGIC_CMD="$MAGIC_CMD" - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + lt_save_MAGIC_CMD=$MAGIC_CMD + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/file; then - lt_cv_path_MAGIC_CMD="$ac_dir/file" + if test -f "$ac_dir/file"; then + lt_cv_path_MAGIC_CMD=$ac_dir/"file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` - MAGIC_CMD="$lt_cv_path_MAGIC_CMD" + MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : @@ -7028,13 +7264,13 @@ _LT_EOF break fi done - IFS="$lt_save_ifs" - MAGIC_CMD="$lt_save_MAGIC_CMD" + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac fi -MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } @@ -7055,7 +7291,7 @@ esac # Use C for the default configuration in the libtool script -lt_save_CC="$CC" +lt_save_CC=$CC ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -7113,7 +7349,7 @@ if test -n "$compiler"; then lt_prog_compiler_no_builtin_flag= -if test "$GCC" = yes; then +if test yes = "$GCC"; then case $cc_basename in nvcc*) lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; @@ -7129,7 +7365,7 @@ else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext - lt_compiler_flag="-fno-rtti -fno-exceptions" + lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins @@ -7159,7 +7395,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } -if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then +if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" else : @@ -7177,17 +7413,18 @@ lt_prog_compiler_pic= lt_prog_compiler_static= - if test "$GCC" = yes; then + if test yes = "$GCC"; then lt_prog_compiler_wl='-Wl,' lt_prog_compiler_static='-static' case $host_os in aix*) # All AIX code is PIC. - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' fi + lt_prog_compiler_pic='-fPIC' ;; amigaos*) @@ -7198,8 +7435,8 @@ lt_prog_compiler_static= ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but - # adding the `-m68020' flag to GCC prevents building anything better, - # like `-m68040'. + # adding the '-m68020' flag to GCC prevents building anything better, + # like '-m68040'. lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' ;; esac @@ -7215,6 +7452,11 @@ lt_prog_compiler_static= # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic='-DDLL_EXPORT' + case $host_os in + os2*) + lt_prog_compiler_static='$wl-static' + ;; + esac ;; darwin* | rhapsody*) @@ -7285,7 +7527,7 @@ lt_prog_compiler_static= case $host_os in aix*) lt_prog_compiler_wl='-Wl,' - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' else @@ -7293,10 +7535,29 @@ lt_prog_compiler_static= fi ;; + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic='-fno-common' + case $cc_basename in + nagfor*) + # NAG Fortran compiler + lt_prog_compiler_wl='-Wl,-Wl,,' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + esac + ;; + mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic='-DDLL_EXPORT' + case $host_os in + os2*) + lt_prog_compiler_static='$wl-static' + ;; + esac ;; hpux9* | hpux10* | hpux11*) @@ -7312,7 +7573,7 @@ lt_prog_compiler_static= ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? - lt_prog_compiler_static='${wl}-a ${wl}archive' + lt_prog_compiler_static='$wl-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) @@ -7323,7 +7584,7 @@ lt_prog_compiler_static= linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in - # old Intel for x86_64 which still supported -KPIC. + # old Intel for x86_64, which still supported -KPIC. ecc*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' @@ -7348,6 +7609,12 @@ lt_prog_compiler_static= lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) @@ -7445,7 +7712,7 @@ lt_prog_compiler_static= ;; sysv4*MP*) - if test -d /usr/nec ;then + if test -d /usr/nec; then lt_prog_compiler_pic='-Kconform_pic' lt_prog_compiler_static='-Bstatic' fi @@ -7474,7 +7741,7 @@ lt_prog_compiler_static= fi case $host_os in - # For platforms which do not support PIC, -DPIC is meaningless: + # For platforms that do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic= ;; @@ -7506,7 +7773,7 @@ else lt_cv_prog_compiler_pic_works=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext - lt_compiler_flag="$lt_prog_compiler_pic@&t@ -DPIC" + lt_compiler_flag="$lt_prog_compiler_pic@&t@ -DPIC" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins @@ -7536,7 +7803,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; } -if test x"$lt_cv_prog_compiler_pic_works" = xyes; then +if test yes = "$lt_cv_prog_compiler_pic_works"; then case $lt_prog_compiler_pic in "" | " "*) ;; *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; @@ -7568,7 +7835,7 @@ if ${lt_cv_prog_compiler_static_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_static_works=no - save_LDFLAGS="$LDFLAGS" + save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then @@ -7587,13 +7854,13 @@ else fi fi $RM -r conftest* - LDFLAGS="$save_LDFLAGS" + LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 $as_echo "$lt_cv_prog_compiler_static_works" >&6; } -if test x"$lt_cv_prog_compiler_static_works" = xyes; then +if test yes = "$lt_cv_prog_compiler_static_works"; then : else lt_prog_compiler_static= @@ -7713,8 +7980,8 @@ $as_echo "$lt_cv_prog_compiler_c_o" >&6; } -hard_links="nottested" -if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then +hard_links=nottested +if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then # do not overwrite the value of need_locks provided by the user { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 $as_echo_n "checking if we can lock with hard links... " >&6; } @@ -7726,9 +7993,9 @@ $as_echo_n "checking if we can lock with hard links... " >&6; } ln conftest.a conftest.b 2>/dev/null && hard_links=no { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 $as_echo "$hard_links" >&6; } - if test "$hard_links" = no; then - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 -$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} + if test no = "$hard_links"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5 +$as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;} need_locks=warn fi else @@ -7771,9 +8038,9 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie # included in the symbol list include_expsyms= # exclude_expsyms can be an extended regexp of symbols to exclude - # it will be wrapped by ` (' and `)$', so one must not match beginning or - # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', - # as well as any symbol that contains `d'. + # it will be wrapped by ' (' and ')$', so one must not match beginning or + # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', + # as well as any symbol that contains 'd'. exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if @@ -7788,7 +8055,7 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. - if test "$GCC" != yes; then + if test yes != "$GCC"; then with_gnu_ld=no fi ;; @@ -7796,12 +8063,9 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; - openbsd*) + openbsd* | bitrig*) with_gnu_ld=no ;; - linux* | k*bsd*-gnu | gnu*) - link_all_deplibs=no - ;; esac ld_shlibs=yes @@ -7809,7 +8073,7 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie # On some targets, GNU ld is compatible enough with the native linker # that we're better off using the native interface for both. lt_use_gnu_ld_interface=no - if test "$with_gnu_ld" = yes; then + if test yes = "$with_gnu_ld"; then case $host_os in aix*) # The AIX port of GNU ld has always aspired to compatibility @@ -7831,24 +8095,24 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie esac fi - if test "$lt_use_gnu_ld_interface" = yes; then + if test yes = "$lt_use_gnu_ld_interface"; then # If archive_cmds runs LD, not CC, wlarc should be empty - wlarc='${wl}' + wlarc='$wl' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH - hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' - export_dynamic_flag_spec='${wl}--export-dynamic' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + export_dynamic_flag_spec='$wl--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then - whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' else whole_archive_flag_spec= fi supports_anon_versioning=no - case `$LD -v 2>&1` in + case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... @@ -7861,7 +8125,7 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie case $host_os in aix[3-9]*) # On AIX/PPC, the GNU linker is very broken - if test "$host_cpu" != ia64; then + if test ia64 != "$host_cpu"; then ld_shlibs=no cat <<_LT_EOF 1>&2 @@ -7880,7 +8144,7 @@ _LT_EOF case $host_cpu in powerpc) # see comment about AmigaOS4 .so support - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) @@ -7896,7 +8160,7 @@ _LT_EOF allow_undefined_flag=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME - archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' else ld_shlibs=no fi @@ -7906,7 +8170,7 @@ _LT_EOF # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' - export_dynamic_flag_spec='${wl}--export-all-symbols' + export_dynamic_flag_spec='$wl--export-all-symbols' allow_undefined_flag=unsupported always_export_symbols=no enable_shared_with_static_runtimes=yes @@ -7914,61 +8178,89 @@ _LT_EOF exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' - # If the export-symbols file already is a .def file (1st line - # is EXPORTS), use it as is; otherwise, prepend... - archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then - cp $export_symbols $output_objdir/$soname.def; - else - echo EXPORTS > $output_objdir/$soname.def; - cat $export_symbols >> $output_objdir/$soname.def; - fi~ - $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file, use it as + # is; otherwise, prepend EXPORTS... + archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs=no fi ;; haiku*) - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' link_all_deplibs=yes ;; + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + allow_undefined_flag=unsupported + shrext_cmds=.dll + archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + enable_shared_with_static_runtimes=yes + ;; + interix[3-9]*) hardcode_direct=no hardcode_shlibpath_var=no - hardcode_libdir_flag_spec='${wl}-rpath,$libdir' - export_dynamic_flag_spec='${wl}-E' + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + export_dynamic_flag_spec='$wl-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. - archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' - archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no - if test "$host_os" = linux-dietlibc; then + if test linux-dietlibc = "$host_os"; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ - && test "$tmp_diet" = no + && test no = "$tmp_diet" then tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler - whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group f77 and f90 compilers - whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; @@ -7979,42 +8271,47 @@ _LT_EOF lf95*) # Lahey Fortran 8.1 whole_archive_flag_spec= tmp_sharedflag='--shared' ;; + nagfor*) # NAGFOR 5.3 + tmp_sharedflag='-Wl,-shared' ;; xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; nvcc*) # Cuda Compiler Driver 2.2 - whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' compiler_needs_object=yes ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 - whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' compiler_needs_object=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac - archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' - if test "x$supports_anon_versioning" = xyes; then + if test yes = "$supports_anon_versioning"; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ - echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi case $cc_basename in + tcc*) + export_dynamic_flag_spec='-rdynamic' + ;; xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' - hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' - if test "x$supports_anon_versioning" = xyes; then + if test yes = "$supports_anon_versioning"; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ - echo "local: *; };" >> $output_objdir/$libname.ver~ - $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac @@ -8023,13 +8320,13 @@ _LT_EOF fi ;; - netbsd* | netbsdelf*-gnu) + netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else - archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' fi ;; @@ -8047,8 +8344,8 @@ _LT_EOF _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi @@ -8060,7 +8357,7 @@ _LT_EOF ld_shlibs=no cat <<_LT_EOF 1>&2 -*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify @@ -8075,9 +8372,9 @@ _LT_EOF # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi @@ -8094,15 +8391,15 @@ _LT_EOF *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac - if test "$ld_shlibs" = no; then + if test no = "$ld_shlibs"; then runpath_var= hardcode_libdir_flag_spec= export_dynamic_flag_spec= @@ -8118,7 +8415,7 @@ _LT_EOF # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes - if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then + if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported @@ -8126,34 +8423,57 @@ _LT_EOF ;; aix[4-9]*) - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' - no_entry_flag="" + no_entry_flag= else # If we're using GNU nm, then we don't want the "-C" option. - # -C means demangle to AIX nm, but means don't demangle with GNU nm - # Also, AIX nm treats weak defined symbols like other global - # defined symbols, whereas GNU nm marks them as "W". + # -C means demangle to GNU nm, but means don't demangle to AIX nm. + # Without the "-l" option, or with the "-B" option, AIX nm treats + # weak defined symbols like other global defined symbols, whereas + # GNU nm marks them as "W". + # While the 'weak' keyword is ignored in the Export File, we need + # it in the Import File for the 'aix-soname' feature, so we have + # to replace the "-B" option with "-P" for AIX nm. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then - export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else - export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we - # need to do runtime linking. + # have runtime linking enabled, and use it for executables. + # For shared libraries, we enable/disable runtime linking + # depending on the kind of the shared library created - + # when "with_aix_soname,aix_use_runtimelinking" is: + # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables + # "aix,yes" lib.so shared, rtl:yes, for executables + # lib.a static archive + # "both,no" lib.so.V(shr.o) shared, rtl:yes + # lib.a(lib.so.V) shared, rtl:no, for executables + # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a(lib.so.V) shared, rtl:no + # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a static archive case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) for ld_flag in $LDFLAGS; do - if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then + if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then aix_use_runtimelinking=yes break fi done + if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then + # With aix-soname=svr4, we create the lib.so.V shared archives only, + # so we don't have lib.a shared libs to link our executables. + # We have to force runtime linking in this case. + aix_use_runtimelinking=yes + LDFLAGS="$LDFLAGS -Wl,-brtl" + fi ;; esac @@ -8172,13 +8492,21 @@ _LT_EOF hardcode_direct_absolute=yes hardcode_libdir_separator=':' link_all_deplibs=yes - file_list_spec='${wl}-f,' + file_list_spec='$wl-f,' + case $with_aix_soname,$aix_use_runtimelinking in + aix,*) ;; # traditional, no import file + svr4,* | *,yes) # use import file + # The Import File defines what to hardcode. + hardcode_direct=no + hardcode_direct_absolute=no + ;; + esac - if test "$GCC" = yes; then + if test yes = "$GCC"; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ - collect2name=`${CC} -print-prog-name=collect2` + collect2name=`$CC -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then @@ -8197,36 +8525,42 @@ _LT_EOF ;; esac shared_flag='-shared' - if test "$aix_use_runtimelinking" = yes; then - shared_flag="$shared_flag "'${wl}-G' + if test yes = "$aix_use_runtimelinking"; then + shared_flag="$shared_flag "'$wl-G' fi - link_all_deplibs=no + # Need to ensure runtime linking is disabled for the traditional + # shared library, or the linker may eventually find shared libraries + # /with/ Import File - we do not want to mix them. + shared_flag_aix='-shared' + shared_flag_svr4='-shared $wl-G' else # not using gcc - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else - if test "$aix_use_runtimelinking" = yes; then - shared_flag='${wl}-G' + if test yes = "$aix_use_runtimelinking"; then + shared_flag='$wl-G' else - shared_flag='${wl}-bM:SRE' + shared_flag='$wl-bM:SRE' fi + shared_flag_aix='$wl-bM:SRE' + shared_flag_svr4='$wl-G' fi fi - export_dynamic_flag_spec='${wl}-bexpall' + export_dynamic_flag_spec='$wl-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. always_export_symbols=yes - if test "$aix_use_runtimelinking" = yes; then + if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag='-berok' # Determine the default libpath from the value encoded in an # empty executable. - if test "${lt_cv_aix_libpath+set}" = set; then + if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else if ${lt_cv_aix_libpath_+:} false; then : @@ -8261,7 +8595,7 @@ fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then - lt_cv_aix_libpath_="/usr/lib:/lib" + lt_cv_aix_libpath_=/usr/lib:/lib fi fi @@ -8269,17 +8603,17 @@ fi aix_libpath=$lt_cv_aix_libpath_ fi - hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" - archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" + archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag else - if test "$host_cpu" = ia64; then - hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' + if test ia64 = "$host_cpu"; then + hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib' allow_undefined_flag="-z nodefs" - archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. - if test "${lt_cv_aix_libpath+set}" = set; then + if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else if ${lt_cv_aix_libpath_+:} false; then : @@ -8314,7 +8648,7 @@ fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then - lt_cv_aix_libpath_="/usr/lib:/lib" + lt_cv_aix_libpath_=/usr/lib:/lib fi fi @@ -8322,21 +8656,33 @@ fi aix_libpath=$lt_cv_aix_libpath_ fi - hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" + hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. - no_undefined_flag=' ${wl}-bernotok' - allow_undefined_flag=' ${wl}-berok' - if test "$with_gnu_ld" = yes; then + no_undefined_flag=' $wl-bernotok' + allow_undefined_flag=' $wl-berok' + if test yes = "$with_gnu_ld"; then # We only use this code for GNU lds that support --whole-archive. - whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec='$convenience' fi archive_cmds_need_lc=yes - # This is similar to how AIX traditionally builds its shared libraries. - archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' + # -brtl affects multiple linker settings, -berok does not and is overridden later + compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' + if test svr4 != "$with_aix_soname"; then + # This is similar to how AIX traditionally builds its shared libraries. + archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' + fi + if test aix != "$with_aix_soname"; then + archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' + else + # used by -dlpreopen to get the symbols + archive_expsym_cmds="$archive_expsym_cmds"'~$MV $output_objdir/$realname.d/$soname $output_objdir' + fi + archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d' fi fi ;; @@ -8345,7 +8691,7 @@ fi case $host_cpu in powerpc) # see comment about AmigaOS4 .so support - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) @@ -8375,16 +8721,17 @@ fi # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. - shrext_cmds=".dll" + shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. - archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' - archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then - sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; - else - sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; - fi~ - $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ - linknames=' + archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' + archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then + cp "$export_symbols" "$output_objdir/$soname.def"; + echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; + else + $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, )='true' enable_shared_with_static_runtimes=yes @@ -8393,18 +8740,18 @@ fi # Don't use ranlib old_postinstall_cmds='chmod 644 $oldlib' postlink_cmds='lt_outputfile="@OUTPUT@"~ - lt_tool_outputfile="@TOOL_OUTPUT@"~ - case $lt_outputfile in - *.exe|*.EXE) ;; - *) - lt_outputfile="$lt_outputfile.exe" - lt_tool_outputfile="$lt_tool_outputfile.exe" - ;; - esac~ - if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then - $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; - $RM "$lt_outputfile.manifest"; - fi' + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile=$lt_outputfile.exe + lt_tool_outputfile=$lt_tool_outputfile.exe + ;; + esac~ + if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' ;; *) # Assume MSVC wrapper @@ -8413,7 +8760,7 @@ fi # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. - shrext_cmds=".dll" + shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. @@ -8432,24 +8779,24 @@ fi hardcode_direct=no hardcode_automatic=yes hardcode_shlibpath_var=unsupported - if test "$lt_cv_ld_force_load" = "yes"; then - whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + if test yes = "$lt_cv_ld_force_load"; then + whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' else whole_archive_flag_spec='' fi link_all_deplibs=yes - allow_undefined_flag="$_lt_dar_allow_undefined" + allow_undefined_flag=$_lt_dar_allow_undefined case $cc_basename in - ifort*) _lt_dar_can_shared=yes ;; + ifort*|nagfor*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac - if test "$_lt_dar_can_shared" = "yes"; then + if test yes = "$_lt_dar_can_shared"; then output_verbose_link_cmd=func_echo_all - archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" - module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" - archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" - module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" + archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" + module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" + archive_expsym_cmds="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" + module_expsym_cmds="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" else ld_shlibs=no @@ -8491,33 +8838,33 @@ fi ;; hpux9*) - if test "$GCC" = yes; then - archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + if test yes = "$GCC"; then + archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' else - archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' fi - hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes - export_dynamic_flag_spec='${wl}-E' + export_dynamic_flag_spec='$wl-E' ;; hpux10*) - if test "$GCC" = yes && test "$with_gnu_ld" = no; then - archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + if test yes,no = "$GCC,$with_gnu_ld"; then + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi - if test "$with_gnu_ld" = no; then - hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + if test no = "$with_gnu_ld"; then + hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: hardcode_direct=yes hardcode_direct_absolute=yes - export_dynamic_flag_spec='${wl}-E' + export_dynamic_flag_spec='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes @@ -8525,25 +8872,25 @@ fi ;; hpux11*) - if test "$GCC" = yes && test "$with_gnu_ld" = no; then + if test yes,no = "$GCC,$with_gnu_ld"; then case $host_cpu in hppa*64*) - archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) - archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) - archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) - archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) - archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) @@ -8555,7 +8902,7 @@ if ${lt_cv_prog_compiler__b+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler__b=no - save_LDFLAGS="$LDFLAGS" + save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -b" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then @@ -8574,14 +8921,14 @@ else fi fi $RM -r conftest* - LDFLAGS="$save_LDFLAGS" + LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 $as_echo "$lt_cv_prog_compiler__b" >&6; } -if test x"$lt_cv_prog_compiler__b" = xyes; then - archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' +if test yes = "$lt_cv_prog_compiler__b"; then + archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi @@ -8589,8 +8936,8 @@ fi ;; esac fi - if test "$with_gnu_ld" = no; then - hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + if test no = "$with_gnu_ld"; then + hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: case $host_cpu in @@ -8601,7 +8948,7 @@ fi *) hardcode_direct=yes hardcode_direct_absolute=yes - export_dynamic_flag_spec='${wl}-E' + export_dynamic_flag_spec='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. @@ -8612,8 +8959,8 @@ fi ;; irix5* | irix6* | nonstopux*) - if test "$GCC" = yes; then - archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + if test yes = "$GCC"; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. @@ -8623,8 +8970,8 @@ $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " > if ${lt_cv_irix_exported_symbol+:} false; then : $as_echo_n "(cached) " >&6 else - save_LDFLAGS="$LDFLAGS" - LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int foo (void) { return 0; } @@ -8636,25 +8983,35 @@ else fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext - LDFLAGS="$save_LDFLAGS" + LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 $as_echo "$lt_cv_irix_exported_symbol" >&6; } - if test "$lt_cv_irix_exported_symbol" = yes; then - archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' + if test yes = "$lt_cv_irix_exported_symbol"; then + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' fi else - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' - archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' fi archive_cmds_need_lc='no' - hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: inherit_rpath=yes link_all_deplibs=yes ;; - netbsd* | netbsdelf*-gnu) + linux*) + case $cc_basename in + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + ld_shlibs=yes + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + + netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else @@ -8668,7 +9025,7 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; } newsos6) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes - hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: hardcode_shlibpath_var=no ;; @@ -8676,27 +9033,19 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; } *nto* | *qnx*) ;; - openbsd*) + openbsd* | bitrig*) if test -f /usr/libexec/ld.so; then hardcode_direct=yes hardcode_shlibpath_var=no hardcode_direct_absolute=yes - if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' - hardcode_libdir_flag_spec='${wl}-rpath,$libdir' - export_dynamic_flag_spec='${wl}-E' + archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + export_dynamic_flag_spec='$wl-E' else - case $host_os in - openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) - archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' - hardcode_libdir_flag_spec='-R$libdir' - ;; - *) - archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - hardcode_libdir_flag_spec='${wl}-rpath,$libdir' - ;; - esac + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='$wl-rpath,$libdir' fi else ld_shlibs=no @@ -8707,33 +9056,53 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; } hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported - archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' - old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' + shrext_cmds=.dll + archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + enable_shared_with_static_runtimes=yes ;; osf3*) - if test "$GCC" = yes; then - allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' - archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + if test yes = "$GCC"; then + allow_undefined_flag=' $wl-expect_unresolved $wl\*' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' else allow_undefined_flag=' -expect_unresolved \*' - archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fi archive_cmds_need_lc='no' - hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag - if test "$GCC" = yes; then - allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' - archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' - hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + if test yes = "$GCC"; then + allow_undefined_flag=' $wl-expect_unresolved $wl\*' + archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' else allow_undefined_flag=' -expect_unresolved \*' - archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ - $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' + $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' @@ -8744,24 +9113,24 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; } solaris*) no_undefined_flag=' -z defs' - if test "$GCC" = yes; then - wlarc='${wl}' - archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + if test yes = "$GCC"; then + wlarc='$wl' + archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' - archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' + $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) - wlarc='${wl}' - archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' + wlarc='$wl' + archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi @@ -8771,11 +9140,11 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; } solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, - # but understands `-z linker_flag'. GCC discards it without `$wl', + # but understands '-z linker_flag'. GCC discards it without '$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) - if test "$GCC" = yes; then - whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + if test yes = "$GCC"; then + whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' else whole_archive_flag_spec='-z allextract$convenience -z defaultextract' fi @@ -8785,10 +9154,10 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; } ;; sunos4*) - if test "x$host_vendor" = xsequent; then + if test sequent = "$host_vendor"; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. - archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' + archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi @@ -8837,43 +9206,43 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; } ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) - no_undefined_flag='${wl}-z,text' + no_undefined_flag='$wl-z,text' archive_cmds_need_lc=no hardcode_shlibpath_var=no runpath_var='LD_RUN_PATH' - if test "$GCC" = yes; then - archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + if test yes = "$GCC"; then + archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else - archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) - # Note: We can NOT use -z defs as we might desire, because we do not + # Note: We CANNOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. - no_undefined_flag='${wl}-z,text' - allow_undefined_flag='${wl}-z,nodefs' + no_undefined_flag='$wl-z,text' + allow_undefined_flag='$wl-z,nodefs' archive_cmds_need_lc=no hardcode_shlibpath_var=no - hardcode_libdir_flag_spec='${wl}-R,$libdir' + hardcode_libdir_flag_spec='$wl-R,$libdir' hardcode_libdir_separator=':' link_all_deplibs=yes - export_dynamic_flag_spec='${wl}-Bexport' + export_dynamic_flag_spec='$wl-Bexport' runpath_var='LD_RUN_PATH' - if test "$GCC" = yes; then - archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + if test yes = "$GCC"; then + archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else - archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; @@ -8888,10 +9257,10 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; } ;; esac - if test x$host_vendor = xsni; then + if test sni = "$host_vendor"; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) - export_dynamic_flag_spec='${wl}-Blargedynsym' + export_dynamic_flag_spec='$wl-Blargedynsym' ;; esac fi @@ -8899,7 +9268,7 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 $as_echo "$ld_shlibs" >&6; } -test "$ld_shlibs" = no && can_build_shared=no +test no = "$ld_shlibs" && can_build_shared=no with_gnu_ld=$with_gnu_ld @@ -8925,7 +9294,7 @@ x|xyes) # Assume -lc should be added archive_cmds_need_lc=yes - if test "$enable_shared" = yes && test "$GCC" = yes; then + if test yes,yes = "$GCC,$enable_shared"; then case $archive_cmds in *'~'*) # FIXME: we may have to deal with multi-command sequences. @@ -9140,14 +9509,14 @@ esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 $as_echo_n "checking dynamic linker characteristics... " >&6; } -if test "$GCC" = yes; then +if test yes = "$GCC"; then case $host_os in - darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; - *) lt_awk_arg="/^libraries:/" ;; + darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; + *) lt_awk_arg='/^libraries:/' ;; esac case $host_os in - mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;; - *) lt_sed_strip_eq="s,=/,/,g" ;; + mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;; + *) lt_sed_strip_eq='s|=/|/|g' ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` case $lt_search_path_spec in @@ -9163,28 +9532,35 @@ if test "$GCC" = yes; then ;; esac # Ok, now we have the path, separated by spaces, we can step through it - # and add multilib dir if necessary. + # and add multilib dir if necessary... lt_tmp_lt_search_path_spec= - lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + # ...but if some path component already ends with the multilib dir we assume + # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). + case "$lt_multi_os_dir; $lt_search_path_spec " in + "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) + lt_multi_os_dir= + ;; + esac for lt_sys_path in $lt_search_path_spec; do - if test -d "$lt_sys_path/$lt_multi_os_dir"; then - lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" - else + if test -d "$lt_sys_path$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" + elif test -n "$lt_multi_os_dir"; then test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' -BEGIN {RS=" "; FS="/|\n";} { - lt_foo=""; - lt_count=0; +BEGIN {RS = " "; FS = "/|\n";} { + lt_foo = ""; + lt_count = 0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { - lt_foo="/" $lt_i lt_foo; + lt_foo = "/" $lt_i lt_foo; } else { lt_count--; } @@ -9198,7 +9574,7 @@ BEGIN {RS=" "; FS="/|\n";} { # for these hosts. case $host_os in mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ - $SED 's,/\([A-Za-z]:\),\1,g'` ;; + $SED 's|/\([A-Za-z]:\)|\1|g'` ;; esac sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else @@ -9207,7 +9583,7 @@ fi library_names_spec= libname_spec='lib$name' soname_spec= -shrext_cmds=".so" +shrext_cmds=.so postinstall_cmds= postuninstall_cmds= finish_cmds= @@ -9224,14 +9600,16 @@ hardcode_into_libs=no # flags to be left without arguments need_version=unknown + + case $host_os in aix3*) version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + library_names_spec='$libname$release$shared_ext$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. - soname_spec='${libname}${release}${shared_ext}$major' + soname_spec='$libname$release$shared_ext$major' ;; aix[4-9]*) @@ -9239,41 +9617,91 @@ aix[4-9]*) need_lib_prefix=no need_version=no hardcode_into_libs=yes - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; then # AIX 5 supports IA64 - library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with - # the line `#! .'. This would cause the generated library to - # depend on `.', always an invalid library. This was fixed in + # the line '#! .'. This would cause the generated library to + # depend on '.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' - echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then + echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac - # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # Using Import Files as archive members, it is possible to support + # filename-based versioning of shared library archives on AIX. While + # this would work for both with and without runtime linking, it will + # prevent static linking of such archives. So we do filename-based + # shared library versioning with .so extension only, which is used + # when both runtime linking and shared linking is enabled. + # Unfortunately, runtime linking may impact performance, so we do + # not want this to be the default eventually. Also, we use the + # versioned .so libs for executables only if there is the -brtl + # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. + # To allow for filename-based versioning support, we need to create + # libNAME.so.V as an archive file, containing: + # *) an Import File, referring to the versioned filename of the + # archive as well as the shared archive member, telling the + # bitwidth (32 or 64) of that shared object, and providing the + # list of exported symbols of that shared object, eventually + # decorated with the 'weak' keyword + # *) the shared object with the F_LOADONLY flag set, to really avoid + # it being seen by the linker. + # At run time we better use the real file rather than another symlink, + # but for link time we create the symlink libNAME.so -> libNAME.so.V + + case $with_aix_soname,$aix_use_runtimelinking in + # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. - if test "$aix_use_runtimelinking" = yes; then + aix,yes) # traditional libtool + dynamic_linker='AIX unversionable lib.so' # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - else + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + ;; + aix,no) # traditional AIX only + dynamic_linker='AIX lib.a(lib.so.V)' # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. - library_names_spec='${libname}${release}.a $libname.a' - soname_spec='${libname}${release}${shared_ext}$major' - fi + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + ;; + svr4,*) # full svr4 only + dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,yes) # both, prefer svr4 + dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # unpreferred sharedlib libNAME.a needs extra handling + postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' + postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,no) # both, prefer aix + dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)" + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling + postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' + postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' + ;; + esac shlibpath_var=LIBPATH fi ;; @@ -9283,18 +9711,18 @@ amigaos*) powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. - finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) - library_names_spec='${libname}${shared_ext}' + library_names_spec='$libname$shared_ext' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; @@ -9302,8 +9730,8 @@ beos*) bsdi[45]*) version_type=linux # correct to gnu/linux during the next big refactor need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" @@ -9315,7 +9743,7 @@ bsdi[45]*) cygwin* | mingw* | pw32* | cegcc*) version_type=windows - shrext_cmds=".dll" + shrext_cmds=.dll need_version=no need_lib_prefix=no @@ -9324,8 +9752,8 @@ cygwin* | mingw* | pw32* | cegcc*) # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds - postinstall_cmds='base_file=`basename \${file}`~ - dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ @@ -9341,17 +9769,17 @@ cygwin* | mingw* | pw32* | cegcc*) case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' - soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix - soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' - library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' ;; esac dynamic_linker='Win32 ld.exe' @@ -9360,8 +9788,8 @@ cygwin* | mingw* | pw32* | cegcc*) *,cl*) # Native MSVC libname_spec='$name' - soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' - library_names_spec='${libname}.dll.lib' + soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + library_names_spec='$libname.dll.lib' case $build_os in mingw*) @@ -9388,7 +9816,7 @@ cygwin* | mingw* | pw32* | cegcc*) sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; *) - sys_lib_search_path_spec="$LIB" + sys_lib_search_path_spec=$LIB if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` @@ -9401,8 +9829,8 @@ cygwin* | mingw* | pw32* | cegcc*) esac # DLL is installed to $(libdir)/../bin by postinstall_cmds - postinstall_cmds='base_file=`basename \${file}`~ - dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' @@ -9415,7 +9843,7 @@ cygwin* | mingw* | pw32* | cegcc*) *) # Assume MSVC wrapper - library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' + library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' dynamic_linker='Win32 ld.exe' ;; esac @@ -9428,8 +9856,8 @@ darwin* | rhapsody*) version_type=darwin need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' - soname_spec='${libname}${release}${major}$shared_ext' + library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' + soname_spec='$libname$release$major$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' @@ -9442,8 +9870,8 @@ dgux*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; @@ -9461,12 +9889,13 @@ freebsd* | dragonfly*) version_type=freebsd-$objformat case $version_type in freebsd-elf*) - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' need_version=no need_lib_prefix=no ;; freebsd-*) - library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' need_version=yes ;; esac @@ -9496,10 +9925,10 @@ haiku*) need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' shlibpath_var=LIBRARY_PATH - shlibpath_overrides_runpath=yes + shlibpath_overrides_runpath=no sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; @@ -9517,14 +9946,15 @@ hpux9* | hpux10* | hpux11*) dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - if test "X$HPUX_IA64_MODE" = X32; then + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + if test 32 = "$HPUX_IA64_MODE"; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + sys_lib_dlsearch_path_spec=/usr/lib/hpux32 else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + sys_lib_dlsearch_path_spec=/usr/lib/hpux64 fi - sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' @@ -9532,8 +9962,8 @@ hpux9* | hpux10* | hpux11*) dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; @@ -9542,8 +9972,8 @@ hpux9* | hpux10* | hpux11*) dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555, ... @@ -9556,8 +9986,8 @@ interix[3-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no @@ -9568,7 +9998,7 @@ irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) - if test "$lt_cv_prog_gnu_ld" = yes; then + if test yes = "$lt_cv_prog_gnu_ld"; then version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix @@ -9576,8 +10006,8 @@ irix5* | irix6* | nonstopux*) esac need_lib_prefix=no need_version=no - soname_spec='${libname}${release}${shared_ext}$major' - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='$libname$release$shared_ext$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= @@ -9596,8 +10026,8 @@ irix5* | irix6* | nonstopux*) esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no - sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" - sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" + sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" hardcode_into_libs=yes ;; @@ -9606,13 +10036,33 @@ linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; +linux*android*) + version_type=none # Android doesn't support versioned libraries. + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext' + soname_spec='$libname$release$shared_ext' + finish_cmds= + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + dynamic_linker='Android linker' + # Don't embed -rpath directories since the linker doesn't support them. + hardcode_libdir_flag_spec='-L$libdir' + ;; + # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no @@ -9656,7 +10106,12 @@ fi # before this can be enabled. hardcode_into_libs=yes - # Append ld.so.conf contents to the search path + # Ideally, we could use ldconfig to report *all* directores which are + # searched for libraries, however this is still not possible. Aside from not + # being certain /sbin/ldconfig is available, command + # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, + # even though it is searched at run-time. Try to do the best guess by + # appending ld.so.conf contents (and includes) to the search path. if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" @@ -9671,29 +10126,17 @@ fi dynamic_linker='GNU/Linux ld.so' ;; -netbsdelf*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - dynamic_linker='NetBSD ld.elf_so' - ;; - netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH @@ -9703,7 +10146,7 @@ netbsd*) newsos6) version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; @@ -9712,58 +10155,68 @@ newsos6) version_type=qnx need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; -openbsd*) +openbsd* | bitrig*) version_type=sunos - sys_lib_dlsearch_path_spec="/usr/lib" + sys_lib_dlsearch_path_spec=/usr/lib need_lib_prefix=no - # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. - case $host_os in - openbsd3.3 | openbsd3.3.*) need_version=yes ;; - *) need_version=no ;; - esac - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' - shlibpath_var=LD_LIBRARY_PATH - if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - case $host_os in - openbsd2.[89] | openbsd2.[89].*) - shlibpath_overrides_runpath=no - ;; - *) - shlibpath_overrides_runpath=yes - ;; - esac + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + need_version=no else - shlibpath_overrides_runpath=yes + need_version=yes fi + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes ;; os2*) libname_spec='$name' - shrext_cmds=".dll" + version_type=windows + shrext_cmds=.dll + need_version=no need_lib_prefix=no - library_names_spec='$libname${shared_ext} $libname.a' + # OS/2 can only load a DLL with a base name of 8 characters or less. + soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; + v=$($ECHO $release$versuffix | tr -d .-); + n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); + $ECHO $n$v`$shared_ext' + library_names_spec='${libname}_dll.$libext' dynamic_linker='OS/2 ld.exe' - shlibpath_var=LIBPATH + shlibpath_var=BEGINLIBPATH + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no - soname_spec='${libname}${release}${shared_ext}$major' - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='$libname$release$shared_ext$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" - sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; rdos*) @@ -9774,8 +10227,8 @@ solaris*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes @@ -9785,11 +10238,11 @@ solaris*) sunos4*) version_type=sunos - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes - if test "$with_gnu_ld" = yes; then + if test yes = "$with_gnu_ld"; then need_lib_prefix=no fi need_version=yes @@ -9797,8 +10250,8 @@ sunos4*) sysv4 | sysv4.3*) version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) @@ -9819,24 +10272,24 @@ sysv4 | sysv4.3*) ;; sysv4*MP*) - if test -d /usr/nec ;then + if test -d /usr/nec; then version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' - soname_spec='$libname${shared_ext}.$major' + library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' + soname_spec='$libname$shared_ext.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) - version_type=freebsd-elf + version_type=sco need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes - if test "$with_gnu_ld" = yes; then + if test yes = "$with_gnu_ld"; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' @@ -9854,7 +10307,7 @@ tpf*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes @@ -9862,8 +10315,8 @@ tpf*) uts4*) version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; @@ -9873,20 +10326,28 @@ uts4*) esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 $as_echo "$dynamic_linker" >&6; } -test "$dynamic_linker" = no && can_build_shared=no +test no = "$dynamic_linker" && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" -if test "$GCC" = yes; then +if test yes = "$GCC"; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi -if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then - sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" +if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then + sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec fi -if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then - sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" + +if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then + sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec fi +# lt_cv_sys_lib... is unaugmented for libtool script decls... +lt_cv_sys_lib_dlsearch_path_spec=$sys_lib_dlsearch_path_spec + +# ..but sys_lib_... needs LT_SYS_LIBRARY_PATH munging for +# LT_SYS_DLSEARCH_PATH macro in ltdl.m4 to work with the correct paths: +func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" + @@ -9983,15 +10444,15 @@ $as_echo_n "checking how to hardcode library paths into programs... " >&6; } hardcode_action= if test -n "$hardcode_libdir_flag_spec" || test -n "$runpath_var" || - test "X$hardcode_automatic" = "Xyes" ; then + test yes = "$hardcode_automatic"; then # We can hardcode non-existent directories. - if test "$hardcode_direct" != no && + if test no != "$hardcode_direct" && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one - ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no && - test "$hardcode_minus_L" != no; then + ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" && + test no != "$hardcode_minus_L"; then # Linking always hardcodes the temporary library directory. hardcode_action=relink else @@ -10006,12 +10467,12 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 $as_echo "$hardcode_action" >&6; } -if test "$hardcode_action" = relink || - test "$inherit_rpath" = yes; then +if test relink = "$hardcode_action" || + test yes = "$inherit_rpath"; then # Fast installation is not supported enable_fast_install=no -elif test "$shlibpath_overrides_runpath" = yes || - test "$enable_shared" = no; then +elif test yes = "$shlibpath_overrides_runpath" || + test no = "$enable_shared"; then # Fast installation is not necessary enable_fast_install=needless fi @@ -10021,7 +10482,7 @@ fi - if test "x$enable_dlopen" != xyes; then + if test yes != "$enable_dlopen"; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown @@ -10031,23 +10492,23 @@ else case $host_os in beos*) - lt_cv_dlopen="load_add_on" + lt_cv_dlopen=load_add_on lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) - lt_cv_dlopen="LoadLibrary" + lt_cv_dlopen=LoadLibrary lt_cv_dlopen_libs= ;; cygwin*) - lt_cv_dlopen="dlopen" + lt_cv_dlopen=dlopen lt_cv_dlopen_libs= ;; darwin*) - # if libdl is installed we need to link against it + # if libdl is installed we need to link against it { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if ${ac_cv_lib_dl_dlopen+:} false; then : @@ -10085,10 +10546,10 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes; then : - lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl else - lt_cv_dlopen="dyld" + lt_cv_dlopen=dyld lt_cv_dlopen_libs= lt_cv_dlopen_self=yes @@ -10096,10 +10557,18 @@ fi ;; + tpf*) + # Don't try to run any link tests for TPF. We know it's impossible + # because TPF is a cross-compiler, and we know how we open DSOs. + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + lt_cv_dlopen_self=no + ;; + *) ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" if test "x$ac_cv_func_shl_load" = xyes; then : - lt_cv_dlopen="shl_load" + lt_cv_dlopen=shl_load else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 $as_echo_n "checking for shl_load in -ldld... " >&6; } @@ -10138,11 +10607,11 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } if test "x$ac_cv_lib_dld_shl_load" = xyes; then : - lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" + lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld else ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" if test "x$ac_cv_func_dlopen" = xyes; then : - lt_cv_dlopen="dlopen" + lt_cv_dlopen=dlopen else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } @@ -10181,7 +10650,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes; then : - lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 $as_echo_n "checking for dlopen in -lsvld... " >&6; } @@ -10220,7 +10689,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 $as_echo "$ac_cv_lib_svld_dlopen" >&6; } if test "x$ac_cv_lib_svld_dlopen" = xyes; then : - lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 $as_echo_n "checking for dld_link in -ldld... " >&6; } @@ -10259,7 +10728,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 $as_echo "$ac_cv_lib_dld_dld_link" >&6; } if test "x$ac_cv_lib_dld_dld_link" = xyes; then : - lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" + lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld fi @@ -10280,21 +10749,21 @@ fi ;; esac - if test "x$lt_cv_dlopen" != xno; then - enable_dlopen=yes - else + if test no = "$lt_cv_dlopen"; then enable_dlopen=no + else + enable_dlopen=yes fi case $lt_cv_dlopen in dlopen) - save_CPPFLAGS="$CPPFLAGS" - test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + save_CPPFLAGS=$CPPFLAGS + test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" - save_LDFLAGS="$LDFLAGS" + save_LDFLAGS=$LDFLAGS wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" - save_LIBS="$LIBS" + save_LIBS=$LIBS LIBS="$lt_cv_dlopen_libs $LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 @@ -10302,7 +10771,7 @@ $as_echo_n "checking whether a program can dlopen itself... " >&6; } if ${lt_cv_dlopen_self+:} false; then : $as_echo_n "(cached) " >&6 else - if test "$cross_compiling" = yes; then : + if test yes = "$cross_compiling"; then : lt_cv_dlopen_self=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 @@ -10349,9 +10818,9 @@ else # endif #endif -/* When -fvisbility=hidden is used, assume the code has been annotated +/* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ -#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif @@ -10381,7 +10850,7 @@ _LT_EOF (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then + test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in @@ -10401,14 +10870,14 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 $as_echo "$lt_cv_dlopen_self" >&6; } - if test "x$lt_cv_dlopen_self" = xyes; then + if test yes = "$lt_cv_dlopen_self"; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } if ${lt_cv_dlopen_self_static+:} false; then : $as_echo_n "(cached) " >&6 else - if test "$cross_compiling" = yes; then : + if test yes = "$cross_compiling"; then : lt_cv_dlopen_self_static=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 @@ -10455,9 +10924,9 @@ else # endif #endif -/* When -fvisbility=hidden is used, assume the code has been annotated +/* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ -#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif @@ -10487,7 +10956,7 @@ _LT_EOF (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then + test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in @@ -10508,9 +10977,9 @@ fi $as_echo "$lt_cv_dlopen_self_static" >&6; } fi - CPPFLAGS="$save_CPPFLAGS" - LDFLAGS="$save_LDFLAGS" - LIBS="$save_LIBS" + CPPFLAGS=$save_CPPFLAGS + LDFLAGS=$save_LDFLAGS + LIBS=$save_LIBS ;; esac @@ -10554,7 +11023,7 @@ else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) - if test -n "$STRIP" ; then + if test -n "$STRIP"; then striplib="$STRIP -x" old_striplib="$STRIP -S" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 @@ -10582,7 +11051,7 @@ fi - # Report which library types will actually be built + # Report what library types will actually be built { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 $as_echo_n "checking if libtool supports shared libraries... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 @@ -10590,13 +11059,13 @@ $as_echo "$can_build_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 $as_echo_n "checking whether to build shared libraries... " >&6; } - test "$can_build_shared" = "no" && enable_shared=no + test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) - test "$enable_shared" = yes && enable_static=no + test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' @@ -10604,8 +11073,12 @@ $as_echo_n "checking whether to build shared libraries... " >&6; } ;; aix[4-9]*) - if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then - test "$enable_shared" = yes && enable_static=no + if test ia64 != "$host_cpu"; then + case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in + yes,aix,yes) ;; # shared object as lib.so file only + yes,svr4,*) ;; # shared object as lib.so archive member only + yes,*) enable_static=no ;; # shared object in lib.a archive as well + esac fi ;; esac @@ -10615,7 +11088,7 @@ $as_echo "$enable_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 $as_echo_n "checking whether to build static libraries... " >&6; } # Make sure either enable_shared or enable_static is yes. - test "$enable_shared" = yes || enable_static=yes + test yes = "$enable_shared" || enable_static=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 $as_echo "$enable_static" >&6; } @@ -10629,7 +11102,7 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -CC="$lt_save_CC" +CC=$lt_save_CC @@ -11390,7 +11863,6 @@ fi - if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. @@ -13187,6 +13659,7 @@ enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' +shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' @@ -13236,10 +13709,13 @@ compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' +lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' +lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' @@ -13304,7 +13780,7 @@ finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' -sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_lib_dlsearch_path_spec='`$ECHO "$lt_cv_sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' @@ -13355,9 +13831,12 @@ CFLAGS \ compiler \ lt_cv_sys_global_symbol_pipe \ lt_cv_sys_global_symbol_to_cdecl \ +lt_cv_sys_global_symbol_to_import \ lt_cv_sys_global_symbol_to_c_name_address \ lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ +lt_cv_nm_interface \ nm_file_list_spec \ +lt_cv_truncate_bin \ lt_prog_compiler_no_builtin_flag \ lt_prog_compiler_pic \ lt_prog_compiler_wl \ @@ -13392,7 +13871,7 @@ old_striplib \ striplib; do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" @@ -13419,10 +13898,10 @@ postinstall_cmds \ postuninstall_cmds \ finish_cmds \ sys_lib_search_path_spec \ -sys_lib_dlsearch_path_spec; do +lt_cv_sys_lib_dlsearch_path_spec; do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" @@ -13431,19 +13910,16 @@ sys_lib_dlsearch_path_spec; do done ac_aux_dir='$ac_aux_dir' -xsi_shell='$xsi_shell' -lt_shell_append='$lt_shell_append' -# See if we are running on zsh, and set the options which allow our +# See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes INIT. -if test -n "\${ZSH_VERSION+set}" ; then +if test -n "\${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi PACKAGE='$PACKAGE' VERSION='$VERSION' - TIMESTAMP='$TIMESTAMP' RM='$RM' ofile='$ofile' @@ -13895,55 +14371,53 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} case $ac_file$ac_mode in "libtool":C) - # See if we are running on zsh, and set the options which allow our + # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes. - if test -n "${ZSH_VERSION+set}" ; then + if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi - cfgfile="${ofile}T" + cfgfile=${ofile}T trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL - -# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. -# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION +# Generated automatically by $as_me ($PACKAGE) $VERSION # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. + +# Provide generalized library-building support services. +# Written by Gordon Matzigkeit, 1996 + +# Copyright (C) 2014 Free Software Foundation, Inc. +# This is free software; see the source for copying conditions. There is NO +# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +# GNU Libtool is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of of the License, or +# (at your option) any later version. # -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. -# Written by Gordon Matzigkeit, 1996 -# -# This file is part of GNU Libtool. -# -# GNU Libtool is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of -# the License, or (at your option) any later version. -# -# As a special exception to the GNU General Public License, -# if you distribute this file as part of a program or library that -# is built using GNU Libtool, you may include this file under the -# same distribution terms that you use for the rest of that program. +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program or library that is built +# using GNU Libtool, you may include this file under the same +# distribution terms that you use for the rest of that program. # -# GNU Libtool is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of +# GNU Libtool is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with GNU Libtool; see the file COPYING. If not, a copy -# can be downloaded from http://www.gnu.org/licenses/gpl.html, or -# obtained by writing to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see . # The names of the tagged configurations supported by this script. -available_tags="" +available_tags='' + +# Configured defaults for sys_lib_dlsearch_path munging. +: \${LT_SYS_LIBRARY_PATH="$LT_SYS_LIBRARY_PATH"} # ### BEGIN LIBTOOL CONFIG @@ -13963,6 +14437,9 @@ pic_mode=$pic_mode # Whether or not to optimize for fast installation. fast_install=$enable_fast_install +# Shared archive member basename,for filename based shared library versioning on AIX. +shared_archive_member_spec=$shared_archive_member_spec + # Shell to use when invoking shell scripts. SHELL=$lt_SHELL @@ -14080,18 +14557,27 @@ global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl +# Transform the output of nm into a list of symbols to manually relocate. +global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import + # Transform the output of nm in a C name address pair. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # Transform the output of nm in a C name address pair when lib prefix is needed. global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix +# The name lister interface. +nm_interface=$lt_lt_cv_nm_interface + # Specify filename containing input files for \$NM. nm_file_list_spec=$lt_nm_file_list_spec -# The root where to search for dependent libraries,and in which our libraries should be installed. +# The root where to search for dependent libraries,and where our libraries should be installed. lt_sysroot=$lt_sysroot +# Command to truncate a binary pipe. +lt_truncate_bin=$lt_lt_cv_truncate_bin + # The name of the directory that contains temporary libtool files. objdir=$objdir @@ -14183,7 +14669,7 @@ hardcode_into_libs=$hardcode_into_libs sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Run-time system search path for libraries. -sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec +sys_lib_dlsearch_path_spec=$lt_lt_cv_sys_lib_dlsearch_path_spec # Whether dlopen is supported. dlopen_support=$enable_dlopen @@ -14276,13 +14762,13 @@ hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec # Whether we need a single "-rpath" flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator -# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes +# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes # DIR into the resulting binary. hardcode_direct=$hardcode_direct -# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes +# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes # DIR into the resulting binary and the resulting library dependency is -# "absolute",i.e impossible to change by setting \${shlibpath_var} if the +# "absolute",i.e impossible to change by setting \$shlibpath_var if the # library is relocated. hardcode_direct_absolute=$hardcode_direct_absolute @@ -14332,6 +14818,61 @@ hardcode_action=$hardcode_action # ### END LIBTOOL CONFIG +_LT_EOF + + cat <<'_LT_EOF' >> "$cfgfile" + +# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x@S|@2 in + x) + ;; + *:) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \S|@1\" + ;; + x:*) + eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" + ;; + *) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + esac +} + + +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in @S|@*""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} + + _LT_EOF case $host_os in @@ -14340,7 +14881,7 @@ _LT_EOF # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. -if test "X${COLLECT_NAMES+set}" != Xset; then +if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi @@ -14349,7 +14890,7 @@ _LT_EOF esac -ltmain="$ac_aux_dir/ltmain.sh" +ltmain=$ac_aux_dir/ltmain.sh # We use sed instead of cat because bash on DJGPP gets confused if @@ -14359,165 +14900,6 @@ ltmain="$ac_aux_dir/ltmain.sh" sed '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) - if test x"$xsi_shell" = xyes; then - sed -e '/^func_dirname ()$/,/^} # func_dirname /c\ -func_dirname ()\ -{\ -\ case ${1} in\ -\ */*) func_dirname_result="${1%/*}${2}" ;;\ -\ * ) func_dirname_result="${3}" ;;\ -\ esac\ -} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_basename ()$/,/^} # func_basename /c\ -func_basename ()\ -{\ -\ func_basename_result="${1##*/}"\ -} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\ -func_dirname_and_basename ()\ -{\ -\ case ${1} in\ -\ */*) func_dirname_result="${1%/*}${2}" ;;\ -\ * ) func_dirname_result="${3}" ;;\ -\ esac\ -\ func_basename_result="${1##*/}"\ -} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_stripname ()$/,/^} # func_stripname /c\ -func_stripname ()\ -{\ -\ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\ -\ # positional parameters, so assign one to ordinary parameter first.\ -\ func_stripname_result=${3}\ -\ func_stripname_result=${func_stripname_result#"${1}"}\ -\ func_stripname_result=${func_stripname_result%"${2}"}\ -} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\ -func_split_long_opt ()\ -{\ -\ func_split_long_opt_name=${1%%=*}\ -\ func_split_long_opt_arg=${1#*=}\ -} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\ -func_split_short_opt ()\ -{\ -\ func_split_short_opt_arg=${1#??}\ -\ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\ -} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\ -func_lo2o ()\ -{\ -\ case ${1} in\ -\ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\ -\ *) func_lo2o_result=${1} ;;\ -\ esac\ -} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_xform ()$/,/^} # func_xform /c\ -func_xform ()\ -{\ - func_xform_result=${1%.*}.lo\ -} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_arith ()$/,/^} # func_arith /c\ -func_arith ()\ -{\ - func_arith_result=$(( $* ))\ -} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_len ()$/,/^} # func_len /c\ -func_len ()\ -{\ - func_len_result=${#1}\ -} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - -fi - -if test x"$lt_shell_append" = xyes; then - sed -e '/^func_append ()$/,/^} # func_append /c\ -func_append ()\ -{\ - eval "${1}+=\\${2}"\ -} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\ -func_append_quoted ()\ -{\ -\ func_quote_for_eval "${2}"\ -\ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\ -} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - # Save a `func_append' function call where possible by direct use of '+=' - sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") - test 0 -eq $? || _lt_function_replace_fail=: -else - # Save a `func_append' function call even when '+=' is not available - sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") - test 0 -eq $? || _lt_function_replace_fail=: -fi - -if test x"$_lt_function_replace_fail" = x":"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5 -$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;} -fi - - mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" diff --git a/autom4te.cache/output.2 b/autom4te.cache/output.2 index 15d0686..ff67daf 100644 --- a/autom4te.cache/output.2 +++ b/autom4te.cache/output.2 @@ -2146,7 +2146,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then diff --git a/autom4te.cache/requests b/autom4te.cache/requests index bf1b232..04289d3 100644 --- a/autom4te.cache/requests +++ b/autom4te.cache/requests @@ -1,4 +1,4 @@ -# This file was generated by Autom4te Sun Aug 31 17:43:43 UTC 2014. +# This file was generated. # It contains the lists of macros which have been traced. # It can be safely removed. @@ -42,266 +42,493 @@ 'configure.ac' ], { - 'AM_CONDITIONAL' => 1, - 'AC_WITH_LTDL' => 1, - 'LTOBSOLETE_VERSION' => 1, - '_LT_AC_LOCK' => 1, - 'LTDL_INIT' => 1, - 'AM_RUN_LOG' => 1, + 'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1, + 'LT_SYS_DLOPEN_SELF' => 1, + 'AM_SUBST_NOTMAKE' => 1, + '_PKG_SHORT_ERRORS_SUPPORTED' => 1, + 'AC_LIBTOOL_SYS_LIB_STRIP' => 1, + '_AM_SET_OPTION' => 1, + 'LTVERSION_VERSION' => 1, + 'AC_PROG_LD_RELOAD_FLAG' => 1, + '_AM_SUBST_NOTMAKE' => 1, + 'AU_DEFUN' => 1, + 'LT_OUTPUT' => 1, + '_LT_PATH_TOOL_PREFIX' => 1, + 'AM_PROG_NM' => 1, + 'PKG_CHECK_MODULES' => 1, + '_LT_PROG_F77' => 1, + '_LT_AC_LANG_RC_CONFIG' => 1, + 'AC_PROG_LD_GNU' => 1, + 'AC_LIBTOOL_COMPILER_OPTION' => 1, + 'AC_DEFUN' => 1, + '_LT_AC_SHELL_INIT' => 1, + 'LT_PROG_RC' => 1, + 'AC_PROG_LIBTOOL' => 1, + '_LT_AC_CHECK_DLFCN' => 1, 'AC_LIB_LTDL' => 1, - 'LT_SYS_MODULE_PATH' => 1, - 'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1, - '_LT_AC_LANG_C_CONFIG' => 1, - 'PKG_CHECK_VAR' => 1, - 'AM_PROG_INSTALL_STRIP' => 1, - 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + 'AM_AUTOMAKE_VERSION' => 1, + 'AC_DISABLE_SHARED' => 1, 'AC_LIBTOOL_F77' => 1, + 'LT_AC_PROG_SED' => 1, + 'AC_LIBTOOL_SETUP' => 1, 'AM_INIT_AUTOMAKE' => 1, - '_LT_AC_LANG_GCJ' => 1, + 'AM_DEP_TRACK' => 1, + '_LT_COMPILER_BOILERPLATE' => 1, + 'LTDL_INIT' => 1, + '_AM_MANGLE_OPTION' => 1, + 'LTOPTIONS_VERSION' => 1, + '_LT_AC_LOCK' => 1, + 'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1, + '_AM_CONFIG_MACRO_DIRS' => 1, + 'AC_ENABLE_STATIC' => 1, + '_LT_AC_SYS_LIBPATH_AIX' => 1, + 'AM_PROG_INSTALL_SH' => 1, + 'AM_PROG_CC_C_O' => 1, + 'AM_SANITY_CHECK' => 1, + 'AC_LIBTOOL_OBJDIR' => 1, + 'AC_LIBTOOL_LINKER_OPTION' => 1, + 'AC_LIBTOOL_PROG_CC_C_O' => 1, + 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + 'AC_PATH_TOOL_PREFIX' => 1, + 'AC_CONFIG_MACRO_DIR_TRACE' => 1, + 'AC_LIBTOOL_WIN32_DLL' => 1, + '_LT_PROG_LTMAIN' => 1, + '_LTDL_SETUP' => 1, + 'AM_AUX_DIR_EXPAND' => 1, + '_LT_AC_LANG_F77_CONFIG' => 1, + 'LT_SYS_MODULE_PATH' => 1, + '_LT_LINKER_BOILERPLATE' => 1, + 'AC_LTDL_DLSYM_USCORE' => 1, + 'AC_LTDL_DLLIB' => 1, + 'AM_PROG_LIBTOOL' => 1, + 'gl_FUNC_ARGZ' => 1, + 'AC_LTDL_SHLIBPATH' => 1, + 'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1, + '_LT_PROG_ECHO_BACKSLASH' => 1, + '_LT_LIBOBJ' => 1, 'LT_AC_PROG_GCJ' => 1, - 'AC_LIBTOOL_RC' => 1, - '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1, + 'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1, + 'AM_DISABLE_STATIC' => 1, + '_LT_AC_TAGCONFIG' => 1, + 'LT_FUNC_DLSYM_USCORE' => 1, + '_AM_SET_OPTIONS' => 1, + 'LT_SUPPORTED_TAG' => 1, 'LT_AC_PROG_RC' => 1, - '_LT_PROG_CXX' => 1, - 'LT_OUTPUT' => 1, - 'AM_DISABLE_SHARED' => 1, - '_LT_AC_LANG_CXX' => 1, - '_LT_AC_SYS_LIBPATH_AIX' => 1, - '_AC_PROG_LIBTOOL' => 1, - 'LT_INIT' => 1, - 'AC_LIBTOOL_LANG_RC_CONFIG' => 1, + 'AC_LIBTOOL_LANG_CXX_CONFIG' => 1, + 'LT_SYS_DLOPEN_DEPLIBS' => 1, + '_LT_PREPARE_SED_QUOTE_VARS' => 1, + '_LT_LINKER_OPTION' => 1, '_LT_AC_SYS_COMPILER' => 1, - 'LTSUGAR_VERSION' => 1, - '_LT_AC_FILE_LTDLL_C' => 1, - 'LT_PROG_GCJ' => 1, + '_AC_AM_CONFIG_HEADER_HOOK' => 1, + 'LT_SYS_SYMBOL_USCORE' => 1, + 'LT_INIT' => 1, + 'AC_PROG_LD' => 1, + '_LT_PROG_CXX' => 1, + '_AM_PROG_CC_C_O' => 1, + 'LT_CMD_MAX_LEN' => 1, + 'AC_CHECK_LIBM' => 1, + '_LT_AC_PROG_CXXCPP' => 1, 'AC_DEPLIBS_CHECK_METHOD' => 1, - '_AM_MANGLE_OPTION' => 1, - '_AM_SET_OPTION' => 1, - '_LT_AC_LANG_F77_CONFIG' => 1, - 'PKG_CHECK_MODULES' => 1, - 'AC_ENABLE_SHARED' => 1, - '_LT_PROG_ECHO_BACKSLASH' => 1, - 'AM_AUX_DIR_EXPAND' => 1, - 'LT_LIB_DLLOAD' => 1, - 'AC_LIBTOOL_PROG_CC_C_O' => 1, - 'AM_PROG_NM' => 1, + 'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1, + '_LT_AC_LANG_CXX_CONFIG' => 1, + 'AC_LIBTOOL_GCJ' => 1, + 'include' => 1, + 'AM_MISSING_HAS_RUN' => 1, + 'AM_ENABLE_STATIC' => 1, + 'LTOBSOLETE_VERSION' => 1, + '_AM_AUTOCONF_VERSION' => 1, + 'AM_SET_LEADING_DOT' => 1, + 'AC_LIBTOOL_PICMODE' => 1, + 'AC_LIBTOOL_CONFIG' => 1, 'm4_pattern_allow' => 1, - 'AC_LTDL_PREOPEN' => 1, + 'AC_DISABLE_STATIC' => 1, + '_LT_COMPILER_OPTION' => 1, + '_AM_PROG_TAR' => 1, + 'AM_PROG_INSTALL_STRIP' => 1, + 'AM_SET_DEPDIR' => 1, + 'LTDL_CONVENIENCE' => 1, + '_LT_AC_TAGVAR' => 1, + 'AC_LIBTOOL_DLOPEN' => 1, + 'AC_PATH_MAGIC' => 1, 'LT_PATH_LD' => 1, - '_LT_LINKER_BOILERPLATE' => 1, + '_LT_AC_PROG_ECHO_BACKSLASH' => 1, + 'AM_CONDITIONAL' => 1, + '_LT_AC_TRY_DLOPEN_SELF' => 1, + '_LT_AC_LANG_F77' => 1, + 'AC_ENABLE_SHARED' => 1, + 'AC_LTDL_SYSSEARCHPATH' => 1, 'PKG_NOARCH_INSTALLDIR' => 1, + 'PKG_CHECK_EXISTS' => 1, + 'LT_PATH_NM' => 1, + 'AM_MISSING_PROG' => 1, + 'AC_LIBTOOL_DLOPEN_SELF' => 1, + 'AC_DEFUN_ONCE' => 1, + 'LTDL_INSTALLABLE' => 1, + 'AM_DISABLE_SHARED' => 1, 'AC_LTDL_SHLIBEXT' => 1, + 'm4_pattern_forbid' => 1, + 'AM_PROG_LD' => 1, + 'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1, + '_AM_DEPENDENCIES' => 1, + 'AC_LIBTOOL_LANG_F77_CONFIG' => 1, + 'AC_WITH_LTDL' => 1, + '_LT_WITH_SYSROOT' => 1, + 'PKG_PROG_PKG_CONFIG' => 1, + 'LT_CONFIG_LTDL_DIR' => 1, + '_AM_IF_OPTION' => 1, + 'AC_LIBTOOL_LANG_C_CONFIG' => 1, + 'AC_DISABLE_FAST_INSTALL' => 1, + 'AC_LTDL_PREOPEN' => 1, + 'LT_SYS_DLSEARCH_PATH' => 1, + 'AC_LTDL_ENABLE_INSTALL' => 1, 'AC_LIBTOOL_POSTDEP_PREDEP' => 1, + 'LT_LIB_DLLOAD' => 1, + 'AC_LTDL_SYMBOL_USCORE' => 1, + 'LT_AC_PROG_EGREP' => 1, + 'AC_LTDL_OBJDIR' => 1, + 'LT_PROG_GO' => 1, + '_LT_AC_LANG_GCJ_CONFIG' => 1, + 'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1, + '_AC_PROG_LIBTOOL' => 1, + '_LT_AC_LANG_GCJ' => 1, + 'LT_LIB_M' => 1, + 'AC_PROG_NM' => 1, + 'AC_LIBTOOL_CXX' => 1, + 'AM_RUN_LOG' => 1, + 'PKG_INSTALLDIR' => 1, + 'AC_LIBLTDL_CONVENIENCE' => 1, + '_LT_REQUIRED_DARWIN_CHECKS' => 1, + 'AC_LIBTOOL_PROG_COMPILER_PIC' => 1, + 'AM_SILENT_RULES' => 1, + 'LT_WITH_LTDL' => 1, + '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + 'PKG_CHECK_VAR' => 1, + 'LT_SYS_MODULE_EXT' => 1, + '_LT_PROG_FC' => 1, + 'm4_include' => 1, + 'AC_LIBTOOL_FC' => 1, + 'AC_PROG_EGREP' => 1, + '_LT_AC_LANG_CXX' => 1, + 'AC_CONFIG_MACRO_DIR' => 1, + 'AC_LIBTOOL_LANG_RC_CONFIG' => 1, + '_m4_warn' => 1, + 'AC_LIBTOOL_RC' => 1, + 'LT_PROG_GCJ' => 1, + 'LTSUGAR_VERSION' => 1, + 'AC_ENABLE_FAST_INSTALL' => 1, 'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1, + 'AM_ENABLE_SHARED' => 1, + 'AM_MAKE_INCLUDE' => 1, + '_LT_AC_FILE_LTDLL_C' => 1, + 'AC_LIBTOOL_PROG_LD_SHLIBS' => 1, + '_LT_CC_BASENAME' => 1, + 'AC_LIBLTDL_INSTALLABLE' => 1, + 'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1, + '_LT_AC_LANG_C_CONFIG' => 1, + 'gl_PREREQ_ARGZ' => 1, + 'LT_LANG' => 1 + } + ], 'Autom4te::Request' ), + bless( [ + '1', + 1, + [ + '/usr/share/autoconf' + ], + [ + '/usr/share/autoconf/autoconf/autoconf.m4f', + 'aclocal.m4', + 'configure.ac' + ], + { + 'AC_INIT' => 1, + 'AC_CANONICAL_SYSTEM' => 1, + 'm4_pattern_forbid' => 1, + 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, + 'AC_CANONICAL_HOST' => 1, + 'AM_ENABLE_MULTILIB' => 1, + '_AM_MAKEFILE_INCLUDE' => 1, + 'AM_AUTOMAKE_VERSION' => 1, + 'LT_INIT' => 1, + '_AM_COND_ELSE' => 1, + 'LT_CONFIG_LTDL_DIR' => 1, + 'AM_MAINTAINER_MODE' => 1, + 'AM_GNU_GETTEXT' => 1, + 'AM_INIT_AUTOMAKE' => 1, + 'include' => 1, + 'AC_CONFIG_AUX_DIR' => 1, + 'AC_CONFIG_FILES' => 1, + 'AC_CONFIG_LIBOBJ_DIR' => 1, + 'AH_OUTPUT' => 1, + 'AC_CANONICAL_BUILD' => 1, + 'AC_CONFIG_SUBDIRS' => 1, + 'sinclude' => 1, + 'AC_FC_FREEFORM' => 1, + 'AC_LIBSOURCE' => 1, + 'AM_MAKEFILE_INCLUDE' => 1, + 'm4_pattern_allow' => 1, + 'AM_PROG_MOC' => 1, + 'AC_FC_PP_DEFINE' => 1, + 'AM_PROG_CC_C_O' => 1, + 'AC_FC_SRCEXT' => 1, + 'AM_EXTRA_RECURSIVE_TARGETS' => 1, + '_AM_COND_ENDIF' => 1, + 'AC_DEFINE_TRACE_LITERAL' => 1, + 'AC_CONFIG_HEADERS' => 1, + 'AC_SUBST_TRACE' => 1, + 'AM_PROG_CXX_C_O' => 1, + 'AM_XGETTEXT_OPTION' => 1, + 'AM_PROG_FC_C_O' => 1, + '_AM_COND_IF' => 1, + 'AC_REQUIRE_AUX_FILE' => 1, + '_AM_SUBST_NOTMAKE' => 1, + 'm4_sinclude' => 1, + 'AM_CONDITIONAL' => 1, + 'AM_SILENT_RULES' => 1, + 'AM_PROG_LIBTOOL' => 1, + 'LT_SUPPORTED_TAG' => 1, + 'AM_PROG_AR' => 1, + 'AC_CANONICAL_TARGET' => 1, + '_LT_AC_TAGCONFIG' => 1, + 'AM_NLS' => 1, + 'm4_include' => 1, + 'AM_POT_TOOLS' => 1, + 'AC_SUBST' => 1, + 'AM_PROG_MKDIR_P' => 1, + 'AC_PROG_LIBTOOL' => 1, + 'AC_CONFIG_LINKS' => 1, + 'AM_PATH_GUILE' => 1, + 'AC_FC_PP_SRCEXT' => 1, + '_m4_warn' => 1, + 'AM_PROG_F77_C_O' => 1 + } + ], 'Autom4te::Request' ), + bless( [ + '2', + 1, + [ + '/usr/share/autoconf' + ], + [ + '/usr/share/autoconf/autoconf/autoconf.m4f', + '-', + '/usr/share/aclocal-1.14/internal/ac-config-macro-dirs.m4', + '/usr/share/aclocal/libtool.m4', + '/usr/share/aclocal/ltargz.m4', + '/usr/share/aclocal/ltdl.m4', + '/usr/share/aclocal/ltoptions.m4', + '/usr/share/aclocal/ltsugar.m4', + '/usr/share/aclocal/ltversion.m4', + '/usr/share/aclocal/lt~obsolete.m4', + '/usr/share/aclocal/pkg.m4', + '/usr/share/aclocal-1.14/amversion.m4', + '/usr/share/aclocal-1.14/auxdir.m4', + '/usr/share/aclocal-1.14/cond.m4', + '/usr/share/aclocal-1.14/depend.m4', + '/usr/share/aclocal-1.14/depout.m4', + '/usr/share/aclocal-1.14/init.m4', + '/usr/share/aclocal-1.14/install-sh.m4', + '/usr/share/aclocal-1.14/lead-dot.m4', + '/usr/share/aclocal-1.14/make.m4', + '/usr/share/aclocal-1.14/missing.m4', + '/usr/share/aclocal-1.14/options.m4', + '/usr/share/aclocal-1.14/prog-cc-c-o.m4', + '/usr/share/aclocal-1.14/runlog.m4', + '/usr/share/aclocal-1.14/sanity.m4', + '/usr/share/aclocal-1.14/silent.m4', + '/usr/share/aclocal-1.14/strip.m4', + '/usr/share/aclocal-1.14/substnot.m4', + '/usr/share/aclocal-1.14/tar.m4', + 'configure.ac' + ], + { + '_LT_WITH_SYSROOT' => 1, + 'AC_WITH_LTDL' => 1, + '_AM_IF_OPTION' => 1, + 'PKG_PROG_PKG_CONFIG' => 1, + 'LT_CONFIG_LTDL_DIR' => 1, + 'LT_SYS_DLSEARCH_PATH' => 1, + 'AC_LTDL_PREOPEN' => 1, 'AC_LIBTOOL_LANG_C_CONFIG' => 1, - 'AC_DEFUN_ONCE' => 1, + 'AC_DISABLE_FAST_INSTALL' => 1, 'AM_PROG_LD' => 1, - 'PKG_PROG_PKG_CONFIG' => 1, - 'LTOPTIONS_VERSION' => 1, - 'AC_LIBTOOL_SYS_LIB_STRIP' => 1, - '_AM_SUBST_NOTMAKE' => 1, + 'm4_pattern_forbid' => 1, + 'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1, + 'AC_LIBTOOL_LANG_F77_CONFIG' => 1, + '_AM_DEPENDENCIES' => 1, + '_LT_AC_LANG_GCJ_CONFIG' => 1, + 'LT_PROG_GO' => 1, + '_LT_AC_LANG_GCJ' => 1, + 'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1, + '_AC_PROG_LIBTOOL' => 1, 'LT_LIB_M' => 1, - 'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1, - '_AM_AUTOCONF_VERSION' => 1, - '_LT_AC_CHECK_DLFCN' => 1, + 'AC_LIBTOOL_POSTDEP_PREDEP' => 1, + 'AC_LTDL_ENABLE_INSTALL' => 1, + 'LT_LIB_DLLOAD' => 1, + 'AC_LTDL_OBJDIR' => 1, + 'AC_LTDL_SYMBOL_USCORE' => 1, + 'LT_AC_PROG_EGREP' => 1, + '_LT_AC_TAGVAR' => 1, + 'LTDL_CONVENIENCE' => 1, + 'AC_LIBTOOL_DLOPEN' => 1, 'AC_PATH_MAGIC' => 1, - '_LT_LINKER_OPTION' => 1, - 'AC_LIBTOOL_FC' => 1, - 'AC_ENABLE_STATIC' => 1, - 'AM_PROG_INSTALL_SH' => 1, - 'AC_DEFUN' => 1, - '_LT_COMPILER_OPTION' => 1, + 'LT_PATH_LD' => 1, + 'AM_CONDITIONAL' => 1, + '_LT_AC_PROG_ECHO_BACKSLASH' => 1, + '_AM_PROG_TAR' => 1, + 'AM_PROG_INSTALL_STRIP' => 1, + 'AM_SET_DEPDIR' => 1, + 'AM_MISSING_PROG' => 1, + 'AC_LIBTOOL_DLOPEN_SELF' => 1, + 'LT_PATH_NM' => 1, + 'LTDL_INSTALLABLE' => 1, + 'AC_DEFUN_ONCE' => 1, + 'AC_LTDL_SHLIBEXT' => 1, + 'AM_DISABLE_SHARED' => 1, '_LT_AC_TRY_DLOPEN_SELF' => 1, + 'AC_ENABLE_SHARED' => 1, + '_LT_AC_LANG_F77' => 1, + 'AC_LTDL_SYSSEARCHPATH' => 1, + 'PKG_CHECK_EXISTS' => 1, + 'PKG_NOARCH_INSTALLDIR' => 1, + 'AM_MAKE_INCLUDE' => 1, + '_LT_AC_FILE_LTDLL_C' => 1, + 'AM_ENABLE_SHARED' => 1, + 'AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH' => 1, + '_LT_CC_BASENAME' => 1, 'AC_LIBTOOL_PROG_LD_SHLIBS' => 1, - 'LTVERSION_VERSION' => 1, + 'AC_LIBLTDL_INSTALLABLE' => 1, + 'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1, + 'LT_PROG_GCJ' => 1, + 'AC_LIBTOOL_RC' => 1, + 'AC_ENABLE_FAST_INSTALL' => 1, + 'LTSUGAR_VERSION' => 1, + 'LT_LANG' => 1, + '_LT_AC_LANG_C_CONFIG' => 1, + 'AM_RUN_LOG' => 1, + 'AC_LIBTOOL_CXX' => 1, + 'AC_LIBLTDL_CONVENIENCE' => 1, + 'PKG_INSTALLDIR' => 1, + 'AM_SILENT_RULES' => 1, + 'AC_LIBTOOL_PROG_COMPILER_PIC' => 1, + '_LT_REQUIRED_DARWIN_CHECKS' => 1, + '_AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + 'LT_WITH_LTDL' => 1, + 'LT_FUNC_ARGZ' => 1, + 'AC_PROG_NM' => 1, + '_LT_AC_LANG_CXX' => 1, + 'AC_PROG_EGREP' => 1, + 'AC_CONFIG_MACRO_DIR' => 1, + '_m4_warn' => 1, + 'AC_LIBTOOL_LANG_RC_CONFIG' => 1, + 'PKG_CHECK_VAR' => 1, + 'm4_include' => 1, + 'LT_SYS_MODULE_EXT' => 1, '_LT_PROG_FC' => 1, + 'AC_LIBTOOL_FC' => 1, + 'AC_LIBTOOL_SETUP' => 1, '_LT_COMPILER_BOILERPLATE' => 1, - 'AC_PROG_EGREP' => 1, - 'AM_DISABLE_STATIC' => 1, - '_LT_PROG_F77' => 1, + 'AM_DEP_TRACK' => 1, + 'AM_INIT_AUTOMAKE' => 1, + 'LTOPTIONS_VERSION' => 1, + '_AM_MANGLE_OPTION' => 1, + 'LTDL_INIT' => 1, + 'AC_DISABLE_SHARED' => 1, + 'AM_AUTOMAKE_VERSION' => 1, + '_LT_AC_CHECK_DLFCN' => 1, + 'AC_LIB_LTDL' => 1, + 'AC_LIBTOOL_F77' => 1, + 'LT_AC_PROG_SED' => 1, + 'AC_LIBTOOL_OBJDIR' => 1, + 'AC_LIBTOOL_LINKER_OPTION' => 1, + 'AM_SANITY_CHECK' => 1, + 'AM_PROG_CC_C_O' => 1, + 'AM_PROG_INSTALL_SH' => 1, + 'AC_CONFIG_MACRO_DIR_TRACE' => 1, + 'AM_OUTPUT_DEPENDENCY_COMMANDS' => 1, + 'AC_PATH_TOOL_PREFIX' => 1, + 'AC_LIBTOOL_PROG_CC_C_O' => 1, + '_LT_PROG_LTMAIN' => 1, 'AC_LIBTOOL_WIN32_DLL' => 1, - 'LTDL_CONVENIENCE' => 1, - 'LT_SYS_SYMBOL_USCORE' => 1, - 'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1, - 'AC_LIBTOOL_SYS_MAX_CMD_LEN' => 1, + '_LTDL_SETUP' => 1, '_AM_CONFIG_MACRO_DIRS' => 1, + 'AC_LIBTOOL_SYS_OLD_ARCHIVE' => 1, + '_LT_AC_LOCK' => 1, + '_LT_AC_SYS_LIBPATH_AIX' => 1, + 'AC_ENABLE_STATIC' => 1, + 'LT_OUTPUT' => 1, + '_AM_SUBST_NOTMAKE' => 1, + 'AU_DEFUN' => 1, + '_PKG_SHORT_ERRORS_SUPPORTED' => 1, 'AM_SUBST_NOTMAKE' => 1, - '_LT_AC_LANG_RC_CONFIG' => 1, - 'AC_LTDL_OBJDIR' => 1, - 'm4_include' => 1, - 'AC_LIBTOOL_OBJDIR' => 1, - '_LT_CC_BASENAME' => 1, - '_LTDL_SETUP' => 1, - 'LT_PROG_GO' => 1, - 'AM_SET_LEADING_DOT' => 1, - '_AM_PROG_CC_C_O' => 1, - '_AM_PROG_TAR' => 1, - 'AC_LTDL_ENABLE_INSTALL' => 1, - '_LT_AC_PROG_CXXCPP' => 1, - 'LTDL_INSTALLABLE' => 1, - 'LT_PATH_NM' => 1, + 'AC_LTDL_SYS_DLOPEN_DEPLIBS' => 1, 'LT_SYS_DLOPEN_SELF' => 1, - 'AC_DISABLE_STATIC' => 1, - 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1, - 'LT_AC_PROG_SED' => 1, - 'AC_LTDL_SYSSEARCHPATH' => 1, - 'AC_LIBTOOL_PICMODE' => 1, - '_LT_PREPARE_SED_QUOTE_VARS' => 1, - 'AM_AUTOMAKE_VERSION' => 1, - '_PKG_SHORT_ERRORS_SUPPORTED' => 1, - 'AM_MAKE_INCLUDE' => 1, - 'AC_LIBTOOL_LINKER_OPTION' => 1, - 'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1, - 'gl_PREREQ_ARGZ' => 1, - 'AC_DISABLE_SHARED' => 1, - 'AC_LIBTOOL_DLOPEN_SELF' => 1, - 'AM_DEP_TRACK' => 1, - 'AM_PROG_CC_C_O' => 1, - 'PKG_CHECK_EXISTS' => 1, - 'AC_ENABLE_FAST_INSTALL' => 1, - 'AC_CONFIG_MACRO_DIR' => 1, - 'LT_SUPPORTED_TAG' => 1, - 'AC_LIBTOOL_COMPILER_OPTION' => 1, - 'LT_AC_PROG_EGREP' => 1, - 'AM_SET_DEPDIR' => 1, + 'AC_LIBTOOL_SYS_LIB_STRIP' => 1, + '_AM_SET_OPTION' => 1, + 'LTVERSION_VERSION' => 1, + 'AC_PROG_LD_RELOAD_FLAG' => 1, 'AC_PROG_LD_GNU' => 1, - 'AC_LIBTOOL_PROG_COMPILER_PIC' => 1, - 'AM_MISSING_PROG' => 1, - '_m4_warn' => 1, - '_LT_AC_TAGCONFIG' => 1, - 'LT_LANG' => 1, + '_LT_AC_LANG_RC_CONFIG' => 1, + 'AC_LIBTOOL_COMPILER_OPTION' => 1, + 'AC_DEFUN' => 1, '_LT_AC_SHELL_INIT' => 1, - 'LT_CONFIG_LTDL_DIR' => 1, - 'AC_LIBTOOL_CONFIG' => 1, - '_LT_WITH_SYSROOT' => 1, + 'AC_PROG_LIBTOOL' => 1, 'LT_PROG_RC' => 1, - 'AM_PROG_LIBTOOL' => 1, - 'AC_LIBTOOL_DLOPEN' => 1, - 'AC_LTDL_DLLIB' => 1, - 'AC_LIBTOOL_CXX' => 1, + 'AM_PROG_NM' => 1, + '_LT_PATH_TOOL_PREFIX' => 1, + 'PKG_CHECK_MODULES' => 1, + '_LT_PROG_F77' => 1, + '_LT_DLL_DEF_P' => 1, 'AC_LIBTOOL_GCJ' => 1, - '_AM_DEPENDENCIES' => 1, 'include' => 1, - 'AC_LIBTOOL_PROG_COMPILER_NO_RTTI' => 1, - 'PKG_INSTALLDIR' => 1, - 'AM_SANITY_CHECK' => 1, - 'AC_PROG_NM' => 1, - 'AC_PATH_TOOL_PREFIX' => 1, - '_LT_PROG_LTMAIN' => 1, - 'LT_SYS_DLOPEN_DEPLIBS' => 1, - 'AC_LIBLTDL_INSTALLABLE' => 1, - 'AC_LTDL_SYMBOL_USCORE' => 1, - '_LT_REQUIRED_DARWIN_CHECKS' => 1, - 'AC_LIBTOOL_SETUP' => 1, - 'gl_FUNC_ARGZ' => 1, - 'AM_ENABLE_SHARED' => 1, - 'AU_DEFUN' => 1, + '_LT_AC_LANG_CXX_CONFIG' => 1, + '_LT_PROG_CXX' => 1, + 'AC_PROG_LD' => 1, + 'LT_INIT' => 1, + 'LT_SYS_SYMBOL_USCORE' => 1, 'LT_CMD_MAX_LEN' => 1, - 'AC_PROG_LIBTOOL' => 1, - '_LT_LIBOBJ' => 1, - '_LT_AC_PROG_ECHO_BACKSLASH' => 1, - 'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1, - 'm4_pattern_forbid' => 1, - '_LT_AC_TAGVAR' => 1, - 'AC_CONFIG_MACRO_DIR_TRACE' => 1, - 'AC_LTDL_SHLIBPATH' => 1, + '_AM_PROG_CC_C_O' => 1, + '_LT_AC_PROG_CXXCPP' => 1, + 'AC_DEPLIBS_CHECK_METHOD' => 1, + 'AC_CHECK_LIBM' => 1, + 'AC_LIBTOOL_LANG_GCJ_CONFIG' => 1, + 'AM_SET_LEADING_DOT' => 1, + '_AM_AUTOCONF_VERSION' => 1, + 'AC_LIBTOOL_CONFIG' => 1, + 'AC_LIBTOOL_PICMODE' => 1, + 'm4_pattern_allow' => 1, + '_LT_COMPILER_OPTION' => 1, + 'AC_DISABLE_STATIC' => 1, 'AM_MISSING_HAS_RUN' => 1, - 'AC_LIBLTDL_CONVENIENCE' => 1, + 'AM_ENABLE_STATIC' => 1, + 'LTOBSOLETE_VERSION' => 1, + 'AC_LTDL_DLLIB' => 1, 'AC_LTDL_DLSYM_USCORE' => 1, - 'LT_SYS_MODULE_EXT' => 1, - '_LT_AC_LANG_GCJ_CONFIG' => 1, - '_LT_PATH_TOOL_PREFIX' => 1, - '_AM_IF_OPTION' => 1, - 'AC_CHECK_LIBM' => 1, - '_LT_AC_LANG_CXX_CONFIG' => 1, + 'AC_LTDL_SHLIBPATH' => 1, + 'AM_PROG_LIBTOOL' => 1, + '_LT_LIBOBJ' => 1, + 'AC_LIBTOOL_SYS_DYNAMIC_LINKER' => 1, + '_LT_PROG_ECHO_BACKSLASH' => 1, + 'LT_AC_PROG_GCJ' => 1, + 'AM_AUX_DIR_EXPAND' => 1, + '_LT_AC_LANG_F77_CONFIG' => 1, + 'LT_SYS_MODULE_PATH' => 1, + '_LT_LINKER_BOILERPLATE' => 1, + '_LT_PREPARE_SED_QUOTE_VARS' => 1, + '_LT_LINKER_OPTION' => 1, + '_LT_AC_SYS_COMPILER' => 1, '_AC_AM_CONFIG_HEADER_HOOK' => 1, - '_LT_AC_LANG_F77' => 1, - 'LT_FUNC_DLSYM_USCORE' => 1, - 'AM_SILENT_RULES' => 1, + 'AM_DISABLE_STATIC' => 1, + 'AC_LIBTOOL_SYS_HARD_LINK_LOCKS' => 1, + 'AM_SET_CURRENT_AUTOMAKE_VERSION' => 1, + '_LT_AC_TAGCONFIG' => 1, 'AC_LIBTOOL_LANG_CXX_CONFIG' => 1, - 'AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE' => 1, - 'LT_WITH_LTDL' => 1, - 'AC_DISABLE_FAST_INSTALL' => 1, - 'AC_LIBTOOL_LANG_F77_CONFIG' => 1, - 'AC_PROG_LD' => 1, - 'AC_PROG_LD_RELOAD_FLAG' => 1, - 'AM_ENABLE_STATIC' => 1, + 'LT_SYS_DLOPEN_DEPLIBS' => 1, + 'LT_FUNC_DLSYM_USCORE' => 1, + 'LT_AC_PROG_RC' => 1, '_AM_SET_OPTIONS' => 1, - 'LT_SYS_DLSEARCH_PATH' => 1 - } - ], 'Autom4te::Request' ), - bless( [ - '1', - 1, - [ - '/usr/share/autoconf' - ], - [ - '/usr/share/autoconf/autoconf/autoconf.m4f', - 'aclocal.m4', - 'configure.ac' - ], - { - 'AM_PROG_MOC' => 1, - 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, - 'AC_SUBST_TRACE' => 1, - 'AC_CONFIG_LINKS' => 1, - 'AM_PROG_CXX_C_O' => 1, - 'AC_CONFIG_HEADERS' => 1, - 'AM_INIT_AUTOMAKE' => 1, - 'sinclude' => 1, - 'AM_EXTRA_RECURSIVE_TARGETS' => 1, - 'AM_XGETTEXT_OPTION' => 1, - 'AM_PROG_CC_C_O' => 1, - 'AC_INIT' => 1, - 'AC_PROG_LIBTOOL' => 1, - 'LT_SUPPORTED_TAG' => 1, - '_AM_COND_IF' => 1, - 'AC_CONFIG_LIBOBJ_DIR' => 1, - 'AC_CONFIG_SUBDIRS' => 1, - 'AH_OUTPUT' => 1, - 'AM_MAKEFILE_INCLUDE' => 1, - 'AM_POT_TOOLS' => 1, - 'AC_CONFIG_FILES' => 1, - 'AM_ENABLE_MULTILIB' => 1, - 'AC_SUBST' => 1, - 'AM_NLS' => 1, - 'AM_PROG_AR' => 1, - 'AM_PROG_MKDIR_P' => 1, - 'AM_CONDITIONAL' => 1, - 'AC_REQUIRE_AUX_FILE' => 1, - 'AM_GNU_GETTEXT' => 1, - 'AM_AUTOMAKE_VERSION' => 1, - '_AM_COND_ELSE' => 1, - 'AM_PATH_GUILE' => 1, - '_AM_SUBST_NOTMAKE' => 1, - '_AM_COND_ENDIF' => 1, - 'AC_LIBSOURCE' => 1, - 'AC_CANONICAL_HOST' => 1, - 'm4_sinclude' => 1, - 'AC_DEFINE_TRACE_LITERAL' => 1, - 'AM_PROG_FC_C_O' => 1, - 'AC_CANONICAL_TARGET' => 1, - 'include' => 1, - 'AC_CANONICAL_BUILD' => 1, - 'AM_MAINTAINER_MODE' => 1, - 'm4_pattern_allow' => 1, - 'AM_PROG_LIBTOOL' => 1, - 'AM_SILENT_RULES' => 1, - 'AC_FC_SRCEXT' => 1, - 'AC_FC_PP_DEFINE' => 1, - 'AC_FC_PP_SRCEXT' => 1, - 'm4_include' => 1, - 'AC_CONFIG_AUX_DIR' => 1, - 'LT_CONFIG_LTDL_DIR' => 1, - 'm4_pattern_forbid' => 1, - 'LT_INIT' => 1, - 'AC_CANONICAL_SYSTEM' => 1, - 'AC_FC_FREEFORM' => 1, - '_AM_MAKEFILE_INCLUDE' => 1, - '_m4_warn' => 1, - 'AM_PROG_F77_C_O' => 1, - '_LT_AC_TAGCONFIG' => 1 + 'LT_SUPPORTED_TAG' => 1 } ], 'Autom4te::Request' ) ); diff --git a/autom4te.cache/traces.1 b/autom4te.cache/traces.1 index 0928454..b4eeda0 100644 --- a/autom4te.cache/traces.1 +++ b/autom4te.cache/traces.1 @@ -281,8 +281,7 @@ m4trace:configure.ac:3: -1- m4_pattern_allow([^AWK$]) m4trace:configure.ac:3: -1- m4_pattern_allow([LT_OBJDIR]) m4trace:configure.ac:3: -1- AC_DEFINE_TRACE_LITERAL([LT_OBJDIR]) m4trace:configure.ac:3: -1- m4_pattern_allow([^LT_OBJDIR$]) -m4trace:configure.ac:3: -1- AH_OUTPUT([LT_OBJDIR], [/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ +m4trace:configure.ac:3: -1- AH_OUTPUT([LT_OBJDIR], [/* Define to the sub-directory where libtool stores uninstalled libraries. */ @%:@undef LT_OBJDIR]) m4trace:configure.ac:3: -1- LT_SUPPORTED_TAG([CC]) m4trace:configure.ac:3: -1- AC_SUBST([MANIFEST_TOOL]) @@ -303,6 +302,9 @@ m4trace:configure.ac:3: -1- m4_pattern_allow([^OTOOL$]) m4trace:configure.ac:3: -1- AC_SUBST([OTOOL64]) m4trace:configure.ac:3: -1- AC_SUBST_TRACE([OTOOL64]) m4trace:configure.ac:3: -1- m4_pattern_allow([^OTOOL64$]) +m4trace:configure.ac:3: -1- AC_SUBST([LT_SYS_LIBRARY_PATH]) +m4trace:configure.ac:3: -1- AC_SUBST_TRACE([LT_SYS_LIBRARY_PATH]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^LT_SYS_LIBRARY_PATH$]) m4trace:configure.ac:3: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the header file. */ @%:@undef HAVE_DLFCN_H]) m4trace:configure.ac:3: -1- AC_SUBST([CPP]) @@ -358,7 +360,7 @@ m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([am__isrc]) m4trace:configure.ac:8: -1- AC_SUBST([CYGPATH_W]) m4trace:configure.ac:8: -1- AC_SUBST_TRACE([CYGPATH_W]) m4trace:configure.ac:8: -1- m4_pattern_allow([^CYGPATH_W$]) -m4trace:configure.ac:8: -1- _m4_warn([obsolete], [AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.], [aclocal.m4:9254: AM_INIT_AUTOMAKE is expanded from... +m4trace:configure.ac:8: -1- _m4_warn([obsolete], [AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.], [aclocal.m4:9674: AM_INIT_AUTOMAKE is expanded from... configure.ac:8: the top level]) m4trace:configure.ac:8: -1- AC_SUBST([PACKAGE], [$PACKAGE]) m4trace:configure.ac:8: -1- AC_SUBST_TRACE([PACKAGE]) diff --git a/autom4te.cache/traces.2 b/autom4te.cache/traces.2 index 35098e7..652735c 100644 --- a/autom4te.cache/traces.2 +++ b/autom4te.cache/traces.2 @@ -2600,150 +2600,149 @@ m4trace:configure.ac:1: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^build_alias$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^host_alias$]) m4trace:configure.ac:1: -1- m4_pattern_allow([^target_alias$]) -m4trace:configure.ac:2: -1- _AM_CONFIG_MACRO_DIRS([m4]) -m4trace:configure.ac:4: -1- LT_INIT -m4trace:configure.ac:4: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$]) -m4trace:configure.ac:4: -1- LTOPTIONS_VERSION -m4trace:configure.ac:4: -1- LTSUGAR_VERSION -m4trace:configure.ac:4: -1- LTVERSION_VERSION -m4trace:configure.ac:4: -1- LTOBSOLETE_VERSION -m4trace:configure.ac:4: -1- _LT_PROG_LTMAIN -m4trace:configure.ac:4: -1- m4_pattern_allow([^LIBTOOL$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^build$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^build_cpu$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^build_vendor$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^build_os$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^host$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^host_cpu$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^host_vendor$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^host_os$]) -m4trace:configure.ac:4: -1- _LT_PREPARE_SED_QUOTE_VARS -m4trace:configure.ac:4: -1- _LT_PROG_ECHO_BACKSLASH -m4trace:configure.ac:4: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^CFLAGS$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^LDFLAGS$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^LIBS$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^CPPFLAGS$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^ac_ct_CC$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^EXEEXT$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^OBJEXT$]) -m4trace:configure.ac:4: -1- _AM_PROG_CC_C_O -m4trace:configure.ac:4: -1- AM_AUX_DIR_EXPAND -m4trace:configure.ac:4: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) -m4trace:configure.ac:4: -1- LT_PATH_LD -m4trace:configure.ac:4: -1- m4_pattern_allow([^SED$]) -m4trace:configure.ac:4: -1- AC_PROG_EGREP -m4trace:configure.ac:4: -1- m4_pattern_allow([^GREP$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^EGREP$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^FGREP$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^GREP$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^LD$]) -m4trace:configure.ac:4: -1- LT_PATH_NM -m4trace:configure.ac:4: -1- m4_pattern_allow([^DUMPBIN$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^ac_ct_DUMPBIN$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^DUMPBIN$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^NM$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^LN_S$]) -m4trace:configure.ac:4: -1- LT_CMD_MAX_LEN -m4trace:configure.ac:4: -1- m4_pattern_allow([^OBJDUMP$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^OBJDUMP$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^DLLTOOL$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^DLLTOOL$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^AR$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^ac_ct_AR$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^STRIP$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^RANLIB$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^AWK$]) -m4trace:configure.ac:4: -1- _LT_WITH_SYSROOT -m4trace:configure.ac:4: -1- m4_pattern_allow([LT_OBJDIR]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^LT_OBJDIR$]) -m4trace:configure.ac:4: -1- _LT_CC_BASENAME([$compiler]) -m4trace:configure.ac:4: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH]) -m4trace:configure.ac:4: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH]) -m4trace:configure.ac:4: -1- LT_SUPPORTED_TAG([CC]) -m4trace:configure.ac:4: -1- _LT_COMPILER_BOILERPLATE -m4trace:configure.ac:4: -1- _LT_LINKER_BOILERPLATE -m4trace:configure.ac:4: -1- _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, )="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, ) -fno-rtti -fno-exceptions"]) -m4trace:configure.ac:4: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, ) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, )], [$_LT_TAGVAR(lt_prog_compiler_pic, )@&t@m4_if([],[],[ -DPIC],[m4_if([],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, ) in +m4trace:configure.ac:3: -1- LT_INIT +m4trace:configure.ac:3: -1- m4_pattern_forbid([^_?LT_[A-Z_]+$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$]) +m4trace:configure.ac:3: -1- LTOPTIONS_VERSION +m4trace:configure.ac:3: -1- LTSUGAR_VERSION +m4trace:configure.ac:3: -1- LTVERSION_VERSION +m4trace:configure.ac:3: -1- LTOBSOLETE_VERSION +m4trace:configure.ac:3: -1- _LT_PROG_LTMAIN +m4trace:configure.ac:3: -1- m4_pattern_allow([^LIBTOOL$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^build$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^build_cpu$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^build_vendor$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^build_os$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^host$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^host_cpu$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^host_vendor$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^host_os$]) +m4trace:configure.ac:3: -1- _LT_PREPARE_SED_QUOTE_VARS +m4trace:configure.ac:3: -1- _LT_PROG_ECHO_BACKSLASH +m4trace:configure.ac:3: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^CFLAGS$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^LDFLAGS$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^CPPFLAGS$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^ac_ct_CC$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^EXEEXT$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^OBJEXT$]) +m4trace:configure.ac:3: -1- _AM_PROG_CC_C_O +m4trace:configure.ac:3: -1- AM_AUX_DIR_EXPAND +m4trace:configure.ac:3: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) +m4trace:configure.ac:3: -1- LT_PATH_LD +m4trace:configure.ac:3: -1- m4_pattern_allow([^SED$]) +m4trace:configure.ac:3: -1- AC_PROG_EGREP +m4trace:configure.ac:3: -1- m4_pattern_allow([^GREP$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^EGREP$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^FGREP$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^GREP$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^LD$]) +m4trace:configure.ac:3: -1- LT_PATH_NM +m4trace:configure.ac:3: -1- m4_pattern_allow([^DUMPBIN$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^ac_ct_DUMPBIN$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^DUMPBIN$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^NM$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^LN_S$]) +m4trace:configure.ac:3: -1- LT_CMD_MAX_LEN +m4trace:configure.ac:3: -1- m4_pattern_allow([^OBJDUMP$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^OBJDUMP$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^DLLTOOL$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^DLLTOOL$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^AR$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^ac_ct_AR$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^STRIP$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^RANLIB$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^AWK$]) +m4trace:configure.ac:3: -1- _LT_WITH_SYSROOT +m4trace:configure.ac:3: -1- m4_pattern_allow([LT_OBJDIR]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^LT_OBJDIR$]) +m4trace:configure.ac:3: -1- _LT_CC_BASENAME([$compiler]) +m4trace:configure.ac:3: -1- _LT_PATH_TOOL_PREFIX([${ac_tool_prefix}file], [/usr/bin$PATH_SEPARATOR$PATH]) +m4trace:configure.ac:3: -1- _LT_PATH_TOOL_PREFIX([file], [/usr/bin$PATH_SEPARATOR$PATH]) +m4trace:configure.ac:3: -1- LT_SUPPORTED_TAG([CC]) +m4trace:configure.ac:3: -1- _LT_COMPILER_BOILERPLATE +m4trace:configure.ac:3: -1- _LT_LINKER_BOILERPLATE +m4trace:configure.ac:3: -1- _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], [lt_cv_prog_compiler_rtti_exceptions], [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, )="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, ) -fno-rtti -fno-exceptions"]) +m4trace:configure.ac:3: -1- _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, ) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, )], [$_LT_TAGVAR(lt_prog_compiler_pic, )@&t@m4_if([],[],[ -DPIC],[m4_if([],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, ) in "" | " "*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, )=" $_LT_TAGVAR(lt_prog_compiler_pic, )" ;; esac], [_LT_TAGVAR(lt_prog_compiler_pic, )= _LT_TAGVAR(lt_prog_compiler_can_build_shared, )=no]) -m4trace:configure.ac:4: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, )=]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^MANIFEST_TOOL$]) -m4trace:configure.ac:4: -1- _LT_DLL_DEF_P([$export_symbols]) -m4trace:configure.ac:4: -1- _LT_DLL_DEF_P([$export_symbols]) -m4trace:configure.ac:4: -1- _LT_REQUIRED_DARWIN_CHECKS -m4trace:configure.ac:4: -1- m4_pattern_allow([^DSYMUTIL$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^NMEDIT$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^LIPO$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^OTOOL$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^OTOOL64$]) -m4trace:configure.ac:4: -1- _LT_LINKER_OPTION([if $CC understands -b], [lt_cv_prog_compiler__b], [-b], [_LT_TAGVAR(archive_cmds, )='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, )='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags']) -m4trace:configure.ac:4: -1- m4_pattern_allow([^LT_SYS_LIBRARY_PATH$]) -m4trace:configure.ac:4: -1- LT_SYS_DLOPEN_SELF -m4trace:configure.ac:4: -1- m4_pattern_allow([^CPP$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^CPPFLAGS$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^CPP$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^STDC_HEADERS$]) -m4trace:configure.ac:4: -1- m4_pattern_allow([^HAVE_DLFCN_H$]) -m4trace:configure.ac:9: -1- AM_INIT_AUTOMAKE([$PACKAGE], [$VERSION]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) -m4trace:configure.ac:9: -1- AM_SET_CURRENT_AUTOMAKE_VERSION -m4trace:configure.ac:9: -1- AM_AUTOMAKE_VERSION([1.14.1]) -m4trace:configure.ac:9: -1- _AM_AUTOCONF_VERSION([2.69]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^INSTALL_DATA$]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^am__isrc$]) -m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([am__isrc]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^CYGPATH_W$]) -m4trace:configure.ac:9: -1- _m4_warn([obsolete], [AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.], [/usr/share/aclocal-1.14/init.m4:29: AM_INIT_AUTOMAKE is expanded from... -configure.ac:9: the top level]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE$]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^VERSION$]) -m4trace:configure.ac:9: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) +m4trace:configure.ac:3: -1- _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], [lt_cv_prog_compiler_static_works], [$lt_tmp_static_flag], [], [_LT_TAGVAR(lt_prog_compiler_static, )=]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^MANIFEST_TOOL$]) +m4trace:configure.ac:3: -1- _LT_DLL_DEF_P([$export_symbols]) +m4trace:configure.ac:3: -1- _LT_DLL_DEF_P([$export_symbols]) +m4trace:configure.ac:3: -1- _LT_REQUIRED_DARWIN_CHECKS +m4trace:configure.ac:3: -1- m4_pattern_allow([^DSYMUTIL$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^NMEDIT$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^LIPO$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^OTOOL$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^OTOOL64$]) +m4trace:configure.ac:3: -1- _LT_LINKER_OPTION([if $CC understands -b], [lt_cv_prog_compiler__b], [-b], [_LT_TAGVAR(archive_cmds, )='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, )='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags']) +m4trace:configure.ac:3: -1- m4_pattern_allow([^LT_SYS_LIBRARY_PATH$]) +m4trace:configure.ac:3: -1- LT_SYS_DLOPEN_SELF +m4trace:configure.ac:3: -1- m4_pattern_allow([^CPP$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^CPPFLAGS$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^CPP$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^STDC_HEADERS$]) +m4trace:configure.ac:3: -1- m4_pattern_allow([^HAVE_DLFCN_H$]) +m4trace:configure.ac:8: -1- AM_INIT_AUTOMAKE([$PACKAGE], [$VERSION]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$]) +m4trace:configure.ac:8: -1- AM_SET_CURRENT_AUTOMAKE_VERSION +m4trace:configure.ac:8: -1- AM_AUTOMAKE_VERSION([1.14.1]) +m4trace:configure.ac:8: -1- _AM_AUTOCONF_VERSION([2.69]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^INSTALL_PROGRAM$]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^INSTALL_SCRIPT$]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^INSTALL_DATA$]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^am__isrc$]) +m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([am__isrc]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^CYGPATH_W$]) +m4trace:configure.ac:8: -1- _m4_warn([obsolete], [AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.], [/usr/share/aclocal-1.14/init.m4:29: AM_INIT_AUTOMAKE is expanded from... +configure.ac:8: the top level]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^PACKAGE$]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^VERSION$]) +m4trace:configure.ac:8: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])]) -m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([no-define]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^PACKAGE$]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^VERSION$]) -m4trace:configure.ac:9: -1- AM_SANITY_CHECK -m4trace:configure.ac:9: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) -m4trace:configure.ac:9: -1- AM_MISSING_HAS_RUN -m4trace:configure.ac:9: -1- m4_pattern_allow([^ACLOCAL$]) -m4trace:configure.ac:9: -1- AM_MISSING_PROG([AUTOCONF], [autoconf]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^AUTOCONF$]) -m4trace:configure.ac:9: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^AUTOMAKE$]) -m4trace:configure.ac:9: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^AUTOHEADER$]) -m4trace:configure.ac:9: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^MAKEINFO$]) -m4trace:configure.ac:9: -1- AM_PROG_INSTALL_SH -m4trace:configure.ac:9: -1- m4_pattern_allow([^install_sh$]) -m4trace:configure.ac:9: -1- AM_PROG_INSTALL_STRIP -m4trace:configure.ac:9: -1- m4_pattern_allow([^STRIP$]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^MKDIR_P$]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^mkdir_p$]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^SET_MAKE$]) -m4trace:configure.ac:9: -1- AM_SET_LEADING_DOT -m4trace:configure.ac:9: -1- m4_pattern_allow([^am__leading_dot$]) -m4trace:configure.ac:9: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], +m4trace:configure.ac:8: -2- _AM_MANGLE_OPTION([no-define]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^PACKAGE$]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^VERSION$]) +m4trace:configure.ac:8: -1- AM_SANITY_CHECK +m4trace:configure.ac:8: -1- AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +m4trace:configure.ac:8: -1- AM_MISSING_HAS_RUN +m4trace:configure.ac:8: -1- m4_pattern_allow([^ACLOCAL$]) +m4trace:configure.ac:8: -1- AM_MISSING_PROG([AUTOCONF], [autoconf]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^AUTOCONF$]) +m4trace:configure.ac:8: -1- AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^AUTOMAKE$]) +m4trace:configure.ac:8: -1- AM_MISSING_PROG([AUTOHEADER], [autoheader]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^AUTOHEADER$]) +m4trace:configure.ac:8: -1- AM_MISSING_PROG([MAKEINFO], [makeinfo]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^MAKEINFO$]) +m4trace:configure.ac:8: -1- AM_PROG_INSTALL_SH +m4trace:configure.ac:8: -1- m4_pattern_allow([^install_sh$]) +m4trace:configure.ac:8: -1- AM_PROG_INSTALL_STRIP +m4trace:configure.ac:8: -1- m4_pattern_allow([^STRIP$]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^MKDIR_P$]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^mkdir_p$]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^SET_MAKE$]) +m4trace:configure.ac:8: -1- AM_SET_LEADING_DOT +m4trace:configure.ac:8: -1- m4_pattern_allow([^am__leading_dot$]) +m4trace:configure.ac:8: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) -m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([tar-ustar]) -m4trace:configure.ac:9: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])]) -m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([tar-pax]) -m4trace:configure.ac:9: -1- _AM_PROG_TAR([v7]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^AMTAR$]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^am__tar$]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^am__untar$]) -m4trace:configure.ac:9: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC], +m4trace:configure.ac:8: -2- _AM_MANGLE_OPTION([tar-ustar]) +m4trace:configure.ac:8: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])]) +m4trace:configure.ac:8: -2- _AM_MANGLE_OPTION([tar-pax]) +m4trace:configure.ac:8: -1- _AM_PROG_TAR([v7]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^AMTAR$]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^am__tar$]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^am__untar$]) +m4trace:configure.ac:8: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES([CC])], [m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl @@ -2760,108 +2759,108 @@ AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], [m4_define([AC_PROG_OBJCXX], m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) -m4trace:configure.ac:9: -2- _AM_MANGLE_OPTION([no-dependencies]) -m4trace:configure.ac:9: -1- _AM_DEPENDENCIES([CC]) -m4trace:configure.ac:9: -1- AM_SET_DEPDIR -m4trace:configure.ac:9: -1- m4_pattern_allow([^DEPDIR$]) -m4trace:configure.ac:9: -1- AM_OUTPUT_DEPENDENCY_COMMANDS -m4trace:configure.ac:9: -1- AM_MAKE_INCLUDE -m4trace:configure.ac:9: -1- m4_pattern_allow([^am__include$]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^am__quote$]) -m4trace:configure.ac:9: -1- AM_DEP_TRACK -m4trace:configure.ac:9: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^AMDEP_TRUE$]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^AMDEP_FALSE$]) -m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE]) -m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^AMDEPBACKSLASH$]) -m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^am__nodep$]) -m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([am__nodep]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^CCDEPMODE$]) -m4trace:configure.ac:9: -1- AM_CONDITIONAL([am__fastdepCC], [ +m4trace:configure.ac:8: -2- _AM_MANGLE_OPTION([no-dependencies]) +m4trace:configure.ac:8: -1- _AM_DEPENDENCIES([CC]) +m4trace:configure.ac:8: -1- AM_SET_DEPDIR +m4trace:configure.ac:8: -1- m4_pattern_allow([^DEPDIR$]) +m4trace:configure.ac:8: -1- AM_OUTPUT_DEPENDENCY_COMMANDS +m4trace:configure.ac:8: -1- AM_MAKE_INCLUDE +m4trace:configure.ac:8: -1- m4_pattern_allow([^am__include$]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^am__quote$]) +m4trace:configure.ac:8: -1- AM_DEP_TRACK +m4trace:configure.ac:8: -1- AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^AMDEP_TRUE$]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^AMDEP_FALSE$]) +m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([AMDEP_TRUE]) +m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([AMDEP_FALSE]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^AMDEPBACKSLASH$]) +m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([AMDEPBACKSLASH]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^am__nodep$]) +m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([am__nodep]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^CCDEPMODE$]) +m4trace:configure.ac:8: -1- AM_CONDITIONAL([am__fastdepCC], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^am__fastdepCC_TRUE$]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^am__fastdepCC_FALSE$]) -m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE]) -m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) -m4trace:configure.ac:9: -1- AM_SILENT_RULES -m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_V$]) -m4trace:configure.ac:9: -1- AM_SUBST_NOTMAKE([AM_V]) -m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([AM_V]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_DEFAULT_V$]) -m4trace:configure.ac:9: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V]) -m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$]) -m4trace:configure.ac:9: -1- m4_pattern_allow([^AM_BACKSLASH$]) -m4trace:configure.ac:9: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH]) -m4trace:configure.ac:11: -1- PKG_CHECK_MODULES([DSSI], [dssi >= 0.9]) -m4trace:configure.ac:11: -1- PKG_PROG_PKG_CONFIG -m4trace:configure.ac:11: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$]) -m4trace:configure.ac:11: -1- m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) -m4trace:configure.ac:11: -1- m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) -m4trace:configure.ac:11: -1- m4_pattern_allow([^PKG_CONFIG$]) -m4trace:configure.ac:11: -1- m4_pattern_allow([^PKG_CONFIG_PATH$]) -m4trace:configure.ac:11: -1- m4_pattern_allow([^PKG_CONFIG_LIBDIR$]) -m4trace:configure.ac:11: -1- m4_pattern_allow([^PKG_CONFIG$]) -m4trace:configure.ac:11: -1- m4_pattern_allow([^DSSI_CFLAGS$]) -m4trace:configure.ac:11: -1- m4_pattern_allow([^DSSI_LIBS$]) -m4trace:configure.ac:11: -1- PKG_CHECK_EXISTS([dssi >= 0.9], [pkg_cv_[]DSSI_CFLAGS=`$PKG_CONFIG --[]cflags "dssi >= 0.9" 2>/dev/null` +m4trace:configure.ac:8: -1- m4_pattern_allow([^am__fastdepCC_TRUE$]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^am__fastdepCC_FALSE$]) +m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE]) +m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE]) +m4trace:configure.ac:8: -1- AM_SILENT_RULES +m4trace:configure.ac:8: -1- m4_pattern_allow([^AM_V$]) +m4trace:configure.ac:8: -1- AM_SUBST_NOTMAKE([AM_V]) +m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([AM_V]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^AM_DEFAULT_V$]) +m4trace:configure.ac:8: -1- AM_SUBST_NOTMAKE([AM_DEFAULT_V]) +m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([AM_DEFAULT_V]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^AM_DEFAULT_VERBOSITY$]) +m4trace:configure.ac:8: -1- m4_pattern_allow([^AM_BACKSLASH$]) +m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([AM_BACKSLASH]) +m4trace:configure.ac:10: -1- PKG_CHECK_MODULES([DSSI], [dssi >= 0.9]) +m4trace:configure.ac:10: -1- PKG_PROG_PKG_CONFIG +m4trace:configure.ac:10: -1- m4_pattern_forbid([^_?PKG_[A-Z_]+$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^PKG_CONFIG$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^PKG_CONFIG_PATH$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^PKG_CONFIG_LIBDIR$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^PKG_CONFIG$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^DSSI_CFLAGS$]) +m4trace:configure.ac:10: -1- m4_pattern_allow([^DSSI_LIBS$]) +m4trace:configure.ac:10: -1- PKG_CHECK_EXISTS([dssi >= 0.9], [pkg_cv_[]DSSI_CFLAGS=`$PKG_CONFIG --[]cflags "dssi >= 0.9" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) -m4trace:configure.ac:11: -1- PKG_CHECK_EXISTS([dssi >= 0.9], [pkg_cv_[]DSSI_LIBS=`$PKG_CONFIG --[]libs "dssi >= 0.9" 2>/dev/null` +m4trace:configure.ac:10: -1- PKG_CHECK_EXISTS([dssi >= 0.9], [pkg_cv_[]DSSI_LIBS=`$PKG_CONFIG --[]libs "dssi >= 0.9" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) -m4trace:configure.ac:11: -1- _PKG_SHORT_ERRORS_SUPPORTED -m4trace:configure.ac:12: -1- PKG_CHECK_MODULES([SNDFILE], [sndfile >= 1.0.9]) -m4trace:configure.ac:12: -1- m4_pattern_allow([^SNDFILE_CFLAGS$]) -m4trace:configure.ac:12: -1- m4_pattern_allow([^SNDFILE_LIBS$]) -m4trace:configure.ac:12: -1- PKG_CHECK_EXISTS([sndfile >= 1.0.9], [pkg_cv_[]SNDFILE_CFLAGS=`$PKG_CONFIG --[]cflags "sndfile >= 1.0.9" 2>/dev/null` +m4trace:configure.ac:10: -1- _PKG_SHORT_ERRORS_SUPPORTED +m4trace:configure.ac:11: -1- PKG_CHECK_MODULES([SNDFILE], [sndfile >= 1.0.9]) +m4trace:configure.ac:11: -1- m4_pattern_allow([^SNDFILE_CFLAGS$]) +m4trace:configure.ac:11: -1- m4_pattern_allow([^SNDFILE_LIBS$]) +m4trace:configure.ac:11: -1- PKG_CHECK_EXISTS([sndfile >= 1.0.9], [pkg_cv_[]SNDFILE_CFLAGS=`$PKG_CONFIG --[]cflags "sndfile >= 1.0.9" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) -m4trace:configure.ac:12: -1- PKG_CHECK_EXISTS([sndfile >= 1.0.9], [pkg_cv_[]SNDFILE_LIBS=`$PKG_CONFIG --[]libs "sndfile >= 1.0.9" 2>/dev/null` +m4trace:configure.ac:11: -1- PKG_CHECK_EXISTS([sndfile >= 1.0.9], [pkg_cv_[]SNDFILE_LIBS=`$PKG_CONFIG --[]libs "sndfile >= 1.0.9" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) -m4trace:configure.ac:12: -1- _PKG_SHORT_ERRORS_SUPPORTED -m4trace:configure.ac:15: -1- PKG_CHECK_MODULES([ALSA], [alsa >= 0.9], [with_alsa=ALSA], [with_alsa=no]) -m4trace:configure.ac:15: -1- m4_pattern_allow([^ALSA_CFLAGS$]) -m4trace:configure.ac:15: -1- m4_pattern_allow([^ALSA_LIBS$]) -m4trace:configure.ac:15: -1- PKG_CHECK_EXISTS([alsa >= 0.9], [pkg_cv_[]ALSA_CFLAGS=`$PKG_CONFIG --[]cflags "alsa >= 0.9" 2>/dev/null` +m4trace:configure.ac:11: -1- _PKG_SHORT_ERRORS_SUPPORTED +m4trace:configure.ac:14: -1- PKG_CHECK_MODULES([ALSA], [alsa >= 0.9], [with_alsa=ALSA], [with_alsa=no]) +m4trace:configure.ac:14: -1- m4_pattern_allow([^ALSA_CFLAGS$]) +m4trace:configure.ac:14: -1- m4_pattern_allow([^ALSA_LIBS$]) +m4trace:configure.ac:14: -1- PKG_CHECK_EXISTS([alsa >= 0.9], [pkg_cv_[]ALSA_CFLAGS=`$PKG_CONFIG --[]cflags "alsa >= 0.9" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) -m4trace:configure.ac:15: -1- PKG_CHECK_EXISTS([alsa >= 0.9], [pkg_cv_[]ALSA_LIBS=`$PKG_CONFIG --[]libs "alsa >= 0.9" 2>/dev/null` +m4trace:configure.ac:14: -1- PKG_CHECK_EXISTS([alsa >= 0.9], [pkg_cv_[]ALSA_LIBS=`$PKG_CONFIG --[]libs "alsa >= 0.9" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) -m4trace:configure.ac:15: -1- _PKG_SHORT_ERRORS_SUPPORTED -m4trace:configure.ac:17: -1- PKG_CHECK_MODULES([ALSA], [libdssialsacompat], [with_alsa=libdssialsacompat], [as_fn_error $? "neither ALSA nor libdssialsacompat found" "$LINENO" 5]) -m4trace:configure.ac:17: -1- m4_pattern_allow([^ALSA_CFLAGS$]) -m4trace:configure.ac:17: -1- m4_pattern_allow([^ALSA_LIBS$]) -m4trace:configure.ac:17: -1- PKG_CHECK_EXISTS([libdssialsacompat], [pkg_cv_[]ALSA_CFLAGS=`$PKG_CONFIG --[]cflags "libdssialsacompat" 2>/dev/null` +m4trace:configure.ac:14: -1- _PKG_SHORT_ERRORS_SUPPORTED +m4trace:configure.ac:16: -1- PKG_CHECK_MODULES([ALSA], [libdssialsacompat], [with_alsa=libdssialsacompat], [as_fn_error $? "neither ALSA nor libdssialsacompat found" "$LINENO" 5]) +m4trace:configure.ac:16: -1- m4_pattern_allow([^ALSA_CFLAGS$]) +m4trace:configure.ac:16: -1- m4_pattern_allow([^ALSA_LIBS$]) +m4trace:configure.ac:16: -1- PKG_CHECK_EXISTS([libdssialsacompat], [pkg_cv_[]ALSA_CFLAGS=`$PKG_CONFIG --[]cflags "libdssialsacompat" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) -m4trace:configure.ac:17: -1- PKG_CHECK_EXISTS([libdssialsacompat], [pkg_cv_[]ALSA_LIBS=`$PKG_CONFIG --[]libs "libdssialsacompat" 2>/dev/null` +m4trace:configure.ac:16: -1- PKG_CHECK_EXISTS([libdssialsacompat], [pkg_cv_[]ALSA_LIBS=`$PKG_CONFIG --[]libs "libdssialsacompat" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) -m4trace:configure.ac:17: -1- _PKG_SHORT_ERRORS_SUPPORTED -m4trace:configure.ac:20: -1- m4_pattern_allow([^ALSA_CFLAGS$]) -m4trace:configure.ac:21: -1- m4_pattern_allow([^ALSA_LIBS$]) -m4trace:configure.ac:23: -1- m4_pattern_allow([^DSSI_CFLAGS$]) -m4trace:configure.ac:24: -1- m4_pattern_allow([^DSSI_LIBS$]) -m4trace:configure.ac:26: -1- m4_pattern_allow([^SNDFILE_CFLAGS$]) -m4trace:configure.ac:27: -1- m4_pattern_allow([^SNDFILE_LIBS$]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^CFLAGS$]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^LDFLAGS$]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^LIBS$]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^CPPFLAGS$]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^CC$]) -m4trace:configure.ac:29: -1- m4_pattern_allow([^ac_ct_CC$]) -m4trace:configure.ac:29: -1- _AM_PROG_CC_C_O -m4trace:configure.ac:29: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) -m4trace:configure.ac:31: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments. +m4trace:configure.ac:16: -1- _PKG_SHORT_ERRORS_SUPPORTED +m4trace:configure.ac:19: -1- m4_pattern_allow([^ALSA_CFLAGS$]) +m4trace:configure.ac:20: -1- m4_pattern_allow([^ALSA_LIBS$]) +m4trace:configure.ac:22: -1- m4_pattern_allow([^DSSI_CFLAGS$]) +m4trace:configure.ac:23: -1- m4_pattern_allow([^DSSI_LIBS$]) +m4trace:configure.ac:25: -1- m4_pattern_allow([^SNDFILE_CFLAGS$]) +m4trace:configure.ac:26: -1- m4_pattern_allow([^SNDFILE_LIBS$]) +m4trace:configure.ac:28: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:28: -1- m4_pattern_allow([^CFLAGS$]) +m4trace:configure.ac:28: -1- m4_pattern_allow([^LDFLAGS$]) +m4trace:configure.ac:28: -1- m4_pattern_allow([^LIBS$]) +m4trace:configure.ac:28: -1- m4_pattern_allow([^CPPFLAGS$]) +m4trace:configure.ac:28: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:28: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:28: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:28: -1- m4_pattern_allow([^CC$]) +m4trace:configure.ac:28: -1- m4_pattern_allow([^ac_ct_CC$]) +m4trace:configure.ac:28: -1- _AM_PROG_CC_C_O +m4trace:configure.ac:28: -1- AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) +m4trace:configure.ac:30: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments. You should run autoupdate.], []) -m4trace:configure.ac:31: -1- m4_pattern_allow([^LIB@&t@OBJS$]) -m4trace:configure.ac:31: -1- m4_pattern_allow([^LTLIBOBJS$]) -m4trace:configure.ac:31: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"]) -m4trace:configure.ac:31: -1- m4_pattern_allow([^am__EXEEXT_TRUE$]) -m4trace:configure.ac:31: -1- m4_pattern_allow([^am__EXEEXT_FALSE$]) -m4trace:configure.ac:31: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE]) -m4trace:configure.ac:31: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE]) -m4trace:configure.ac:31: -1- _LT_PROG_LTMAIN -m4trace:configure.ac:31: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS +m4trace:configure.ac:30: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.ac:30: -1- m4_pattern_allow([^LTLIBOBJS$]) +m4trace:configure.ac:30: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"]) +m4trace:configure.ac:30: -1- m4_pattern_allow([^am__EXEEXT_TRUE$]) +m4trace:configure.ac:30: -1- m4_pattern_allow([^am__EXEEXT_FALSE$]) +m4trace:configure.ac:30: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE]) +m4trace:configure.ac:30: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE]) +m4trace:configure.ac:30: -1- _LT_PROG_LTMAIN +m4trace:configure.ac:30: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS diff --git a/config.log b/config.log index 4e5a11e..25823fe 100644 --- a/config.log +++ b/config.log @@ -4,17 +4,17 @@ running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.69. Invocation command line was - $ ./configure --no-create --no-recursion + $ ./configure ## --------- ## ## Platform. ## ## --------- ## -hostname = Glitterhawk +hostname = toucansam uname -m = x86_64 -uname -r = 3.14-2-amd64 +uname -r = 3.14.25-rt22-1-rt uname -s = Linux -uname -v = #1 SMP Debian 3.14.15-2 (2014-08-09) +uname -v = #1 SMP PREEMPT RT Fri Nov 28 21:16:22 PST 2014 /usr/bin/uname -p = unknown /bin/uname -X = unknown @@ -27,188 +27,196 @@ uname -v = #1 SMP Debian 3.14.15-2 (2014-08-09) /usr/bin/oslevel = unknown /bin/universe = unknown -PATH: /usr/local/lib/eclipse -PATH: /usr/local/lib/sbt/bin -PATH: /usr/firstscripts +PATH: /home/pepper/.gem/ruby/2.1.0/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin -PATH: /usr/local/games -PATH: /usr/games +PATH: /usr/local/sbin +PATH: /usr/sbin +PATH: /sbin +PATH: /usr/firstscripts +PATH: /root/.gem/ruby/2.1.0/bin +PATH: /opt/android-sdk/build-tools/19.0.2/ +PATH: /opt/android-sdk/platform-tools +PATH: /opt/android-sdk/tools +PATH: /opt/devkitpro/devkitPPC/bin +PATH: /opt/marytts/bin +PATH: /usr/bin/site_perl +PATH: /usr/bin/vendor_perl +PATH: /usr/bin/core_perl +PATH: /opt/android-sdk/tools/ +PATH: /opt/android-sdk/platform-tools/ PATH: /usr/firstscripts -PATH: /usr/firstscripts; ## ----------- ## ## Core tests. ## ## ----------- ## -configure:2199: checking build system type -configure:2213: result: x86_64-unknown-linux-gnu -configure:2233: checking host system type -configure:2246: result: x86_64-unknown-linux-gnu -configure:2287: checking how to print strings -configure:2314: result: printf -configure:2386: checking for gcc -configure:2402: found /usr/bin/gcc -configure:2413: result: gcc -configure:2642: checking for C compiler version -configure:2651: gcc --version >&5 -gcc (Debian 4.9.2-10) 4.9.2 +configure:2207: checking build system type +configure:2221: result: x86_64-unknown-linux-gnu +configure:2241: checking host system type +configure:2254: result: x86_64-unknown-linux-gnu +configure:2295: checking how to print strings +configure:2322: result: printf +configure:2394: checking for gcc +configure:2410: found /usr/bin/gcc +configure:2421: result: gcc +configure:2650: checking for C compiler version +configure:2659: gcc --version >&5 +gcc (GCC) 4.9.2 20141224 (prerelease) Copyright (C) 2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -configure:2662: $? = 0 -configure:2651: gcc -v >&5 +configure:2670: $? = 0 +configure:2659: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc -COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper -Target: x86_64-linux-gnu -Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/lto-wrapper +Target: x86_64-unknown-linux-gnu +Configured with: /build/gcc-multilib/src/gcc-4.9-20141224/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-cloog-backend=isl --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-multilib --disable-werror --enable-checking=release Thread model: posix -gcc version 4.9.2 (Debian 4.9.2-10) -configure:2662: $? = 0 -configure:2651: gcc -V >&5 +gcc version 4.9.2 20141224 (prerelease) (GCC) +configure:2670: $? = 0 +configure:2659: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. -configure:2662: $? = 4 -configure:2651: gcc -qversion >&5 +configure:2670: $? = 1 +configure:2659: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. -configure:2662: $? = 4 -configure:2682: checking whether the C compiler works -configure:2704: gcc conftest.c >&5 -configure:2708: $? = 0 -configure:2756: result: yes -configure:2759: checking for C compiler default output file name -configure:2761: result: a.out -configure:2767: checking for suffix of executables -configure:2774: gcc -o conftest conftest.c >&5 -configure:2778: $? = 0 -configure:2800: result: -configure:2822: checking whether we are cross compiling -configure:2830: gcc -o conftest conftest.c >&5 -configure:2834: $? = 0 -configure:2841: ./conftest -configure:2845: $? = 0 -configure:2860: result: no -configure:2865: checking for suffix of object files -configure:2887: gcc -c conftest.c >&5 -configure:2891: $? = 0 -configure:2912: result: o -configure:2916: checking whether we are using the GNU C compiler -configure:2935: gcc -c conftest.c >&5 -configure:2935: $? = 0 -configure:2944: result: yes -configure:2953: checking whether gcc accepts -g -configure:2973: gcc -c -g conftest.c >&5 -configure:2973: $? = 0 -configure:3014: result: yes -configure:3031: checking for gcc option to accept ISO C89 -configure:3094: gcc -c -g -O2 conftest.c >&5 -configure:3094: $? = 0 -configure:3107: result: none needed -configure:3132: checking whether gcc understands -c and -o together -configure:3154: gcc -c conftest.c -o conftest2.o -configure:3157: $? = 0 -configure:3154: gcc -c conftest.c -o conftest2.o -configure:3157: $? = 0 -configure:3169: result: yes -configure:3186: checking for a sed that does not truncate output -configure:3250: result: /bin/sed -configure:3268: checking for grep that handles long lines and -e -configure:3326: result: /bin/grep -configure:3331: checking for egrep -configure:3393: result: /bin/grep -E -configure:3398: checking for fgrep -configure:3460: result: /bin/grep -F -configure:3495: checking for ld used by gcc -configure:3562: result: /usr/bin/ld -configure:3569: checking if the linker (/usr/bin/ld) is GNU ld -configure:3584: result: yes -configure:3596: checking for BSD- or MS-compatible name lister (nm) -configure:3645: result: /usr/bin/nm -B -configure:3775: checking the name lister (/usr/bin/nm -B) interface -configure:3782: gcc -c -g -O2 conftest.c >&5 -configure:3785: /usr/bin/nm -B "conftest.o" -configure:3788: output +configure:2670: $? = 1 +configure:2690: checking whether the C compiler works +configure:2712: gcc conftest.c >&5 +configure:2716: $? = 0 +configure:2764: result: yes +configure:2767: checking for C compiler default output file name +configure:2769: result: a.out +configure:2775: checking for suffix of executables +configure:2782: gcc -o conftest conftest.c >&5 +configure:2786: $? = 0 +configure:2808: result: +configure:2830: checking whether we are cross compiling +configure:2838: gcc -o conftest conftest.c >&5 +configure:2842: $? = 0 +configure:2849: ./conftest +configure:2853: $? = 0 +configure:2868: result: no +configure:2873: checking for suffix of object files +configure:2895: gcc -c conftest.c >&5 +configure:2899: $? = 0 +configure:2920: result: o +configure:2924: checking whether we are using the GNU C compiler +configure:2943: gcc -c conftest.c >&5 +configure:2943: $? = 0 +configure:2952: result: yes +configure:2961: checking whether gcc accepts -g +configure:2981: gcc -c -g conftest.c >&5 +configure:2981: $? = 0 +configure:3022: result: yes +configure:3039: checking for gcc option to accept ISO C89 +configure:3102: gcc -c -g -O2 conftest.c >&5 +configure:3102: $? = 0 +configure:3115: result: none needed +configure:3140: checking whether gcc understands -c and -o together +configure:3162: gcc -c conftest.c -o conftest2.o +configure:3165: $? = 0 +configure:3162: gcc -c conftest.c -o conftest2.o +configure:3165: $? = 0 +configure:3177: result: yes +configure:3194: checking for a sed that does not truncate output +configure:3258: result: /usr/bin/sed +configure:3276: checking for grep that handles long lines and -e +configure:3334: result: /usr/bin/grep +configure:3339: checking for egrep +configure:3401: result: /usr/bin/grep -E +configure:3406: checking for fgrep +configure:3468: result: /usr/bin/grep -F +configure:3503: checking for ld used by gcc +configure:3570: result: /usr/bin/ld +configure:3577: checking if the linker (/usr/bin/ld) is GNU ld +configure:3592: result: yes +configure:3604: checking for BSD- or MS-compatible name lister (nm) +configure:3658: result: /usr/bin/nm -B +configure:3788: checking the name lister (/usr/bin/nm -B) interface +configure:3795: gcc -c -g -O2 conftest.c >&5 +configure:3798: /usr/bin/nm -B "conftest.o" +configure:3801: output 0000000000000000 B some_variable -configure:3795: result: BSD nm -configure:3798: checking whether ln -s works -configure:3802: result: yes -configure:3810: checking the maximum length of command line arguments -configure:3941: result: 1572864 -configure:3958: checking whether the shell understands some XSI constructs -configure:3968: result: yes -configure:3972: checking whether the shell understands "+=" -configure:3978: result: yes -configure:4013: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format -configure:4053: result: func_convert_file_noop -configure:4060: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format -configure:4080: result: func_convert_file_noop -configure:4087: checking for /usr/bin/ld option to reload object files -configure:4094: result: -r -configure:4168: checking for objdump -configure:4184: found /usr/bin/objdump -configure:4195: result: objdump -configure:4227: checking how to recognize dependent libraries -configure:4425: result: pass_all -configure:4510: checking for dlltool -configure:4540: result: no -configure:4570: checking how to associate runtime and link libraries -configure:4597: result: printf %s\n -configure:4658: checking for ar -configure:4674: found /usr/bin/ar -configure:4685: result: ar -configure:4722: checking for archiver @FILE support -configure:4739: gcc -c -g -O2 conftest.c >&5 -configure:4739: $? = 0 -configure:4742: ar cru libconftest.a @conftest.lst >&5 -configure:4745: $? = 0 -configure:4750: ar cru libconftest.a @conftest.lst >&5 +configure:3808: result: BSD nm +configure:3811: checking whether ln -s works +configure:3815: result: yes +configure:3823: checking the maximum length of command line arguments +configure:3954: result: 1572864 +configure:4002: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format +configure:4042: result: func_convert_file_noop +configure:4049: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format +configure:4069: result: func_convert_file_noop +configure:4076: checking for /usr/bin/ld option to reload object files +configure:4083: result: -r +configure:4157: checking for objdump +configure:4173: found /usr/bin/objdump +configure:4184: result: objdump +configure:4216: checking how to recognize dependent libraries +configure:4416: result: pass_all +configure:4501: checking for dlltool +configure:4531: result: no +configure:4561: checking how to associate runtime and link libraries +configure:4588: result: printf %s\n +configure:4649: checking for ar +configure:4665: found /usr/bin/ar +configure:4676: result: ar +configure:4713: checking for archiver @FILE support +configure:4730: gcc -c -g -O2 conftest.c >&5 +configure:4730: $? = 0 +configure:4733: ar cru libconftest.a @conftest.lst >&5 +configure:4736: $? = 0 +configure:4741: ar cru libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory -configure:4753: $? = 1 -configure:4765: result: @ -configure:4823: checking for strip -configure:4839: found /usr/bin/strip -configure:4850: result: strip -configure:4922: checking for ranlib -configure:4938: found /usr/bin/ranlib -configure:4949: result: ranlib -configure:5026: checking for gawk -configure:5042: found /usr/bin/gawk -configure:5053: result: gawk -configure:5093: checking command to parse /usr/bin/nm -B output from gcc object -configure:5213: gcc -c -g -O2 conftest.c >&5 -configure:5216: $? = 0 -configure:5220: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm -configure:5223: $? = 0 -configure:5289: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 -configure:5292: $? = 0 -configure:5330: result: ok -configure:5367: checking for sysroot -configure:5397: result: no -configure:5474: gcc -c -g -O2 conftest.c >&5 -configure:5477: $? = 0 -configure:5666: checking for mt -configure:5682: found /bin/mt -configure:5693: result: mt -configure:5716: checking if mt is a manifest tool -configure:5722: mt '-?' -usage: mt [-v] [--version] [-h] [ -f device ] command [ count ] -configure:5730: result: no -configure:6372: checking how to run the C preprocessor -configure:6403: gcc -E conftest.c -configure:6403: $? = 0 -configure:6417: gcc -E conftest.c +configure:4744: $? = 1 +configure:4756: result: @ +configure:4814: checking for strip +configure:4830: found /usr/bin/strip +configure:4841: result: strip +configure:4913: checking for ranlib +configure:4929: found /usr/bin/ranlib +configure:4940: result: ranlib +configure:5017: checking for gawk +configure:5033: found /usr/bin/gawk +configure:5044: result: gawk +configure:5084: checking command to parse /usr/bin/nm -B output from gcc object +configure:5237: gcc -c -g -O2 conftest.c >&5 +configure:5240: $? = 0 +configure:5244: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm +configure:5247: $? = 0 +configure:5313: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 +configure:5316: $? = 0 +configure:5354: result: ok +configure:5401: checking for sysroot +configure:5431: result: no +configure:5438: checking for a working dd +configure:5476: result: /usr/bin/dd +configure:5480: checking how to truncate binary pipes +configure:5495: result: /usr/bin/dd bs=4096 count=1 +configure:5631: gcc -c -g -O2 conftest.c >&5 +configure:5634: $? = 0 +configure:5824: checking for mt +configure:5854: result: no +configure:5874: checking if : is a manifest tool +configure:5880: : '-?' +configure:5888: result: no +configure:6565: checking how to run the C preprocessor +configure:6596: gcc -E conftest.c +configure:6596: $? = 0 +configure:6610: gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. -configure:6417: $? = 1 +configure:6610: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" @@ -219,15 +227,15 @@ configure: failed program was: | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include -configure:6442: result: gcc -E -configure:6462: gcc -E conftest.c -configure:6462: $? = 0 -configure:6476: gcc -E conftest.c +configure:6635: result: gcc -E +configure:6655: gcc -E conftest.c +configure:6655: $? = 0 +configure:6669: gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. -configure:6476: $? = 1 +configure:6669: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" @@ -238,174 +246,195 @@ configure: failed program was: | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include -configure:6505: checking for ANSI C header files -configure:6525: gcc -c -g -O2 conftest.c >&5 -configure:6525: $? = 0 -configure:6598: gcc -o conftest -g -O2 conftest.c >&5 -configure:6598: $? = 0 -configure:6598: ./conftest -configure:6598: $? = 0 -configure:6609: result: yes -configure:6622: checking for sys/types.h -configure:6622: gcc -c -g -O2 conftest.c >&5 -configure:6622: $? = 0 -configure:6622: result: yes -configure:6622: checking for sys/stat.h -configure:6622: gcc -c -g -O2 conftest.c >&5 -configure:6622: $? = 0 -configure:6622: result: yes -configure:6622: checking for stdlib.h -configure:6622: gcc -c -g -O2 conftest.c >&5 -configure:6622: $? = 0 -configure:6622: result: yes -configure:6622: checking for string.h -configure:6622: gcc -c -g -O2 conftest.c >&5 -configure:6622: $? = 0 -configure:6622: result: yes -configure:6622: checking for memory.h -configure:6622: gcc -c -g -O2 conftest.c >&5 -configure:6622: $? = 0 -configure:6622: result: yes -configure:6622: checking for strings.h -configure:6622: gcc -c -g -O2 conftest.c >&5 -configure:6622: $? = 0 -configure:6622: result: yes -configure:6622: checking for inttypes.h -configure:6622: gcc -c -g -O2 conftest.c >&5 -configure:6622: $? = 0 -configure:6622: result: yes -configure:6622: checking for stdint.h -configure:6622: gcc -c -g -O2 conftest.c >&5 -configure:6622: $? = 0 -configure:6622: result: yes -configure:6622: checking for unistd.h -configure:6622: gcc -c -g -O2 conftest.c >&5 -configure:6622: $? = 0 -configure:6622: result: yes -configure:6636: checking for dlfcn.h -configure:6636: gcc -c -g -O2 conftest.c >&5 -configure:6636: $? = 0 -configure:6636: result: yes -configure:6842: checking for objdir -configure:6857: result: .libs -configure:7124: checking if gcc supports -fno-rtti -fno-exceptions -configure:7142: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 +configure:6698: checking for ANSI C header files +configure:6718: gcc -c -g -O2 conftest.c >&5 +configure:6718: $? = 0 +configure:6791: gcc -o conftest -g -O2 conftest.c >&5 +configure:6791: $? = 0 +configure:6791: ./conftest +configure:6791: $? = 0 +configure:6802: result: yes +configure:6815: checking for sys/types.h +configure:6815: gcc -c -g -O2 conftest.c >&5 +configure:6815: $? = 0 +configure:6815: result: yes +configure:6815: checking for sys/stat.h +configure:6815: gcc -c -g -O2 conftest.c >&5 +configure:6815: $? = 0 +configure:6815: result: yes +configure:6815: checking for stdlib.h +configure:6815: gcc -c -g -O2 conftest.c >&5 +configure:6815: $? = 0 +configure:6815: result: yes +configure:6815: checking for string.h +configure:6815: gcc -c -g -O2 conftest.c >&5 +configure:6815: $? = 0 +configure:6815: result: yes +configure:6815: checking for memory.h +configure:6815: gcc -c -g -O2 conftest.c >&5 +configure:6815: $? = 0 +configure:6815: result: yes +configure:6815: checking for strings.h +configure:6815: gcc -c -g -O2 conftest.c >&5 +configure:6815: $? = 0 +configure:6815: result: yes +configure:6815: checking for inttypes.h +configure:6815: gcc -c -g -O2 conftest.c >&5 +configure:6815: $? = 0 +configure:6815: result: yes +configure:6815: checking for stdint.h +configure:6815: gcc -c -g -O2 conftest.c >&5 +configure:6815: $? = 0 +configure:6815: result: yes +configure:6815: checking for unistd.h +configure:6815: gcc -c -g -O2 conftest.c >&5 +configure:6815: $? = 0 +configure:6815: result: yes +configure:6829: checking for dlfcn.h +configure:6829: gcc -c -g -O2 conftest.c >&5 +configure:6829: $? = 0 +configure:6829: result: yes +configure:7085: checking for objdir +configure:7100: result: .libs +configure:7360: checking if gcc supports -fno-rtti -fno-exceptions +configure:7378: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C -configure:7146: $? = 0 -configure:7159: result: no -configure:7486: checking for gcc option to produce PIC -configure:7493: result: -fPIC -DPIC -configure:7501: checking if gcc PIC flag -fPIC -DPIC works -configure:7519: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 -configure:7523: $? = 0 -configure:7536: result: yes -configure:7565: checking if gcc static flag -static works -configure:7593: result: yes -configure:7608: checking if gcc supports -c -o file.o -configure:7629: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 -configure:7633: $? = 0 -configure:7655: result: yes -configure:7663: checking if gcc supports -c -o file.o -configure:7710: result: yes -configure:7743: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries -configure:8900: result: yes -configure:8937: checking whether -lc should be explicitly linked in -configure:8945: gcc -c -g -O2 conftest.c >&5 -configure:8948: $? = 0 -configure:8963: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 -configure:8966: $? = 0 -configure:8980: result: no -configure:9140: checking dynamic linker characteristics -configure:9640: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 -configure:9640: $? = 0 -configure:9874: result: GNU/Linux ld.so -configure:9981: checking how to hardcode library paths into programs -configure:10006: result: immediate -configure:10546: checking whether stripping libraries is possible -configure:10551: result: yes -configure:10586: checking if libtool supports shared libraries -configure:10588: result: yes -configure:10591: checking whether to build shared libraries -configure:10612: result: yes -configure:10615: checking whether to build static libraries -configure:10619: result: yes -configure:10676: checking for a BSD-compatible install -configure:10744: result: /usr/bin/install -c -configure:10755: checking whether build environment is sane -configure:10810: result: yes -configure:10958: checking for a thread-safe mkdir -p -configure:10997: result: /bin/mkdir -p -configure:11000: checking whether make sets $(MAKE) -configure:11022: result: yes -configure:11052: checking for style of include used by make -configure:11080: result: GNU -configure:11114: checking whether make supports nested variables -configure:11131: result: yes -configure:11217: checking dependency style of gcc -configure:11328: result: gcc3 -configure:11441: checking for pkg-config -configure:11459: found /usr/bin/pkg-config -configure:11471: result: /usr/bin/pkg-config -configure:11496: checking pkg-config is at least version 0.9.0 -configure:11499: result: yes -configure:11509: checking for DSSI -configure:11516: $PKG_CONFIG --exists --print-errors "dssi >= 0.9" -configure:11519: $? = 0 -configure:11533: $PKG_CONFIG --exists --print-errors "dssi >= 0.9" -configure:11536: $? = 0 -configure:11594: result: yes -configure:11600: checking for SNDFILE -configure:11607: $PKG_CONFIG --exists --print-errors "sndfile >= 1.0.9" -configure:11610: $? = 0 -configure:11624: $PKG_CONFIG --exists --print-errors "sndfile >= 1.0.9" -configure:11627: $? = 0 -configure:11685: result: yes -configure:11692: checking for ALSA -configure:11699: $PKG_CONFIG --exists --print-errors "alsa >= 0.9" -configure:11702: $? = 0 -configure:11716: $PKG_CONFIG --exists --print-errors "alsa >= 0.9" -configure:11719: $? = 0 -configure:11757: result: yes -configure:11891: checking for gcc -configure:11918: result: gcc -configure:12147: checking for C compiler version -configure:12156: gcc --version >&5 -gcc (Debian 4.9.2-10) 4.9.2 +configure:7382: $? = 0 +configure:7395: result: no +configure:7753: checking for gcc option to produce PIC +configure:7760: result: -fPIC -DPIC +configure:7768: checking if gcc PIC flag -fPIC -DPIC works +configure:7786: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 +configure:7790: $? = 0 +configure:7803: result: yes +configure:7832: checking if gcc static flag -static works +configure:7860: result: yes +configure:7875: checking if gcc supports -c -o file.o +configure:7896: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 +configure:7900: $? = 0 +configure:7922: result: yes +configure:7930: checking if gcc supports -c -o file.o +configure:7977: result: yes +configure:8010: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries +configure:9269: result: yes +configure:9306: checking whether -lc should be explicitly linked in +configure:9314: gcc -c -g -O2 conftest.c >&5 +configure:9317: $? = 0 +configure:9332: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 +configure:9335: $? = 0 +configure:9349: result: no +configure:9509: checking dynamic linker characteristics +configure:10090: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 +configure:10090: $? = 0 +configure:10327: result: GNU/Linux ld.so +configure:10442: checking how to hardcode library paths into programs +configure:10467: result: immediate +configure:11015: checking whether stripping libraries is possible +configure:11020: result: yes +configure:11055: checking if libtool supports shared libraries +configure:11057: result: yes +configure:11060: checking whether to build shared libraries +configure:11085: result: yes +configure:11088: checking whether to build static libraries +configure:11092: result: yes +configure:11149: checking for a BSD-compatible install +configure:11217: result: /usr/bin/install -c +configure:11228: checking whether build environment is sane +configure:11283: result: yes +configure:11431: checking for a thread-safe mkdir -p +configure:11470: result: /usr/bin/mkdir -p +configure:11473: checking whether make sets $(MAKE) +configure:11495: result: yes +configure:11525: checking for style of include used by make +configure:11553: result: GNU +configure:11587: checking whether make supports nested variables +configure:11604: result: yes +configure:11690: checking dependency style of gcc +configure:11801: result: gcc3 +configure:11913: checking for pkg-config +configure:11931: found /usr/bin/pkg-config +configure:11943: result: /usr/bin/pkg-config +configure:11968: checking pkg-config is at least version 0.9.0 +configure:11971: result: yes +configure:11981: checking for DSSI +configure:11988: $PKG_CONFIG --exists --print-errors "dssi >= 0.9" +configure:11991: $? = 0 +configure:12005: $PKG_CONFIG --exists --print-errors "dssi >= 0.9" +configure:12008: $? = 0 +configure:12066: result: yes +configure:12072: checking for SNDFILE +configure:12079: $PKG_CONFIG --exists --print-errors "sndfile >= 1.0.9" +configure:12082: $? = 0 +configure:12096: $PKG_CONFIG --exists --print-errors "sndfile >= 1.0.9" +configure:12099: $? = 0 +configure:12157: result: yes +configure:12164: checking for ALSA +configure:12171: $PKG_CONFIG --exists --print-errors "alsa >= 0.9" +configure:12174: $? = 0 +configure:12188: $PKG_CONFIG --exists --print-errors "alsa >= 0.9" +configure:12191: $? = 0 +configure:12229: result: yes +configure:12363: checking for gcc +configure:12390: result: gcc +configure:12619: checking for C compiler version +configure:12628: gcc --version >&5 +gcc (GCC) 4.9.2 20141224 (prerelease) Copyright (C) 2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -configure:12167: $? = 0 -configure:12156: gcc -v >&5 +configure:12639: $? = 0 +configure:12628: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc -COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper -Target: x86_64-linux-gnu -Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/lto-wrapper +Target: x86_64-unknown-linux-gnu +Configured with: /build/gcc-multilib/src/gcc-4.9-20141224/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-cloog-backend=isl --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-multilib --disable-werror --enable-checking=release Thread model: posix -gcc version 4.9.2 (Debian 4.9.2-10) -configure:12167: $? = 0 -configure:12156: gcc -V >&5 +gcc version 4.9.2 20141224 (prerelease) (GCC) +configure:12639: $? = 0 +configure:12628: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. -configure:12167: $? = 4 -configure:12156: gcc -qversion >&5 +configure:12639: $? = 1 +configure:12628: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. -configure:12167: $? = 4 -configure:12171: checking whether we are using the GNU C compiler -configure:12199: result: yes -configure:12208: checking whether gcc accepts -g -configure:12269: result: yes -configure:12286: checking for gcc option to accept ISO C89 -configure:12362: result: none needed -configure:12387: checking whether gcc understands -c and -o together -configure:12424: result: yes -configure:12589: checking that generated files are newer than configure -configure:12595: result: done -configure:12618: creating ./config.status +configure:12639: $? = 1 +configure:12643: checking whether we are using the GNU C compiler +configure:12671: result: yes +configure:12680: checking whether gcc accepts -g +configure:12741: result: yes +configure:12758: checking for gcc option to accept ISO C89 +configure:12834: result: none needed +configure:12859: checking whether gcc understands -c and -o together +configure:12896: result: yes +configure:13061: checking that generated files are newer than configure +configure:13067: result: done +configure:13090: creating ./config.status + +## ---------------------- ## +## Running config.status. ## +## ---------------------- ## + +This file was extended by config.status, which was +generated by GNU Autoconf 2.69. Invocation command line was + + CONFIG_FILES = + CONFIG_HEADERS = + CONFIG_LINKS = + CONFIG_COMMANDS = + $ ./config.status + +on toucansam + +config.status:1015: creating Makefile +config.status:1015: creating src/Makefile +config.status:1015: creating src/midi/Makefile +config.status:1187: executing libtool commands +config.status:1187: executing depfiles commands ## ---------------- ## ## Cache variables. ## @@ -433,6 +462,8 @@ ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= +ac_cv_env_LT_SYS_LIBRARY_PATH_set= +ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= @@ -462,18 +493,18 @@ ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-unknown-linux-gnu ac_cv_objext=o -ac_cv_path_EGREP='/bin/grep -E' -ac_cv_path_FGREP='/bin/grep -F' -ac_cv_path_GREP=/bin/grep -ac_cv_path_SED=/bin/sed +ac_cv_path_EGREP='/usr/bin/grep -E' +ac_cv_path_FGREP='/usr/bin/grep -F' +ac_cv_path_GREP=/usr/bin/grep +ac_cv_path_SED=/usr/bin/sed ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' -ac_cv_path_mkdir=/bin/mkdir +ac_cv_path_lt_DD=/usr/bin/dd +ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc -ac_cv_prog_ac_ct_MANIFEST_TOOL=mt ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip @@ -503,12 +534,15 @@ lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' -lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' -lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' -lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' +lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' +lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' +lt_cv_sys_global_symbol_to_import= +lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib /opt/android-sdk/tools/lib /usr/lib/libfakeroot /usr/lib/ /usr/lib/ffmpeg-compat/ /usr/lib32 /usr/lib/libgig /usr/lib/linuxsampler /usr/lib/octave/3.8.2 /opt/opencv-old/lib/ /usr/lib/openmpi ' lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop +lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1' pkg_cv_ALSA_CFLAGS='-I/usr/include/alsa ' pkg_cv_ALSA_LIBS='-lasound ' pkg_cv_DSSI_CFLAGS= @@ -520,7 +554,7 @@ pkg_cv_SNDFILE_LIBS='-lsndfile ' ## Output variables. ## ## ----------------- ## -ACLOCAL='${SHELL} /tmp/new/dssi-render/missing aclocal-1.14' +ACLOCAL='${SHELL} /tmp/mybaby/dssi-render/missing aclocal-1.14' ALSA_CFLAGS='-I/usr/include/alsa ' ALSA_LIBS='-lasound ' AMDEPBACKSLASH='\' @@ -532,9 +566,9 @@ AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AR='ar' -AUTOCONF='${SHELL} /tmp/new/dssi-render/missing autoconf' -AUTOHEADER='${SHELL} /tmp/new/dssi-render/missing autoheader' -AUTOMAKE='${SHELL} /tmp/new/dssi-render/missing automake-1.14' +AUTOCONF='${SHELL} /tmp/mybaby/dssi-render/missing autoconf' +AUTOHEADER='${SHELL} /tmp/mybaby/dssi-render/missing autoheader' +AUTOMAKE='${SHELL} /tmp/mybaby/dssi-render/missing automake-1.14' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' @@ -552,10 +586,10 @@ DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' -EGREP='/bin/grep -E' +EGREP='/usr/bin/grep -E' EXEEXT='' -FGREP='/bin/grep -F' -GREP='/bin/grep' +FGREP='/usr/bin/grep -F' +GREP='/usr/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' @@ -568,9 +602,10 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' -MAKEINFO='${SHELL} /tmp/new/dssi-render/missing makeinfo' +LT_SYS_LIBRARY_PATH='' +MAKEINFO='${SHELL} /tmp/mybaby/dssi-render/missing makeinfo' MANIFEST_TOOL=':' -MKDIR_P='/bin/mkdir -p' +MKDIR_P='/usr/bin/mkdir -p' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' @@ -589,9 +624,9 @@ PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' RANLIB='ranlib' -SED='/bin/sed' +SED='/usr/bin/sed' SET_MAKE='' -SHELL='/bin/bash' +SHELL='/bin/sh' SNDFILE_CFLAGS='' SNDFILE_LIBS='-lsndfile ' STRIP='strip' @@ -629,7 +664,7 @@ host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' -install_sh='${SHELL} /tmp/new/dssi-render/install-sh' +install_sh='${SHELL} /tmp/mybaby/dssi-render/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' @@ -673,24 +708,3 @@ target_alias='' #define VERSION "0.0.1" configure: exit 0 - -## ---------------------- ## -## Running config.status. ## -## ---------------------- ## - -This file was extended by config.status, which was -generated by GNU Autoconf 2.69. Invocation command line was - - CONFIG_FILES = - CONFIG_HEADERS = - CONFIG_LINKS = - CONFIG_COMMANDS = - $ ./config.status - -on Glitterhawk - -config.status:1013: creating Makefile -config.status:1013: creating src/Makefile -config.status:1013: creating src/midi/Makefile -config.status:1185: executing libtool commands -config.status:1185: executing depfiles commands diff --git a/config.status b/config.status index 0b5aab2..07a88e4 100755 --- a/config.status +++ b/config.status @@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/sh # Generated by configure. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging @@ -8,7 +8,7 @@ debug=false ac_cs_recheck=false ac_cs_silent=false -SHELL=${CONFIG_SHELL-/bin/bash} +SHELL=${CONFIG_SHELL-/bin/sh} export SHELL ## -------------------- ## ## M4sh Initialization. ## @@ -431,10 +431,10 @@ Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." -ac_pwd='/tmp/new/dssi-render' +ac_pwd='/tmp/mybaby/dssi-render' srcdir='.' INSTALL='/usr/bin/install -c' -MKDIR_P='/bin/mkdir -p' +MKDIR_P='/usr/bin/mkdir -p' AWK='gawk' test -n "$AWK" || AWK=awk # The default lists apply if the user does not specify any file. @@ -502,10 +502,10 @@ if $ac_cs_silent; then fi if $ac_cs_recheck; then - set X /bin/bash './configure' $ac_configure_extra_args --no-create --no-recursion + set X /bin/sh './configure' $ac_configure_extra_args --no-create --no-recursion shift - $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6 - CONFIG_SHELL='/bin/bash' + $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6 + CONFIG_SHELL='/bin/sh' export CONFIG_SHELL exec "$@" fi @@ -531,13 +531,14 @@ _ASBOX sed_quote_subst='s/\(["`$\\]\)/\\\1/g' double_quote_subst='s/\(["`\\]\)/\\\1/g' delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' -macro_version='2.4.2' -macro_revision='1.3337' +macro_version='2.4.5' +macro_revision='2.4.5' enable_shared='yes' enable_static='yes' pic_mode='default' enable_fast_install='yes' -SHELL='/bin/bash' +shared_archive_member_spec='' +SHELL='/bin/sh' ECHO='printf %s\n' PATH_SEPARATOR=':' host_alias='' @@ -546,11 +547,11 @@ host_os='linux-gnu' build_alias='' build='x86_64-unknown-linux-gnu' build_os='linux-gnu' -SED='/bin/sed' -Xsed='/bin/sed -e 1s/^X//' -GREP='/bin/grep' -EGREP='/bin/grep -E' -FGREP='/bin/grep -F' +SED='/usr/bin/sed' +Xsed='/usr/bin/sed -e 1s/^X//' +GREP='/usr/bin/grep' +EGREP='/usr/bin/grep -E' +FGREP='/usr/bin/grep -F' LD='/usr/bin/ld -m elf_x86_64' NM='/usr/bin/nm -B' LN_S='ln -s' @@ -585,11 +586,14 @@ CFLAGS='-g -O2' compiler='gcc' GCC='yes' lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' -lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' -lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' -lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' +lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' +lt_cv_sys_global_symbol_to_import='' +lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' +lt_cv_nm_interface='BSD nm' nm_file_list_spec='@' lt_sysroot='' +lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1' objdir='.libs' MAGIC_CMD='file' lt_prog_compiler_no_builtin_flag=' -fno-builtin' @@ -609,22 +613,22 @@ shrext_cmds='.so' extract_expsyms_cmds='' archive_cmds_need_lc='no' enable_shared_with_static_runtimes='no' -export_dynamic_flag_spec='${wl}--export-dynamic' -whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive' +export_dynamic_flag_spec='$wl--export-dynamic' +whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive' compiler_needs_object='no' old_archive_from_new_cmds='' old_archive_from_expsyms_cmds='' -archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' +archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ - echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' module_cmds='' module_expsym_cmds='' with_gnu_ld='yes' allow_undefined_flag='' no_undefined_flag='' -hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' +hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator='' hardcode_direct='no' hardcode_direct_absolute='no' @@ -632,7 +636,7 @@ hardcode_minus_L='no' hardcode_shlibpath_var='unsupported' hardcode_automatic='no' inherit_rpath='no' -link_all_deplibs='no' +link_all_deplibs='unknown' always_export_symbols='no' export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' @@ -648,16 +652,16 @@ runpath_var='LD_RUN_PATH' shlibpath_var='LD_LIBRARY_PATH' shlibpath_overrides_runpath='no' libname_spec='lib$name' -library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' -soname_spec='${libname}${release}${shared_ext}$major' +library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' +soname_spec='$libname$release$shared_ext$major' install_override_mode='' postinstall_cmds='' postuninstall_cmds='' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' finish_eval='' hardcode_into_libs='yes' -sys_lib_search_path_spec='/usr/lib/gcc/x86_64-linux-gnu/4.9 /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib ' -sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib/x86_64-linux-gnu/libfakeroot /usr/lib/x86_64-linux-gnu/freetype-infinality /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /lib32 /usr/lib32 /libx32 /usr/libx32 ' +sys_lib_search_path_spec='/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2 /usr/lib /lib ' +lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib /opt/android-sdk/tools/lib /usr/lib/libfakeroot /usr/lib/ /usr/lib/ffmpeg-compat/ /usr/lib32 /usr/lib/libgig /usr/lib/linuxsampler /usr/lib/octave/3.8.2 /opt/opencv-old/lib/ /usr/lib/openmpi ' hardcode_action='immediate' enable_dlopen='unknown' enable_dlopen_self='unknown' @@ -678,10 +682,10 @@ _LTECHO_EOF' } # Quote evaled strings. -for var in SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob DLLTOOL sharedlib_from_linklib_cmd AR AR_FLAGS archiver_list_spec STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix nm_file_list_spec lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib; do +for var in SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt_NL2SP reload_flag OBJDUMP deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob DLLTOOL sharedlib_from_linklib_cmd AR AR_FLAGS archiver_list_spec STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_import lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix lt_cv_nm_interface nm_file_list_spec lt_cv_truncate_bin lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib; do case `eval \\$ECHO \\""\\$$var"\\"` in *[\\\`\"\$]*) - eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\"" + eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_$var=\\\"\$$var\\\"" @@ -690,10 +694,10 @@ for var in SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD NM LN_S lt_SP2NL lt done # Double-quote double-evaled strings. -for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postlink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec; do +for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postlink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec lt_cv_sys_lib_dlsearch_path_spec; do case `eval \\$ECHO \\""\\$$var"\\"` in *[\\\`\"\$]*) - eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" + eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_$var=\\\"\$$var\\\"" @@ -702,19 +706,16 @@ for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_c done ac_aux_dir='.' -xsi_shell='yes' -lt_shell_append='yes' -# See if we are running on zsh, and set the options which allow our +# See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes INIT. -if test -n "${ZSH_VERSION+set}" ; then +if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi PACKAGE='dssi-render' VERSION='0.0.1' - TIMESTAMP='' RM='rm -f' ofile='libtool' @@ -829,14 +830,14 @@ S["AMTAR"]="$${TAR-tar}" S["am__leading_dot"]="." S["SET_MAKE"]="" S["mkdir_p"]="$(MKDIR_P)" -S["MKDIR_P"]="/bin/mkdir -p" +S["MKDIR_P"]="/usr/bin/mkdir -p" S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" -S["install_sh"]="${SHELL} /tmp/new/dssi-render/install-sh" -S["MAKEINFO"]="${SHELL} /tmp/new/dssi-render/missing makeinfo" -S["AUTOHEADER"]="${SHELL} /tmp/new/dssi-render/missing autoheader" -S["AUTOMAKE"]="${SHELL} /tmp/new/dssi-render/missing automake-1.14" -S["AUTOCONF"]="${SHELL} /tmp/new/dssi-render/missing autoconf" -S["ACLOCAL"]="${SHELL} /tmp/new/dssi-render/missing aclocal-1.14" +S["install_sh"]="${SHELL} /tmp/mybaby/dssi-render/install-sh" +S["MAKEINFO"]="${SHELL} /tmp/mybaby/dssi-render/missing makeinfo" +S["AUTOHEADER"]="${SHELL} /tmp/mybaby/dssi-render/missing autoheader" +S["AUTOMAKE"]="${SHELL} /tmp/mybaby/dssi-render/missing automake-1.14" +S["AUTOCONF"]="${SHELL} /tmp/mybaby/dssi-render/missing autoconf" +S["ACLOCAL"]="${SHELL} /tmp/mybaby/dssi-render/missing aclocal-1.14" S["VERSION"]="0.0.1" S["PACKAGE"]="dssi-render" S["CYGPATH_W"]="echo" @@ -845,6 +846,7 @@ S["INSTALL_DATA"]="${INSTALL} -m 644" S["INSTALL_SCRIPT"]="${INSTALL}" S["INSTALL_PROGRAM"]="${INSTALL}" S["CPP"]="gcc -E" +S["LT_SYS_LIBRARY_PATH"]="" S["OTOOL64"]="" S["OTOOL"]="" S["LIPO"]="" @@ -863,10 +865,10 @@ S["NM"]="/usr/bin/nm -B" S["ac_ct_DUMPBIN"]="" S["DUMPBIN"]="" S["LD"]="/usr/bin/ld -m elf_x86_64" -S["FGREP"]="/bin/grep -F" -S["EGREP"]="/bin/grep -E" -S["GREP"]="/bin/grep" -S["SED"]="/bin/sed" +S["FGREP"]="/usr/bin/grep -F" +S["EGREP"]="/usr/bin/grep -E" +S["GREP"]="/usr/bin/grep" +S["SED"]="/usr/bin/sed" S["OBJEXT"]="o" S["EXEEXT"]="" S["ac_ct_CC"]="gcc" @@ -922,7 +924,7 @@ S["PACKAGE_VERSION"]="" S["PACKAGE_TARNAME"]="" S["PACKAGE_NAME"]="" S["PATH_SEPARATOR"]=":" -S["SHELL"]="/bin/bash" +S["SHELL"]="/bin/sh" _ACAWK cat >>"$ac_tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 @@ -1191,55 +1193,53 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} case $ac_file$ac_mode in "libtool":C) - # See if we are running on zsh, and set the options which allow our + # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes. - if test -n "${ZSH_VERSION+set}" ; then + if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi - cfgfile="${ofile}T" + cfgfile=${ofile}T trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL - -# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. -# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION +# Generated automatically by $as_me ($PACKAGE) $VERSION # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. + +# Provide generalized library-building support services. +# Written by Gordon Matzigkeit, 1996 + +# Copyright (C) 2014 Free Software Foundation, Inc. +# This is free software; see the source for copying conditions. There is NO +# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +# GNU Libtool is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of of the License, or +# (at your option) any later version. # -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. -# Written by Gordon Matzigkeit, 1996 -# -# This file is part of GNU Libtool. -# -# GNU Libtool is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of -# the License, or (at your option) any later version. -# -# As a special exception to the GNU General Public License, -# if you distribute this file as part of a program or library that -# is built using GNU Libtool, you may include this file under the -# same distribution terms that you use for the rest of that program. +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program or library that is built +# using GNU Libtool, you may include this file under the same +# distribution terms that you use for the rest of that program. # -# GNU Libtool is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of +# GNU Libtool is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with GNU Libtool; see the file COPYING. If not, a copy -# can be downloaded from http://www.gnu.org/licenses/gpl.html, or -# obtained by writing to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see . # The names of the tagged configurations supported by this script. -available_tags="" +available_tags='' + +# Configured defaults for sys_lib_dlsearch_path munging. +: \${LT_SYS_LIBRARY_PATH="$LT_SYS_LIBRARY_PATH"} # ### BEGIN LIBTOOL CONFIG @@ -1259,6 +1259,9 @@ pic_mode=$pic_mode # Whether or not to optimize for fast installation. fast_install=$enable_fast_install +# Shared archive member basename,for filename based shared library versioning on AIX. +shared_archive_member_spec=$shared_archive_member_spec + # Shell to use when invoking shell scripts. SHELL=$lt_SHELL @@ -1376,18 +1379,27 @@ global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl +# Transform the output of nm into a list of symbols to manually relocate. +global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import + # Transform the output of nm in a C name address pair. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # Transform the output of nm in a C name address pair when lib prefix is needed. global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix +# The name lister interface. +nm_interface=$lt_lt_cv_nm_interface + # Specify filename containing input files for \$NM. nm_file_list_spec=$lt_nm_file_list_spec -# The root where to search for dependent libraries,and in which our libraries should be installed. +# The root where to search for dependent libraries,and where our libraries should be installed. lt_sysroot=$lt_sysroot +# Command to truncate a binary pipe. +lt_truncate_bin=$lt_lt_cv_truncate_bin + # The name of the directory that contains temporary libtool files. objdir=$objdir @@ -1479,7 +1491,7 @@ hardcode_into_libs=$hardcode_into_libs sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Run-time system search path for libraries. -sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec +sys_lib_dlsearch_path_spec=$lt_lt_cv_sys_lib_dlsearch_path_spec # Whether dlopen is supported. dlopen_support=$enable_dlopen @@ -1572,13 +1584,13 @@ hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec # Whether we need a single "-rpath" flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator -# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes +# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes # DIR into the resulting binary. hardcode_direct=$hardcode_direct -# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes +# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes # DIR into the resulting binary and the resulting library dependency is -# "absolute",i.e impossible to change by setting \${shlibpath_var} if the +# "absolute",i.e impossible to change by setting \$shlibpath_var if the # library is relocated. hardcode_direct_absolute=$hardcode_direct_absolute @@ -1628,6 +1640,61 @@ hardcode_action=$hardcode_action # ### END LIBTOOL CONFIG +_LT_EOF + + cat <<'_LT_EOF' >> "$cfgfile" + +# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x$2 in + x) + ;; + *:) + eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \S|@1\" + ;; + x:*) + eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" + ;; + *) + eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" + ;; + esac +} + + +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in $*""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} + + _LT_EOF case $host_os in @@ -1636,7 +1703,7 @@ _LT_EOF # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. -if test "X${COLLECT_NAMES+set}" != Xset; then +if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi @@ -1645,7 +1712,7 @@ _LT_EOF esac -ltmain="$ac_aux_dir/ltmain.sh" +ltmain=$ac_aux_dir/ltmain.sh # We use sed instead of cat because bash on DJGPP gets confused if @@ -1655,165 +1722,6 @@ ltmain="$ac_aux_dir/ltmain.sh" sed '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) - if test x"$xsi_shell" = xyes; then - sed -e '/^func_dirname ()$/,/^} # func_dirname /c\ -func_dirname ()\ -{\ -\ case ${1} in\ -\ */*) func_dirname_result="${1%/*}${2}" ;;\ -\ * ) func_dirname_result="${3}" ;;\ -\ esac\ -} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_basename ()$/,/^} # func_basename /c\ -func_basename ()\ -{\ -\ func_basename_result="${1##*/}"\ -} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\ -func_dirname_and_basename ()\ -{\ -\ case ${1} in\ -\ */*) func_dirname_result="${1%/*}${2}" ;;\ -\ * ) func_dirname_result="${3}" ;;\ -\ esac\ -\ func_basename_result="${1##*/}"\ -} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_stripname ()$/,/^} # func_stripname /c\ -func_stripname ()\ -{\ -\ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\ -\ # positional parameters, so assign one to ordinary parameter first.\ -\ func_stripname_result=${3}\ -\ func_stripname_result=${func_stripname_result#"${1}"}\ -\ func_stripname_result=${func_stripname_result%"${2}"}\ -} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\ -func_split_long_opt ()\ -{\ -\ func_split_long_opt_name=${1%%=*}\ -\ func_split_long_opt_arg=${1#*=}\ -} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\ -func_split_short_opt ()\ -{\ -\ func_split_short_opt_arg=${1#??}\ -\ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\ -} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\ -func_lo2o ()\ -{\ -\ case ${1} in\ -\ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\ -\ *) func_lo2o_result=${1} ;;\ -\ esac\ -} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_xform ()$/,/^} # func_xform /c\ -func_xform ()\ -{\ - func_xform_result=${1%.*}.lo\ -} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_arith ()$/,/^} # func_arith /c\ -func_arith ()\ -{\ - func_arith_result=$(( $* ))\ -} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_len ()$/,/^} # func_len /c\ -func_len ()\ -{\ - func_len_result=${#1}\ -} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - -fi - -if test x"$lt_shell_append" = xyes; then - sed -e '/^func_append ()$/,/^} # func_append /c\ -func_append ()\ -{\ - eval "${1}+=\\${2}"\ -} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\ -func_append_quoted ()\ -{\ -\ func_quote_for_eval "${2}"\ -\ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\ -} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - # Save a `func_append' function call where possible by direct use of '+=' - sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") - test 0 -eq $? || _lt_function_replace_fail=: -else - # Save a `func_append' function call even when '+=' is not available - sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") - test 0 -eq $? || _lt_function_replace_fail=: -fi - -if test x"$_lt_function_replace_fail" = x":"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5 -$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;} -fi - - mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" diff --git a/configure b/configure index f8619c3..787c1b5 100755 --- a/configure +++ b/configure @@ -678,6 +678,7 @@ INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM CPP +LT_SYS_LIBRARY_PATH OTOOL64 OTOOL LIPO @@ -761,6 +762,7 @@ enable_shared enable_static with_pic enable_fast_install +with_aix_soname with_gnu_ld with_sysroot enable_libtool_lock @@ -775,6 +777,7 @@ CFLAGS LDFLAGS LIBS CPPFLAGS +LT_SYS_LIBRARY_PATH CPP PKG_CONFIG PKG_CONFIG_PATH @@ -1418,9 +1421,12 @@ Optional Packages: --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use both] + --with-aix-soname=aix|svr4|both + shared library versioning (aka "SONAME") variant to + provide on AIX, [default=aix]. --with-gnu-ld assume the C compiler uses GNU ld [default=no] - --with-sysroot=DIR Search for dependent libraries within DIR - (or the compiler's sysroot if not specified). + --with-sysroot[=DIR] Search for dependent libraries within DIR (or the + compiler's sysroot if not specified). Some influential environment variables: CC C compiler command @@ -1430,6 +1436,8 @@ Some influential environment variables: LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory + LT_SYS_LIBRARY_PATH + User-defined run-time library search path. CPP C preprocessor PKG_CONFIG path to pkg-config utility PKG_CONFIG_PATH @@ -2175,8 +2183,8 @@ esac -macro_version='2.4.2' -macro_revision='1.3337' +macro_version='2.4.5' +macro_revision='2.4.5' @@ -2190,7 +2198,7 @@ macro_revision='1.3337' -ltmain="$ac_aux_dir/ltmain.sh" +ltmain=$ac_aux_dir/ltmain.sh # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || @@ -2310,7 +2318,7 @@ func_echo_all () $ECHO "" } -case "$ECHO" in +case $ECHO in printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 $as_echo "printf" >&6; } ;; print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 @@ -2332,8 +2340,8 @@ esac -# Expand $ac_aux_dir to an absolute path. -am_aux_dir=`cd "$ac_aux_dir" && pwd` +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` ac_ext=c ac_cpp='$CPP $CPPFLAGS' @@ -3484,19 +3492,19 @@ test -z "$GREP" && GREP=grep # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then : - withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes + withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes else with_gnu_ld=no fi ac_prog=ld -if test "$GCC" = yes; then +if test yes = "$GCC"; then # Check if gcc -print-prog-name=ld gives a path. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 $as_echo_n "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) - # gcc leaves a trailing carriage return which upsets mingw + # gcc leaves a trailing carriage return, which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; @@ -3510,7 +3518,7 @@ $as_echo_n "checking for ld used by $CC... " >&6; } while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done - test -z "$LD" && LD="$ac_prog" + test -z "$LD" && LD=$ac_prog ;; "") # If it fails, then pretend we aren't using GCC. @@ -3521,7 +3529,7 @@ $as_echo_n "checking for ld used by $CC... " >&6; } with_gnu_ld=unknown ;; esac -elif test "$with_gnu_ld" = yes; then +elif test yes = "$with_gnu_ld"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 $as_echo_n "checking for GNU ld... " >&6; } else @@ -3532,32 +3540,32 @@ if ${lt_cv_path_LD+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$LD"; then - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then - lt_cv_path_LD="$ac_dir/$ac_prog" + lt_cv_path_LD=$ac_dir/$ac_prog # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &5 $as_echo "$LD" >&6; } @@ -3600,33 +3608,38 @@ if ${lt_cv_path_NM+:} false; then : else if test -n "$NM"; then # Let the user override the test. - lt_cv_path_NM="$NM" + lt_cv_path_NM=$NM else - lt_nm_to_check="${ac_tool_prefix}nm" + lt_nm_to_check=${ac_tool_prefix}nm if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. - tmp_nm="$ac_dir/$lt_tmp_nm" - if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then + tmp_nm=$ac_dir/$lt_tmp_nm + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then # Check to see if the nm accepts a BSD-compat flag. - # Adding the `sed 1q' prevents false positives on HP-UX, which says: + # Adding the 'sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file - case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in - */dev/null* | *'Invalid file or object type'*) + # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty + case $build_os in + mingw*) lt_bad_file=conftest.nm/nofile ;; + *) lt_bad_file=/dev/null ;; + esac + case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in + *$lt_bad_file* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" - break + break 2 ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" - break + break 2 ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but @@ -3637,15 +3650,15 @@ else esac fi done - IFS="$lt_save_ifs" + IFS=$lt_save_ifs done : ${lt_cv_path_NM=no} fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 $as_echo "$lt_cv_path_NM" >&6; } -if test "$lt_cv_path_NM" != "no"; then - NM="$lt_cv_path_NM" +if test no != "$lt_cv_path_NM"; then + NM=$lt_cv_path_NM else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : @@ -3751,9 +3764,9 @@ esac fi fi - case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in + case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in *COFF*) - DUMPBIN="$DUMPBIN -symbols" + DUMPBIN="$DUMPBIN -symbols -headers" ;; *) DUMPBIN=: @@ -3761,8 +3774,8 @@ fi esac fi - if test "$DUMPBIN" != ":"; then - NM="$DUMPBIN" + if test : != "$DUMPBIN"; then + NM=$DUMPBIN fi fi test -z "$NM" && NM=nm @@ -3813,7 +3826,7 @@ if ${lt_cv_sys_max_cmd_len+:} false; then : $as_echo_n "(cached) " >&6 else i=0 - teststring="ABCD" + teststring=ABCD case $build_os in msdosdjgpp*) @@ -3853,7 +3866,7 @@ else lt_cv_sys_max_cmd_len=8192; ;; - netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) + bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` @@ -3904,22 +3917,22 @@ else *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len" && \ - test undefined != "$lt_cv_sys_max_cmd_len"; then + test undefined != "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. - for i in 1 2 3 4 5 6 7 8 ; do + for i in 1 2 3 4 5 6 7 8; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. - while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ + while { test X`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && - test $i != 17 # 1/2 MB should be enough + test 17 != "$i" # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring @@ -3937,7 +3950,7 @@ else fi -if test -n $lt_cv_sys_max_cmd_len ; then +if test -n "$lt_cv_sys_max_cmd_len"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 $as_echo "$lt_cv_sys_max_cmd_len" >&6; } else @@ -3955,30 +3968,6 @@ max_cmd_len=$lt_cv_sys_max_cmd_len : ${MV="mv -f"} : ${RM="rm -f"} -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5 -$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; } -# Try some XSI features -xsi_shell=no -( _lt_dummy="a/b/c" - test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \ - = c,a/b,b/c, \ - && eval 'test $(( 1 + 1 )) -eq 2 \ - && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ - && xsi_shell=yes -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5 -$as_echo "$xsi_shell" >&6; } - - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5 -$as_echo_n "checking whether the shell understands \"+=\"... " >&6; } -lt_shell_append=no -( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \ - >/dev/null 2>&1 \ - && lt_shell_append=yes -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5 -$as_echo "$lt_shell_append" >&6; } - - if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else @@ -4101,13 +4090,13 @@ esac reload_cmds='$LD$reload_flag -o $output$reload_objs' case $host_os in cygwin* | mingw* | pw32* | cegcc*) - if test "$GCC" != yes; then + if test yes != "$GCC"; then reload_cmds=false fi ;; darwin*) - if test "$GCC" = yes; then - reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' + if test yes = "$GCC"; then + reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs' else reload_cmds='$LD$reload_flag -o $output$reload_objs' fi @@ -4235,13 +4224,13 @@ lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. -# `unknown' -- same as none, but documents that we really don't know. +# 'unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path -# which responds to the $file_magic_cmd with a given extended regex. -# If you have `file' or equivalent on your system and you're not sure -# whether `pass_all' will *always* work, you probably want this one. +# that responds to the $file_magic_cmd with a given extended regex. +# If you have 'file' or equivalent on your system and you're not sure +# whether 'pass_all' will *always* work, you probably want this one. case $host_os in aix[4-9]*) @@ -4268,8 +4257,7 @@ mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. - # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. - if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then + if ( file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else @@ -4347,7 +4335,7 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) lt_cv_deplibs_check_method=pass_all ;; -netbsd* | netbsdelf*-gnu) +netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' else @@ -4365,8 +4353,8 @@ newos6*) lt_cv_deplibs_check_method=pass_all ;; -openbsd*) - if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then +openbsd* | bitrig*) + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' @@ -4419,6 +4407,9 @@ sysv4 | sysv4.3*) tpf*) lt_cv_deplibs_check_method=pass_all ;; +os2*) + lt_cv_deplibs_check_method=pass_all + ;; esac fi @@ -4576,8 +4567,8 @@ else case $host_os in cygwin* | mingw* | pw32* | cegcc*) - # two different shell functions defined in ltmain.sh - # decide which to use based on capabilities of $DLLTOOL + # two different shell functions defined in ltmain.sh; + # decide which one to use based on capabilities of $DLLTOOL case `$DLLTOOL --help 2>&1` in *--identify-strict*) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib @@ -4589,7 +4580,7 @@ cygwin* | mingw* | pw32* | cegcc*) ;; *) # fallback: assume linklib IS sharedlib - lt_cv_sharedlib_from_linklib_cmd="$ECHO" + lt_cv_sharedlib_from_linklib_cmd=$ECHO ;; esac @@ -4744,7 +4735,7 @@ if ac_fn_c_try_compile "$LINENO"; then : ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } - if test "$ac_status" -eq 0; then + if test 0 -eq "$ac_status"; then # Ensure the archiver fails upon bogus file names. rm -f conftest.$ac_objext libconftest.a { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 @@ -4752,7 +4743,7 @@ if ac_fn_c_try_compile "$LINENO"; then : ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } - if test "$ac_status" -ne 0; then + if test 0 -ne "$ac_status"; then lt_cv_ar_at_file=@ fi fi @@ -4765,7 +4756,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 $as_echo "$lt_cv_ar_at_file" >&6; } -if test "x$lt_cv_ar_at_file" = xno; then +if test no = "$lt_cv_ar_at_file"; then archiver_list_spec= else archiver_list_spec=$lt_cv_ar_at_file @@ -4982,7 +4973,7 @@ old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in - openbsd*) + bitrig* | openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) @@ -5114,7 +5105,7 @@ cygwin* | mingw* | pw32* | cegcc*) symcode='[ABCDGISTW]' ;; hpux*) - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; then symcode='[ABCDEGRST]' fi ;; @@ -5147,14 +5138,44 @@ case `$NM -V 2>&1` in symcode='[ABCDGIRSTW]' ;; esac +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Gets list of data symbols to import. + lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'" + # Adjust the below global symbol transforms to fixup imported variables. + lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" + lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" + lt_c_name_lib_hook="\ + -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ + -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" +else + # Disable hooks by default. + lt_cv_sys_global_symbol_to_import= + lt_cdecl_hook= + lt_c_name_hook= + lt_c_name_lib_hook= +fi + # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. -lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" +lt_cv_sys_global_symbol_to_cdecl="sed -n"\ +$lt_cdecl_hook\ +" -e 's/^T .* \(.*\)$/extern int \1();/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address -lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" -lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'" +lt_cv_sys_global_symbol_to_c_name_address="sed -n"\ +$lt_c_name_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" + +# Transform an extracted symbol line into symbol name with lib prefix and +# symbol address. +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\ +$lt_c_name_lib_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" # Handle CRLF in mingw tool chain opt_cr= @@ -5172,21 +5193,24 @@ for ac_symprfx in "" "_"; do # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then - # Fake it for dumpbin and say T for any non-static function - # and D for any global variable. + # Fake it for dumpbin and say T for any non-static function, + # D for any global variable and I for any imported variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK '"\ " {last_section=section; section=\$ 3};"\ " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ +" /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ +" /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ +" /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ -" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ -" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ -" s[1]~/^[@?]/{print s[1], s[1]; next};"\ -" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ +" {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ +" {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ +" s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ +" s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" @@ -5234,11 +5258,11 @@ _LT_EOF if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ -#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) -/* DATA imports from DLLs on WIN32 con't be const, because runtime +#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE +/* DATA imports from DLLs on WIN32 can't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT_DLSYM_CONST -#elif defined(__osf__) +#elif defined __osf__ /* This system does not cope well with relocations in const data. */ # define LT_DLSYM_CONST #else @@ -5264,7 +5288,7 @@ lt__PROGRAM__LTX_preloaded_symbols[] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF - $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext + $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; @@ -5284,13 +5308,13 @@ _LT_EOF mv conftest.$ac_objext conftstm.$ac_objext lt_globsym_save_LIBS=$LIBS lt_globsym_save_CFLAGS=$CFLAGS - LIBS="conftstm.$ac_objext" + LIBS=conftstm.$ac_objext CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && test -s conftest${ac_exeext}; then + test $ac_status = 0; } && test -s conftest$ac_exeext; then pipe_works=yes fi LIBS=$lt_globsym_save_LIBS @@ -5311,7 +5335,7 @@ _LT_EOF rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. - if test "$pipe_works" = yes; then + if test yes = "$pipe_works"; then break else lt_cv_sys_global_symbol_pipe= @@ -5353,6 +5377,16 @@ fi + + + + + + + + + + @@ -5376,9 +5410,9 @@ fi lt_sysroot= -case ${with_sysroot} in #( +case $with_sysroot in #( yes) - if test "$GCC" = yes; then + if test yes = "$GCC"; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` fi ;; #( @@ -5388,8 +5422,8 @@ case ${with_sysroot} in #( no|'') ;; #( *) - { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5 -$as_echo "${with_sysroot}" >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5 +$as_echo "$with_sysroot" >&6; } as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 ;; esac @@ -5401,18 +5435,99 @@ $as_echo "${lt_sysroot:-no}" >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5 +$as_echo_n "checking for a working dd... " >&6; } +if ${ac_cv_path_lt_DD+:} false; then : + $as_echo_n "(cached) " >&6 +else + printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +: ${lt_DD:=$DD} +if test -z "$lt_DD"; then + ac_path_lt_DD_found=false + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_prog in dd; do + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext" + as_fn_executable_p "$ac_path_lt_DD" || continue +if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: +fi + $ac_path_lt_DD_found && break 3 + done + done + done +IFS=$as_save_IFS + if test -z "$ac_cv_path_lt_DD"; then + : + fi +else + ac_cv_path_lt_DD=$lt_DD +fi + +rm -f conftest.i conftest2.i conftest.out +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5 +$as_echo "$ac_cv_path_lt_DD" >&6; } + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5 +$as_echo_n "checking how to truncate binary pipes... " >&6; } +if ${lt_cv_truncate_bin+:} false; then : + $as_echo_n "(cached) " >&6 +else + printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +lt_cv_truncate_bin= +if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" +fi +rm -f conftest.i conftest2.i conftest.out +test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q" +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5 +$as_echo "$lt_cv_truncate_bin" >&6; } + + + + + + + +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in $*""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} + # Check whether --enable-libtool-lock was given. if test "${enable_libtool_lock+set}" = set; then : enableval=$enable_libtool_lock; fi -test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes +test no = "$enable_libtool_lock" || enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) - # Find out which ABI we are using. + # Find out what ABI is being produced by ac_compile, and set mode + # options accordingly. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 @@ -5421,24 +5536,25 @@ ia64-*-hpux*) test $ac_status = 0; }; then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) - HPUX_IA64_MODE="32" + HPUX_IA64_MODE=32 ;; *ELF-64*) - HPUX_IA64_MODE="64" + HPUX_IA64_MODE=64 ;; esac fi rm -rf conftest* ;; *-*-irix6*) - # Find out which ABI we are using. + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. echo '#line '$LINENO' "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - if test "$lt_cv_prog_gnu_ld" = yes; then + if test yes = "$lt_cv_prog_gnu_ld"; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" @@ -5467,9 +5583,50 @@ ia64-*-hpux*) rm -rf conftest* ;; +mips64*-*linux*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '#line '$LINENO' "configure"' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + emul=elf + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + emul="${emul}32" + ;; + *64-bit*) + emul="${emul}64" + ;; + esac + case `/usr/bin/file conftest.$ac_objext` in + *MSB*) + emul="${emul}btsmip" + ;; + *LSB*) + emul="${emul}ltsmip" + ;; + esac + case `/usr/bin/file conftest.$ac_objext` in + *N32*) + emul="${emul}n32" + ;; + esac + LD="${LD-ld} -m $emul" + fi + rm -rf conftest* + ;; + x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) - # Find out which ABI we are using. + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. Note that the listed cases only cover the + # situations where additional linker options are needed (such as when + # doing 32-bit compilation for a host where ld defaults to 64-bit, or + # vice versa); the common cases where no linker options are needed do + # not appear in the list. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 @@ -5492,10 +5649,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) ;; esac ;; - powerpc64le-*) + powerpc64le-*linux*) LD="${LD-ld} -m elf32lppclinux" ;; - powerpc64-*) + powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) @@ -5514,10 +5671,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; - powerpcle-*) + powerpcle-*linux*) LD="${LD-ld} -m elf64lppc" ;; - powerpc-*) + powerpc-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) @@ -5535,7 +5692,7 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. - SAVE_CFLAGS="$CFLAGS" + SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS -belf" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 $as_echo_n "checking whether the C compiler needs -belf... " >&6; } @@ -5575,13 +5732,14 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 $as_echo "$lt_cv_cc_needs_belf" >&6; } - if test x"$lt_cv_cc_needs_belf" != x"yes"; then + if test yes != "$lt_cv_cc_needs_belf"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf - CFLAGS="$SAVE_CFLAGS" + CFLAGS=$SAVE_CFLAGS fi ;; *-*solaris*) - # Find out which ABI we are using. + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 @@ -5593,7 +5751,7 @@ $as_echo "$lt_cv_cc_needs_belf" >&6; } case $lt_cv_prog_gnu_ld in yes*) case $host in - i?86-*-solaris*) + i?86-*-solaris*|x86_64-*-solaris*) LD="${LD-ld} -m elf_x86_64" ;; sparc*-*-solaris*) @@ -5602,7 +5760,7 @@ $as_echo "$lt_cv_cc_needs_belf" >&6; } esac # GNU ld 2.21 introduced _sol2 emulations. Use them if available. if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then - LD="${LD-ld}_sol2" + LD=${LD-ld}_sol2 fi ;; *) @@ -5618,7 +5776,7 @@ $as_echo "$lt_cv_cc_needs_belf" >&6; } ;; esac -need_locks="$enable_libtool_lock" +need_locks=$enable_libtool_lock if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. @@ -5729,7 +5887,7 @@ else fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 $as_echo "$lt_cv_path_mainfest_tool" >&6; } -if test "x$lt_cv_path_mainfest_tool" != xyes; then +if test yes != "$lt_cv_path_mainfest_tool"; then MANIFEST_TOOL=: fi @@ -6232,7 +6390,7 @@ if ${lt_cv_apple_cc_single_mod+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_apple_cc_single_mod=no - if test -z "${LT_MULTI_MODULE}"; then + if test -z "$LT_MULTI_MODULE"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the @@ -6250,7 +6408,7 @@ else cat conftest.err >&5 # Otherwise, if the output was created with a 0 exit code from # the compiler, it worked. - elif test -f libconftest.dylib && test $_lt_result -eq 0; then + elif test -f libconftest.dylib && test 0 = "$_lt_result"; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&5 @@ -6289,7 +6447,7 @@ else fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext - LDFLAGS="$save_LDFLAGS" + LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 @@ -6318,7 +6476,7 @@ _LT_EOF _lt_result=$? if test -s conftest.err && $GREP force_load conftest.err; then cat conftest.err >&5 - elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then + elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then lt_cv_ld_force_load=yes else cat conftest.err >&5 @@ -6331,32 +6489,32 @@ fi $as_echo "$lt_cv_ld_force_load" >&6; } case $host_os in rhapsody* | darwin1.[012]) - _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; + _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; darwin1.*) - _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) - _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; - 10.[012]*) - _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; + 10.[012][,.]*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 10.*) - _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; esac ;; esac - if test "$lt_cv_apple_cc_single_mod" = "yes"; then + if test yes = "$lt_cv_apple_cc_single_mod"; then _lt_dar_single_mod='$single_module' fi - if test "$lt_cv_ld_exported_symbols_list" = "yes"; then - _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' + if test yes = "$lt_cv_ld_exported_symbols_list"; then + _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' else - _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' + _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' fi - if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then + if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= @@ -6364,6 +6522,41 @@ $as_echo "$lt_cv_ld_force_load" >&6; } ;; esac +# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x$2 in + x) + ;; + *:) + eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \S|@1\" + ;; + x:*) + eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" + ;; + *) + eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" + ;; + esac +} + ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -6667,14 +6860,14 @@ if test "${enable_shared+set}" = set; then : *) enable_shared=no # Look at the argument we got. We use all the common list separators. - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_shared=yes fi done - IFS="$lt_save_ifs" + IFS=$lt_save_ifs ;; esac else @@ -6698,14 +6891,14 @@ if test "${enable_static+set}" = set; then : *) enable_static=no # Look at the argument we got. We use all the common list separators. - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_static=yes fi done - IFS="$lt_save_ifs" + IFS=$lt_save_ifs ;; esac else @@ -6729,14 +6922,14 @@ if test "${with_pic+set}" = set; then : *) pic_mode=default # Look at the argument we got. We use all the common list separators. - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for lt_pkg in $withval; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs if test "X$lt_pkg" = "X$lt_p"; then pic_mode=yes fi done - IFS="$lt_save_ifs" + IFS=$lt_save_ifs ;; esac else @@ -6744,8 +6937,6 @@ else fi -test -z "$pic_mode" && pic_mode=default - @@ -6761,14 +6952,14 @@ if test "${enable_fast_install+set}" = set; then : *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. - lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done - IFS="$lt_save_ifs" + IFS=$lt_save_ifs ;; esac else @@ -6782,11 +6973,63 @@ fi + shared_archive_member_spec= +case $host,$enable_shared in +power*-*-aix[5-9]*,yes) + { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5 +$as_echo_n "checking which variant of shared library versioning to provide... " >&6; } + +# Check whether --with-aix-soname was given. +if test "${with_aix_soname+set}" = set; then : + withval=$with_aix_soname; case $withval in + aix|svr4|both) + ;; + *) + as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5 + ;; + esac + lt_cv_with_aix_soname=$with_aix_soname +else + if ${lt_cv_with_aix_soname+:} false; then : + $as_echo_n "(cached) " >&6 +else + lt_cv_with_aix_soname=aix +fi + + with_aix_soname=$lt_cv_with_aix_soname +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5 +$as_echo "$with_aix_soname" >&6; } + if test aix != "$with_aix_soname"; then + # For the AIX way of multilib, we name the shared archive member + # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', + # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. + # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, + # the AIX toolchain works better with OBJECT_MODE set (default 32). + if test 64 = "${OBJECT_MODE-32}"; then + shared_archive_member_spec=shr_64 + else + shared_archive_member_spec=shr + fi + fi + ;; +*) + with_aix_soname=aix + ;; +esac + + + + + + + # This can be used to rebuild libtool when needed -LIBTOOL_DEPS="$ltmain" +LIBTOOL_DEPS=$ltmain # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' @@ -6835,7 +7078,7 @@ test -z "$LN_S" && LN_S="ln -s" -if test -n "${ZSH_VERSION+set}" ; then +if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi @@ -6874,7 +7117,7 @@ aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. - if test "X${COLLECT_NAMES+set}" != Xset; then + if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi @@ -6885,14 +7128,14 @@ esac ofile=libtool can_build_shared=yes -# All known linkers require a `.a' archive for static linking (except MSVC, +# All known linkers require a '.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a -with_gnu_ld="$lt_cv_prog_gnu_ld" +with_gnu_ld=$lt_cv_prog_gnu_ld -old_CC="$CC" -old_CFLAGS="$CFLAGS" +old_CC=$CC +old_CFLAGS=$CFLAGS # Set sane defaults for various variables test -z "$CC" && CC=cc @@ -6901,15 +7144,8 @@ test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o -for cc_temp in $compiler""; do - case $cc_temp in - compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; - distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; - \-*) ;; - *) break;; - esac -done -cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +func_cc_basename $compiler +cc_basename=$func_cc_basename_result # Only perform the check for file, if the check method requires it @@ -6924,22 +7160,22 @@ if ${lt_cv_path_MAGIC_CMD+:} false; then : else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) - lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) - lt_save_MAGIC_CMD="$MAGIC_CMD" - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + lt_save_MAGIC_CMD=$MAGIC_CMD + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/${ac_tool_prefix}file; then - lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" + if test -f "$ac_dir/${ac_tool_prefix}file"; then + lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` - MAGIC_CMD="$lt_cv_path_MAGIC_CMD" + MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : @@ -6962,13 +7198,13 @@ _LT_EOF break fi done - IFS="$lt_save_ifs" - MAGIC_CMD="$lt_save_MAGIC_CMD" + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac fi -MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } @@ -6990,22 +7226,22 @@ if ${lt_cv_path_MAGIC_CMD+:} false; then : else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) - lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) - lt_save_MAGIC_CMD="$MAGIC_CMD" - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR + lt_save_MAGIC_CMD=$MAGIC_CMD + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do - IFS="$lt_save_ifs" + IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/file; then - lt_cv_path_MAGIC_CMD="$ac_dir/file" + if test -f "$ac_dir/file"; then + lt_cv_path_MAGIC_CMD=$ac_dir/"file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` - MAGIC_CMD="$lt_cv_path_MAGIC_CMD" + MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : @@ -7028,13 +7264,13 @@ _LT_EOF break fi done - IFS="$lt_save_ifs" - MAGIC_CMD="$lt_save_MAGIC_CMD" + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac fi -MAGIC_CMD="$lt_cv_path_MAGIC_CMD" +MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } @@ -7055,7 +7291,7 @@ esac # Use C for the default configuration in the libtool script -lt_save_CC="$CC" +lt_save_CC=$CC ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -7113,7 +7349,7 @@ if test -n "$compiler"; then lt_prog_compiler_no_builtin_flag= -if test "$GCC" = yes; then +if test yes = "$GCC"; then case $cc_basename in nvcc*) lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; @@ -7129,7 +7365,7 @@ else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext - lt_compiler_flag="-fno-rtti -fno-exceptions" + lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins @@ -7159,7 +7395,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } -if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then +if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" else : @@ -7177,17 +7413,18 @@ lt_prog_compiler_pic= lt_prog_compiler_static= - if test "$GCC" = yes; then + if test yes = "$GCC"; then lt_prog_compiler_wl='-Wl,' lt_prog_compiler_static='-static' case $host_os in aix*) # All AIX code is PIC. - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' fi + lt_prog_compiler_pic='-fPIC' ;; amigaos*) @@ -7198,8 +7435,8 @@ lt_prog_compiler_static= ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but - # adding the `-m68020' flag to GCC prevents building anything better, - # like `-m68040'. + # adding the '-m68020' flag to GCC prevents building anything better, + # like '-m68040'. lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' ;; esac @@ -7215,6 +7452,11 @@ lt_prog_compiler_static= # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic='-DDLL_EXPORT' + case $host_os in + os2*) + lt_prog_compiler_static='$wl-static' + ;; + esac ;; darwin* | rhapsody*) @@ -7285,7 +7527,7 @@ lt_prog_compiler_static= case $host_os in aix*) lt_prog_compiler_wl='-Wl,' - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' else @@ -7293,10 +7535,29 @@ lt_prog_compiler_static= fi ;; + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + lt_prog_compiler_pic='-fno-common' + case $cc_basename in + nagfor*) + # NAG Fortran compiler + lt_prog_compiler_wl='-Wl,-Wl,,' + lt_prog_compiler_pic='-PIC' + lt_prog_compiler_static='-Bstatic' + ;; + esac + ;; + mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic='-DDLL_EXPORT' + case $host_os in + os2*) + lt_prog_compiler_static='$wl-static' + ;; + esac ;; hpux9* | hpux10* | hpux11*) @@ -7312,7 +7573,7 @@ lt_prog_compiler_static= ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? - lt_prog_compiler_static='${wl}-a ${wl}archive' + lt_prog_compiler_static='$wl-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) @@ -7323,7 +7584,7 @@ lt_prog_compiler_static= linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in - # old Intel for x86_64 which still supported -KPIC. + # old Intel for x86_64, which still supported -KPIC. ecc*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' @@ -7348,6 +7609,12 @@ lt_prog_compiler_static= lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + lt_prog_compiler_wl='-Wl,' + lt_prog_compiler_pic='-fPIC' + lt_prog_compiler_static='-static' + ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) @@ -7445,7 +7712,7 @@ lt_prog_compiler_static= ;; sysv4*MP*) - if test -d /usr/nec ;then + if test -d /usr/nec; then lt_prog_compiler_pic='-Kconform_pic' lt_prog_compiler_static='-Bstatic' fi @@ -7474,7 +7741,7 @@ lt_prog_compiler_static= fi case $host_os in - # For platforms which do not support PIC, -DPIC is meaningless: + # For platforms that do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic= ;; @@ -7506,7 +7773,7 @@ else lt_cv_prog_compiler_pic_works=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext - lt_compiler_flag="$lt_prog_compiler_pic -DPIC" + lt_compiler_flag="$lt_prog_compiler_pic -DPIC" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins @@ -7536,7 +7803,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; } -if test x"$lt_cv_prog_compiler_pic_works" = xyes; then +if test yes = "$lt_cv_prog_compiler_pic_works"; then case $lt_prog_compiler_pic in "" | " "*) ;; *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; @@ -7568,7 +7835,7 @@ if ${lt_cv_prog_compiler_static_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_static_works=no - save_LDFLAGS="$LDFLAGS" + save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then @@ -7587,13 +7854,13 @@ else fi fi $RM -r conftest* - LDFLAGS="$save_LDFLAGS" + LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 $as_echo "$lt_cv_prog_compiler_static_works" >&6; } -if test x"$lt_cv_prog_compiler_static_works" = xyes; then +if test yes = "$lt_cv_prog_compiler_static_works"; then : else lt_prog_compiler_static= @@ -7713,8 +7980,8 @@ $as_echo "$lt_cv_prog_compiler_c_o" >&6; } -hard_links="nottested" -if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then +hard_links=nottested +if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then # do not overwrite the value of need_locks provided by the user { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 $as_echo_n "checking if we can lock with hard links... " >&6; } @@ -7726,9 +7993,9 @@ $as_echo_n "checking if we can lock with hard links... " >&6; } ln conftest.a conftest.b 2>/dev/null && hard_links=no { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 $as_echo "$hard_links" >&6; } - if test "$hard_links" = no; then - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 -$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} + if test no = "$hard_links"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5 +$as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;} need_locks=warn fi else @@ -7771,9 +8038,9 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie # included in the symbol list include_expsyms= # exclude_expsyms can be an extended regexp of symbols to exclude - # it will be wrapped by ` (' and `)$', so one must not match beginning or - # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', - # as well as any symbol that contains `d'. + # it will be wrapped by ' (' and ')$', so one must not match beginning or + # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', + # as well as any symbol that contains 'd'. exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if @@ -7788,7 +8055,7 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. - if test "$GCC" != yes; then + if test yes != "$GCC"; then with_gnu_ld=no fi ;; @@ -7796,12 +8063,9 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; - openbsd*) + openbsd* | bitrig*) with_gnu_ld=no ;; - linux* | k*bsd*-gnu | gnu*) - link_all_deplibs=no - ;; esac ld_shlibs=yes @@ -7809,7 +8073,7 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie # On some targets, GNU ld is compatible enough with the native linker # that we're better off using the native interface for both. lt_use_gnu_ld_interface=no - if test "$with_gnu_ld" = yes; then + if test yes = "$with_gnu_ld"; then case $host_os in aix*) # The AIX port of GNU ld has always aspired to compatibility @@ -7831,24 +8095,24 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie esac fi - if test "$lt_use_gnu_ld_interface" = yes; then + if test yes = "$lt_use_gnu_ld_interface"; then # If archive_cmds runs LD, not CC, wlarc should be empty - wlarc='${wl}' + wlarc='$wl' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH - hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' - export_dynamic_flag_spec='${wl}--export-dynamic' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + export_dynamic_flag_spec='$wl--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then - whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' + whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' else whole_archive_flag_spec= fi supports_anon_versioning=no - case `$LD -v 2>&1` in + case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... @@ -7861,7 +8125,7 @@ $as_echo_n "checking whether the $compiler linker ($LD) supports shared librarie case $host_os in aix[3-9]*) # On AIX/PPC, the GNU linker is very broken - if test "$host_cpu" != ia64; then + if test ia64 != "$host_cpu"; then ld_shlibs=no cat <<_LT_EOF 1>&2 @@ -7880,7 +8144,7 @@ _LT_EOF case $host_cpu in powerpc) # see comment about AmigaOS4 .so support - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) @@ -7896,7 +8160,7 @@ _LT_EOF allow_undefined_flag=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME - archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' else ld_shlibs=no fi @@ -7906,7 +8170,7 @@ _LT_EOF # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' - export_dynamic_flag_spec='${wl}--export-all-symbols' + export_dynamic_flag_spec='$wl--export-all-symbols' allow_undefined_flag=unsupported always_export_symbols=no enable_shared_with_static_runtimes=yes @@ -7914,61 +8178,89 @@ _LT_EOF exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' - # If the export-symbols file already is a .def file (1st line - # is EXPORTS), use it as is; otherwise, prepend... - archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then - cp $export_symbols $output_objdir/$soname.def; - else - echo EXPORTS > $output_objdir/$soname.def; - cat $export_symbols >> $output_objdir/$soname.def; - fi~ - $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file, use it as + # is; otherwise, prepend EXPORTS... + archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs=no fi ;; haiku*) - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' link_all_deplibs=yes ;; + os2*) + hardcode_libdir_flag_spec='-L$libdir' + hardcode_minus_L=yes + allow_undefined_flag=unsupported + shrext_cmds=.dll + archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + enable_shared_with_static_runtimes=yes + ;; + interix[3-9]*) hardcode_direct=no hardcode_shlibpath_var=no - hardcode_libdir_flag_spec='${wl}-rpath,$libdir' - export_dynamic_flag_spec='${wl}-E' + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + export_dynamic_flag_spec='$wl-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. - archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' - archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no - if test "$host_os" = linux-dietlibc; then + if test linux-dietlibc = "$host_os"; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ - && test "$tmp_diet" = no + && test no = "$tmp_diet" then tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler - whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group f77 and f90 compilers - whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; @@ -7979,42 +8271,47 @@ _LT_EOF lf95*) # Lahey Fortran 8.1 whole_archive_flag_spec= tmp_sharedflag='--shared' ;; + nagfor*) # NAGFOR 5.3 + tmp_sharedflag='-Wl,-shared' ;; xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; nvcc*) # Cuda Compiler Driver 2.2 - whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' compiler_needs_object=yes ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 - whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' + whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' compiler_needs_object=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac - archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' - if test "x$supports_anon_versioning" = xyes; then + if test yes = "$supports_anon_versioning"; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ - echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi case $cc_basename in + tcc*) + export_dynamic_flag_spec='-rdynamic' + ;; xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' - hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' - if test "x$supports_anon_versioning" = xyes; then + if test yes = "$supports_anon_versioning"; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ - echo "local: *; };" >> $output_objdir/$libname.ver~ - $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac @@ -8023,13 +8320,13 @@ _LT_EOF fi ;; - netbsd* | netbsdelf*-gnu) + netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else - archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' fi ;; @@ -8047,8 +8344,8 @@ _LT_EOF _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi @@ -8060,7 +8357,7 @@ _LT_EOF ld_shlibs=no cat <<_LT_EOF 1>&2 -*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify @@ -8075,9 +8372,9 @@ _LT_EOF # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi @@ -8094,15 +8391,15 @@ _LT_EOF *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' - archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac - if test "$ld_shlibs" = no; then + if test no = "$ld_shlibs"; then runpath_var= hardcode_libdir_flag_spec= export_dynamic_flag_spec= @@ -8118,7 +8415,7 @@ _LT_EOF # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes - if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then + if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported @@ -8126,34 +8423,57 @@ _LT_EOF ;; aix[4-9]*) - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' - no_entry_flag="" + no_entry_flag= else # If we're using GNU nm, then we don't want the "-C" option. - # -C means demangle to AIX nm, but means don't demangle with GNU nm - # Also, AIX nm treats weak defined symbols like other global - # defined symbols, whereas GNU nm marks them as "W". + # -C means demangle to GNU nm, but means don't demangle to AIX nm. + # Without the "-l" option, or with the "-B" option, AIX nm treats + # weak defined symbols like other global defined symbols, whereas + # GNU nm marks them as "W". + # While the 'weak' keyword is ignored in the Export File, we need + # it in the Import File for the 'aix-soname' feature, so we have + # to replace the "-B" option with "-P" for AIX nm. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then - export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else - export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' + export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we - # need to do runtime linking. + # have runtime linking enabled, and use it for executables. + # For shared libraries, we enable/disable runtime linking + # depending on the kind of the shared library created - + # when "with_aix_soname,aix_use_runtimelinking" is: + # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables + # "aix,yes" lib.so shared, rtl:yes, for executables + # lib.a static archive + # "both,no" lib.so.V(shr.o) shared, rtl:yes + # lib.a(lib.so.V) shared, rtl:no, for executables + # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a(lib.so.V) shared, rtl:no + # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a static archive case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) for ld_flag in $LDFLAGS; do - if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then + if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then aix_use_runtimelinking=yes break fi done + if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then + # With aix-soname=svr4, we create the lib.so.V shared archives only, + # so we don't have lib.a shared libs to link our executables. + # We have to force runtime linking in this case. + aix_use_runtimelinking=yes + LDFLAGS="$LDFLAGS -Wl,-brtl" + fi ;; esac @@ -8172,13 +8492,21 @@ _LT_EOF hardcode_direct_absolute=yes hardcode_libdir_separator=':' link_all_deplibs=yes - file_list_spec='${wl}-f,' + file_list_spec='$wl-f,' + case $with_aix_soname,$aix_use_runtimelinking in + aix,*) ;; # traditional, no import file + svr4,* | *,yes) # use import file + # The Import File defines what to hardcode. + hardcode_direct=no + hardcode_direct_absolute=no + ;; + esac - if test "$GCC" = yes; then + if test yes = "$GCC"; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ - collect2name=`${CC} -print-prog-name=collect2` + collect2name=`$CC -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then @@ -8197,36 +8525,42 @@ _LT_EOF ;; esac shared_flag='-shared' - if test "$aix_use_runtimelinking" = yes; then - shared_flag="$shared_flag "'${wl}-G' + if test yes = "$aix_use_runtimelinking"; then + shared_flag="$shared_flag "'$wl-G' fi - link_all_deplibs=no + # Need to ensure runtime linking is disabled for the traditional + # shared library, or the linker may eventually find shared libraries + # /with/ Import File - we do not want to mix them. + shared_flag_aix='-shared' + shared_flag_svr4='-shared $wl-G' else # not using gcc - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else - if test "$aix_use_runtimelinking" = yes; then - shared_flag='${wl}-G' + if test yes = "$aix_use_runtimelinking"; then + shared_flag='$wl-G' else - shared_flag='${wl}-bM:SRE' + shared_flag='$wl-bM:SRE' fi + shared_flag_aix='$wl-bM:SRE' + shared_flag_svr4='$wl-G' fi fi - export_dynamic_flag_spec='${wl}-bexpall' + export_dynamic_flag_spec='$wl-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. always_export_symbols=yes - if test "$aix_use_runtimelinking" = yes; then + if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag='-berok' # Determine the default libpath from the value encoded in an # empty executable. - if test "${lt_cv_aix_libpath+set}" = set; then + if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else if ${lt_cv_aix_libpath_+:} false; then : @@ -8261,7 +8595,7 @@ fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then - lt_cv_aix_libpath_="/usr/lib:/lib" + lt_cv_aix_libpath_=/usr/lib:/lib fi fi @@ -8269,17 +8603,17 @@ fi aix_libpath=$lt_cv_aix_libpath_ fi - hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" - archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" + hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" + archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag else - if test "$host_cpu" = ia64; then - hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' + if test ia64 = "$host_cpu"; then + hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib' allow_undefined_flag="-z nodefs" - archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" + archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. - if test "${lt_cv_aix_libpath+set}" = set; then + if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else if ${lt_cv_aix_libpath_+:} false; then : @@ -8314,7 +8648,7 @@ fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then - lt_cv_aix_libpath_="/usr/lib:/lib" + lt_cv_aix_libpath_=/usr/lib:/lib fi fi @@ -8322,21 +8656,33 @@ fi aix_libpath=$lt_cv_aix_libpath_ fi - hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" + hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. - no_undefined_flag=' ${wl}-bernotok' - allow_undefined_flag=' ${wl}-berok' - if test "$with_gnu_ld" = yes; then + no_undefined_flag=' $wl-bernotok' + allow_undefined_flag=' $wl-berok' + if test yes = "$with_gnu_ld"; then # We only use this code for GNU lds that support --whole-archive. - whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive' + whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec='$convenience' fi archive_cmds_need_lc=yes - # This is similar to how AIX traditionally builds its shared libraries. - archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' + archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' + # -brtl affects multiple linker settings, -berok does not and is overridden later + compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' + if test svr4 != "$with_aix_soname"; then + # This is similar to how AIX traditionally builds its shared libraries. + archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' + fi + if test aix != "$with_aix_soname"; then + archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' + else + # used by -dlpreopen to get the symbols + archive_expsym_cmds="$archive_expsym_cmds"'~$MV $output_objdir/$realname.d/$soname $output_objdir' + fi + archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d' fi fi ;; @@ -8345,7 +8691,7 @@ fi case $host_cpu in powerpc) # see comment about AmigaOS4 .so support - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) @@ -8375,16 +8721,17 @@ fi # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. - shrext_cmds=".dll" + shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. - archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' - archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then - sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; - else - sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; - fi~ - $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ - linknames=' + archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' + archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then + cp "$export_symbols" "$output_objdir/$soname.def"; + echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; + else + $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, )='true' enable_shared_with_static_runtimes=yes @@ -8393,18 +8740,18 @@ fi # Don't use ranlib old_postinstall_cmds='chmod 644 $oldlib' postlink_cmds='lt_outputfile="@OUTPUT@"~ - lt_tool_outputfile="@TOOL_OUTPUT@"~ - case $lt_outputfile in - *.exe|*.EXE) ;; - *) - lt_outputfile="$lt_outputfile.exe" - lt_tool_outputfile="$lt_tool_outputfile.exe" - ;; - esac~ - if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then - $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; - $RM "$lt_outputfile.manifest"; - fi' + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile=$lt_outputfile.exe + lt_tool_outputfile=$lt_tool_outputfile.exe + ;; + esac~ + if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' ;; *) # Assume MSVC wrapper @@ -8413,7 +8760,7 @@ fi # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. - shrext_cmds=".dll" + shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. @@ -8432,24 +8779,24 @@ fi hardcode_direct=no hardcode_automatic=yes hardcode_shlibpath_var=unsupported - if test "$lt_cv_ld_force_load" = "yes"; then - whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + if test yes = "$lt_cv_ld_force_load"; then + whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' else whole_archive_flag_spec='' fi link_all_deplibs=yes - allow_undefined_flag="$_lt_dar_allow_undefined" + allow_undefined_flag=$_lt_dar_allow_undefined case $cc_basename in - ifort*) _lt_dar_can_shared=yes ;; + ifort*|nagfor*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac - if test "$_lt_dar_can_shared" = "yes"; then + if test yes = "$_lt_dar_can_shared"; then output_verbose_link_cmd=func_echo_all - archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" - module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" - archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" - module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" + archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" + module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" + archive_expsym_cmds="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" + module_expsym_cmds="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" else ld_shlibs=no @@ -8491,33 +8838,33 @@ fi ;; hpux9*) - if test "$GCC" = yes; then - archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + if test yes = "$GCC"; then + archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' else - archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' + archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' fi - hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes - export_dynamic_flag_spec='${wl}-E' + export_dynamic_flag_spec='$wl-E' ;; hpux10*) - if test "$GCC" = yes && test "$with_gnu_ld" = no; then - archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + if test yes,no = "$GCC,$with_gnu_ld"; then + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi - if test "$with_gnu_ld" = no; then - hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + if test no = "$with_gnu_ld"; then + hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: hardcode_direct=yes hardcode_direct_absolute=yes - export_dynamic_flag_spec='${wl}-E' + export_dynamic_flag_spec='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes @@ -8525,25 +8872,25 @@ fi ;; hpux11*) - if test "$GCC" = yes && test "$with_gnu_ld" = no; then + if test yes,no = "$GCC,$with_gnu_ld"; then case $host_cpu in hppa*64*) - archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) - archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) - archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) - archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) - archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) @@ -8555,7 +8902,7 @@ if ${lt_cv_prog_compiler__b+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler__b=no - save_LDFLAGS="$LDFLAGS" + save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -b" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then @@ -8574,14 +8921,14 @@ else fi fi $RM -r conftest* - LDFLAGS="$save_LDFLAGS" + LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 $as_echo "$lt_cv_prog_compiler__b" >&6; } -if test x"$lt_cv_prog_compiler__b" = xyes; then - archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' +if test yes = "$lt_cv_prog_compiler__b"; then + archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi @@ -8589,8 +8936,8 @@ fi ;; esac fi - if test "$with_gnu_ld" = no; then - hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' + if test no = "$with_gnu_ld"; then + hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: case $host_cpu in @@ -8601,7 +8948,7 @@ fi *) hardcode_direct=yes hardcode_direct_absolute=yes - export_dynamic_flag_spec='${wl}-E' + export_dynamic_flag_spec='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. @@ -8612,8 +8959,8 @@ fi ;; irix5* | irix6* | nonstopux*) - if test "$GCC" = yes; then - archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + if test yes = "$GCC"; then + archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. @@ -8623,8 +8970,8 @@ $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " > if ${lt_cv_irix_exported_symbol+:} false; then : $as_echo_n "(cached) " >&6 else - save_LDFLAGS="$LDFLAGS" - LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int foo (void) { return 0; } @@ -8636,25 +8983,35 @@ else fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext - LDFLAGS="$save_LDFLAGS" + LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 $as_echo "$lt_cv_irix_exported_symbol" >&6; } - if test "$lt_cv_irix_exported_symbol" = yes; then - archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' + if test yes = "$lt_cv_irix_exported_symbol"; then + archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' fi else - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' - archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' + archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' fi archive_cmds_need_lc='no' - hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: inherit_rpath=yes link_all_deplibs=yes ;; - netbsd* | netbsdelf*-gnu) + linux*) + case $cc_basename in + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + ld_shlibs=yes + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + + netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else @@ -8668,7 +9025,7 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; } newsos6) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes - hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: hardcode_shlibpath_var=no ;; @@ -8676,27 +9033,19 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; } *nto* | *qnx*) ;; - openbsd*) + openbsd* | bitrig*) if test -f /usr/libexec/ld.so; then hardcode_direct=yes hardcode_shlibpath_var=no hardcode_direct_absolute=yes - if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' - hardcode_libdir_flag_spec='${wl}-rpath,$libdir' - export_dynamic_flag_spec='${wl}-E' + archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' + hardcode_libdir_flag_spec='$wl-rpath,$libdir' + export_dynamic_flag_spec='$wl-E' else - case $host_os in - openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) - archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' - hardcode_libdir_flag_spec='-R$libdir' - ;; - *) - archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - hardcode_libdir_flag_spec='${wl}-rpath,$libdir' - ;; - esac + archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hardcode_libdir_flag_spec='$wl-rpath,$libdir' fi else ld_shlibs=no @@ -8707,33 +9056,53 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; } hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported - archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' - old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' + shrext_cmds=.dll + archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + enable_shared_with_static_runtimes=yes ;; osf3*) - if test "$GCC" = yes; then - allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' - archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' + if test yes = "$GCC"; then + allow_undefined_flag=' $wl-expect_unresolved $wl\*' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' else allow_undefined_flag=' -expect_unresolved \*' - archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fi archive_cmds_need_lc='no' - hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag - if test "$GCC" = yes; then - allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' - archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' - hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' + if test yes = "$GCC"; then + allow_undefined_flag=' $wl-expect_unresolved $wl\*' + archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' else allow_undefined_flag=' -expect_unresolved \*' - archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' + archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ - $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' + $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' @@ -8744,24 +9113,24 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; } solaris*) no_undefined_flag=' -z defs' - if test "$GCC" = yes; then - wlarc='${wl}' - archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' + if test yes = "$GCC"; then + wlarc='$wl' + archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' - archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' + archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' + $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) - wlarc='${wl}' - archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' + wlarc='$wl' + archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi @@ -8771,11 +9140,11 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; } solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, - # but understands `-z linker_flag'. GCC discards it without `$wl', + # but understands '-z linker_flag'. GCC discards it without '$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) - if test "$GCC" = yes; then - whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' + if test yes = "$GCC"; then + whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' else whole_archive_flag_spec='-z allextract$convenience -z defaultextract' fi @@ -8785,10 +9154,10 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; } ;; sunos4*) - if test "x$host_vendor" = xsequent; then + if test sequent = "$host_vendor"; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. - archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' + archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi @@ -8837,43 +9206,43 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; } ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) - no_undefined_flag='${wl}-z,text' + no_undefined_flag='$wl-z,text' archive_cmds_need_lc=no hardcode_shlibpath_var=no runpath_var='LD_RUN_PATH' - if test "$GCC" = yes; then - archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + if test yes = "$GCC"; then + archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else - archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) - # Note: We can NOT use -z defs as we might desire, because we do not + # Note: We CANNOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. - no_undefined_flag='${wl}-z,text' - allow_undefined_flag='${wl}-z,nodefs' + no_undefined_flag='$wl-z,text' + allow_undefined_flag='$wl-z,nodefs' archive_cmds_need_lc=no hardcode_shlibpath_var=no - hardcode_libdir_flag_spec='${wl}-R,$libdir' + hardcode_libdir_flag_spec='$wl-R,$libdir' hardcode_libdir_separator=':' link_all_deplibs=yes - export_dynamic_flag_spec='${wl}-Bexport' + export_dynamic_flag_spec='$wl-Bexport' runpath_var='LD_RUN_PATH' - if test "$GCC" = yes; then - archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + if test yes = "$GCC"; then + archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else - archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; @@ -8888,10 +9257,10 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; } ;; esac - if test x$host_vendor = xsni; then + if test sni = "$host_vendor"; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) - export_dynamic_flag_spec='${wl}-Blargedynsym' + export_dynamic_flag_spec='$wl-Blargedynsym' ;; esac fi @@ -8899,7 +9268,7 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 $as_echo "$ld_shlibs" >&6; } -test "$ld_shlibs" = no && can_build_shared=no +test no = "$ld_shlibs" && can_build_shared=no with_gnu_ld=$with_gnu_ld @@ -8925,7 +9294,7 @@ x|xyes) # Assume -lc should be added archive_cmds_need_lc=yes - if test "$enable_shared" = yes && test "$GCC" = yes; then + if test yes,yes = "$GCC,$enable_shared"; then case $archive_cmds in *'~'*) # FIXME: we may have to deal with multi-command sequences. @@ -9140,14 +9509,14 @@ esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 $as_echo_n "checking dynamic linker characteristics... " >&6; } -if test "$GCC" = yes; then +if test yes = "$GCC"; then case $host_os in - darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; - *) lt_awk_arg="/^libraries:/" ;; + darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; + *) lt_awk_arg='/^libraries:/' ;; esac case $host_os in - mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;; - *) lt_sed_strip_eq="s,=/,/,g" ;; + mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;; + *) lt_sed_strip_eq='s|=/|/|g' ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` case $lt_search_path_spec in @@ -9163,28 +9532,35 @@ if test "$GCC" = yes; then ;; esac # Ok, now we have the path, separated by spaces, we can step through it - # and add multilib dir if necessary. + # and add multilib dir if necessary... lt_tmp_lt_search_path_spec= - lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + # ...but if some path component already ends with the multilib dir we assume + # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). + case "$lt_multi_os_dir; $lt_search_path_spec " in + "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) + lt_multi_os_dir= + ;; + esac for lt_sys_path in $lt_search_path_spec; do - if test -d "$lt_sys_path/$lt_multi_os_dir"; then - lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" - else + if test -d "$lt_sys_path$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" + elif test -n "$lt_multi_os_dir"; then test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' -BEGIN {RS=" "; FS="/|\n";} { - lt_foo=""; - lt_count=0; +BEGIN {RS = " "; FS = "/|\n";} { + lt_foo = ""; + lt_count = 0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { - lt_foo="/" $lt_i lt_foo; + lt_foo = "/" $lt_i lt_foo; } else { lt_count--; } @@ -9198,7 +9574,7 @@ BEGIN {RS=" "; FS="/|\n";} { # for these hosts. case $host_os in mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ - $SED 's,/\([A-Za-z]:\),\1,g'` ;; + $SED 's|/\([A-Za-z]:\)|\1|g'` ;; esac sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else @@ -9207,7 +9583,7 @@ fi library_names_spec= libname_spec='lib$name' soname_spec= -shrext_cmds=".so" +shrext_cmds=.so postinstall_cmds= postuninstall_cmds= finish_cmds= @@ -9224,14 +9600,16 @@ hardcode_into_libs=no # flags to be left without arguments need_version=unknown + + case $host_os in aix3*) version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' + library_names_spec='$libname$release$shared_ext$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. - soname_spec='${libname}${release}${shared_ext}$major' + soname_spec='$libname$release$shared_ext$major' ;; aix[4-9]*) @@ -9239,41 +9617,91 @@ aix[4-9]*) need_lib_prefix=no need_version=no hardcode_into_libs=yes - if test "$host_cpu" = ia64; then + if test ia64 = "$host_cpu"; then # AIX 5 supports IA64 - library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' + library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with - # the line `#! .'. This would cause the generated library to - # depend on `.', always an invalid library. This was fixed in + # the line '#! .'. This would cause the generated library to + # depend on '.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' - echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then + echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac - # AIX (on Power*) has no versioning support, so currently we can not hardcode correct + # Using Import Files as archive members, it is possible to support + # filename-based versioning of shared library archives on AIX. While + # this would work for both with and without runtime linking, it will + # prevent static linking of such archives. So we do filename-based + # shared library versioning with .so extension only, which is used + # when both runtime linking and shared linking is enabled. + # Unfortunately, runtime linking may impact performance, so we do + # not want this to be the default eventually. Also, we use the + # versioned .so libs for executables only if there is the -brtl + # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. + # To allow for filename-based versioning support, we need to create + # libNAME.so.V as an archive file, containing: + # *) an Import File, referring to the versioned filename of the + # archive as well as the shared archive member, telling the + # bitwidth (32 or 64) of that shared object, and providing the + # list of exported symbols of that shared object, eventually + # decorated with the 'weak' keyword + # *) the shared object with the F_LOADONLY flag set, to really avoid + # it being seen by the linker. + # At run time we better use the real file rather than another symlink, + # but for link time we create the symlink libNAME.so -> libNAME.so.V + + case $with_aix_soname,$aix_use_runtimelinking in + # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. - if test "$aix_use_runtimelinking" = yes; then + aix,yes) # traditional libtool + dynamic_linker='AIX unversionable lib.so' # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - else + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + ;; + aix,no) # traditional AIX only + dynamic_linker='AIX lib.a(lib.so.V)' # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. - library_names_spec='${libname}${release}.a $libname.a' - soname_spec='${libname}${release}${shared_ext}$major' - fi + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + ;; + svr4,*) # full svr4 only + dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,yes) # both, prefer svr4 + dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # unpreferred sharedlib libNAME.a needs extra handling + postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' + postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,no) # both, prefer aix + dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)" + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling + postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' + postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' + ;; + esac shlibpath_var=LIBPATH fi ;; @@ -9283,18 +9711,18 @@ amigaos*) powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. - finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) - library_names_spec='${libname}${shared_ext}' + library_names_spec='$libname$shared_ext' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; @@ -9302,8 +9730,8 @@ beos*) bsdi[45]*) version_type=linux # correct to gnu/linux during the next big refactor need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" @@ -9315,7 +9743,7 @@ bsdi[45]*) cygwin* | mingw* | pw32* | cegcc*) version_type=windows - shrext_cmds=".dll" + shrext_cmds=.dll need_version=no need_lib_prefix=no @@ -9324,8 +9752,8 @@ cygwin* | mingw* | pw32* | cegcc*) # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds - postinstall_cmds='base_file=`basename \${file}`~ - dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ @@ -9341,17 +9769,17 @@ cygwin* | mingw* | pw32* | cegcc*) case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' - soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix - soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' - library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' + library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' ;; esac dynamic_linker='Win32 ld.exe' @@ -9360,8 +9788,8 @@ cygwin* | mingw* | pw32* | cegcc*) *,cl*) # Native MSVC libname_spec='$name' - soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' - library_names_spec='${libname}.dll.lib' + soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' + library_names_spec='$libname.dll.lib' case $build_os in mingw*) @@ -9388,7 +9816,7 @@ cygwin* | mingw* | pw32* | cegcc*) sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; *) - sys_lib_search_path_spec="$LIB" + sys_lib_search_path_spec=$LIB if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` @@ -9401,8 +9829,8 @@ cygwin* | mingw* | pw32* | cegcc*) esac # DLL is installed to $(libdir)/../bin by postinstall_cmds - postinstall_cmds='base_file=`basename \${file}`~ - dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' @@ -9415,7 +9843,7 @@ cygwin* | mingw* | pw32* | cegcc*) *) # Assume MSVC wrapper - library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' + library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' dynamic_linker='Win32 ld.exe' ;; esac @@ -9428,8 +9856,8 @@ darwin* | rhapsody*) version_type=darwin need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' - soname_spec='${libname}${release}${major}$shared_ext' + library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' + soname_spec='$libname$release$major$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' @@ -9442,8 +9870,8 @@ dgux*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; @@ -9461,12 +9889,13 @@ freebsd* | dragonfly*) version_type=freebsd-$objformat case $version_type in freebsd-elf*) - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' need_version=no need_lib_prefix=no ;; freebsd-*) - library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' need_version=yes ;; esac @@ -9496,10 +9925,10 @@ haiku*) need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' shlibpath_var=LIBRARY_PATH - shlibpath_overrides_runpath=yes + shlibpath_overrides_runpath=no sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; @@ -9517,14 +9946,15 @@ hpux9* | hpux10* | hpux11*) dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - if test "X$HPUX_IA64_MODE" = X32; then + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + if test 32 = "$HPUX_IA64_MODE"; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + sys_lib_dlsearch_path_spec=/usr/lib/hpux32 else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + sys_lib_dlsearch_path_spec=/usr/lib/hpux64 fi - sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' @@ -9532,8 +9962,8 @@ hpux9* | hpux10* | hpux11*) dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; @@ -9542,8 +9972,8 @@ hpux9* | hpux10* | hpux11*) dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555, ... @@ -9556,8 +9986,8 @@ interix[3-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no @@ -9568,7 +9998,7 @@ irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) - if test "$lt_cv_prog_gnu_ld" = yes; then + if test yes = "$lt_cv_prog_gnu_ld"; then version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix @@ -9576,8 +10006,8 @@ irix5* | irix6* | nonstopux*) esac need_lib_prefix=no need_version=no - soname_spec='${libname}${release}${shared_ext}$major' - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' + soname_spec='$libname$release$shared_ext$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= @@ -9596,8 +10026,8 @@ irix5* | irix6* | nonstopux*) esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no - sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" - sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" + sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" + sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" hardcode_into_libs=yes ;; @@ -9606,13 +10036,33 @@ linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; +linux*android*) + version_type=none # Android doesn't support versioned libraries. + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext' + soname_spec='$libname$release$shared_ext' + finish_cmds= + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + + dynamic_linker='Android linker' + # Don't embed -rpath directories since the linker doesn't support them. + hardcode_libdir_flag_spec='-L$libdir' + ;; + # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no @@ -9656,7 +10106,12 @@ fi # before this can be enabled. hardcode_into_libs=yes - # Append ld.so.conf contents to the search path + # Ideally, we could use ldconfig to report *all* directores which are + # searched for libraries, however this is still not possible. Aside from not + # being certain /sbin/ldconfig is available, command + # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, + # even though it is searched at run-time. Try to do the best guess by + # appending ld.so.conf contents (and includes) to the search path. if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" @@ -9671,29 +10126,17 @@ fi dynamic_linker='GNU/Linux ld.so' ;; -netbsdelf*-gnu) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - dynamic_linker='NetBSD ld.elf_so' - ;; - netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH @@ -9703,7 +10146,7 @@ netbsd*) newsos6) version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; @@ -9712,58 +10155,68 @@ newsos6) version_type=qnx need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; -openbsd*) +openbsd* | bitrig*) version_type=sunos - sys_lib_dlsearch_path_spec="/usr/lib" + sys_lib_dlsearch_path_spec=/usr/lib need_lib_prefix=no - # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. - case $host_os in - openbsd3.3 | openbsd3.3.*) need_version=yes ;; - *) need_version=no ;; - esac - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' - shlibpath_var=LD_LIBRARY_PATH - if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then - case $host_os in - openbsd2.[89] | openbsd2.[89].*) - shlibpath_overrides_runpath=no - ;; - *) - shlibpath_overrides_runpath=yes - ;; - esac + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + need_version=no else - shlibpath_overrides_runpath=yes + need_version=yes fi + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes ;; os2*) libname_spec='$name' - shrext_cmds=".dll" + version_type=windows + shrext_cmds=.dll + need_version=no need_lib_prefix=no - library_names_spec='$libname${shared_ext} $libname.a' + # OS/2 can only load a DLL with a base name of 8 characters or less. + soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; + v=$($ECHO $release$versuffix | tr -d .-); + n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); + $ECHO $n$v`$shared_ext' + library_names_spec='${libname}_dll.$libext' dynamic_linker='OS/2 ld.exe' - shlibpath_var=LIBPATH + shlibpath_var=BEGINLIBPATH + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no - soname_spec='${libname}${release}${shared_ext}$major' - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + soname_spec='$libname$release$shared_ext$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" - sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; rdos*) @@ -9774,8 +10227,8 @@ solaris*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes @@ -9785,11 +10238,11 @@ solaris*) sunos4*) version_type=sunos - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes - if test "$with_gnu_ld" = yes; then + if test yes = "$with_gnu_ld"; then need_lib_prefix=no fi need_version=yes @@ -9797,8 +10250,8 @@ sunos4*) sysv4 | sysv4.3*) version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) @@ -9819,24 +10272,24 @@ sysv4 | sysv4.3*) ;; sysv4*MP*) - if test -d /usr/nec ;then + if test -d /usr/nec; then version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' - soname_spec='$libname${shared_ext}.$major' + library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' + soname_spec='$libname$shared_ext.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) - version_type=freebsd-elf + version_type=sco need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes - if test "$with_gnu_ld" = yes; then + if test yes = "$with_gnu_ld"; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' @@ -9854,7 +10307,7 @@ tpf*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes @@ -9862,8 +10315,8 @@ tpf*) uts4*) version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; @@ -9873,20 +10326,28 @@ uts4*) esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 $as_echo "$dynamic_linker" >&6; } -test "$dynamic_linker" = no && can_build_shared=no +test no = "$dynamic_linker" && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" -if test "$GCC" = yes; then +if test yes = "$GCC"; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi -if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then - sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" +if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then + sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec fi -if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then - sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" + +if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then + sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec fi +# lt_cv_sys_lib... is unaugmented for libtool script decls... +lt_cv_sys_lib_dlsearch_path_spec=$sys_lib_dlsearch_path_spec + +# ..but sys_lib_... needs LT_SYS_LIBRARY_PATH munging for +# LT_SYS_DLSEARCH_PATH macro in ltdl.m4 to work with the correct paths: +func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" + @@ -9983,15 +10444,15 @@ $as_echo_n "checking how to hardcode library paths into programs... " >&6; } hardcode_action= if test -n "$hardcode_libdir_flag_spec" || test -n "$runpath_var" || - test "X$hardcode_automatic" = "Xyes" ; then + test yes = "$hardcode_automatic"; then # We can hardcode non-existent directories. - if test "$hardcode_direct" != no && + if test no != "$hardcode_direct" && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one - ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no && - test "$hardcode_minus_L" != no; then + ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" && + test no != "$hardcode_minus_L"; then # Linking always hardcodes the temporary library directory. hardcode_action=relink else @@ -10006,12 +10467,12 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 $as_echo "$hardcode_action" >&6; } -if test "$hardcode_action" = relink || - test "$inherit_rpath" = yes; then +if test relink = "$hardcode_action" || + test yes = "$inherit_rpath"; then # Fast installation is not supported enable_fast_install=no -elif test "$shlibpath_overrides_runpath" = yes || - test "$enable_shared" = no; then +elif test yes = "$shlibpath_overrides_runpath" || + test no = "$enable_shared"; then # Fast installation is not necessary enable_fast_install=needless fi @@ -10021,7 +10482,7 @@ fi - if test "x$enable_dlopen" != xyes; then + if test yes != "$enable_dlopen"; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown @@ -10031,23 +10492,23 @@ else case $host_os in beos*) - lt_cv_dlopen="load_add_on" + lt_cv_dlopen=load_add_on lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) - lt_cv_dlopen="LoadLibrary" + lt_cv_dlopen=LoadLibrary lt_cv_dlopen_libs= ;; cygwin*) - lt_cv_dlopen="dlopen" + lt_cv_dlopen=dlopen lt_cv_dlopen_libs= ;; darwin*) - # if libdl is installed we need to link against it + # if libdl is installed we need to link against it { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if ${ac_cv_lib_dl_dlopen+:} false; then : @@ -10085,10 +10546,10 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes; then : - lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl else - lt_cv_dlopen="dyld" + lt_cv_dlopen=dyld lt_cv_dlopen_libs= lt_cv_dlopen_self=yes @@ -10096,10 +10557,18 @@ fi ;; + tpf*) + # Don't try to run any link tests for TPF. We know it's impossible + # because TPF is a cross-compiler, and we know how we open DSOs. + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + lt_cv_dlopen_self=no + ;; + *) ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" if test "x$ac_cv_func_shl_load" = xyes; then : - lt_cv_dlopen="shl_load" + lt_cv_dlopen=shl_load else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 $as_echo_n "checking for shl_load in -ldld... " >&6; } @@ -10138,11 +10607,11 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } if test "x$ac_cv_lib_dld_shl_load" = xyes; then : - lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" + lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld else ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" if test "x$ac_cv_func_dlopen" = xyes; then : - lt_cv_dlopen="dlopen" + lt_cv_dlopen=dlopen else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } @@ -10181,7 +10650,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes; then : - lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 $as_echo_n "checking for dlopen in -lsvld... " >&6; } @@ -10220,7 +10689,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 $as_echo "$ac_cv_lib_svld_dlopen" >&6; } if test "x$ac_cv_lib_svld_dlopen" = xyes; then : - lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" + lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 $as_echo_n "checking for dld_link in -ldld... " >&6; } @@ -10259,7 +10728,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 $as_echo "$ac_cv_lib_dld_dld_link" >&6; } if test "x$ac_cv_lib_dld_dld_link" = xyes; then : - lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" + lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld fi @@ -10280,21 +10749,21 @@ fi ;; esac - if test "x$lt_cv_dlopen" != xno; then - enable_dlopen=yes - else + if test no = "$lt_cv_dlopen"; then enable_dlopen=no + else + enable_dlopen=yes fi case $lt_cv_dlopen in dlopen) - save_CPPFLAGS="$CPPFLAGS" - test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" + save_CPPFLAGS=$CPPFLAGS + test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" - save_LDFLAGS="$LDFLAGS" + save_LDFLAGS=$LDFLAGS wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" - save_LIBS="$LIBS" + save_LIBS=$LIBS LIBS="$lt_cv_dlopen_libs $LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 @@ -10302,7 +10771,7 @@ $as_echo_n "checking whether a program can dlopen itself... " >&6; } if ${lt_cv_dlopen_self+:} false; then : $as_echo_n "(cached) " >&6 else - if test "$cross_compiling" = yes; then : + if test yes = "$cross_compiling"; then : lt_cv_dlopen_self=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 @@ -10349,9 +10818,9 @@ else # endif #endif -/* When -fvisbility=hidden is used, assume the code has been annotated +/* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ -#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif @@ -10381,7 +10850,7 @@ _LT_EOF (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then + test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in @@ -10401,14 +10870,14 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 $as_echo "$lt_cv_dlopen_self" >&6; } - if test "x$lt_cv_dlopen_self" = xyes; then + if test yes = "$lt_cv_dlopen_self"; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } if ${lt_cv_dlopen_self_static+:} false; then : $as_echo_n "(cached) " >&6 else - if test "$cross_compiling" = yes; then : + if test yes = "$cross_compiling"; then : lt_cv_dlopen_self_static=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 @@ -10455,9 +10924,9 @@ else # endif #endif -/* When -fvisbility=hidden is used, assume the code has been annotated +/* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ -#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif @@ -10487,7 +10956,7 @@ _LT_EOF (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then + test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in @@ -10508,9 +10977,9 @@ fi $as_echo "$lt_cv_dlopen_self_static" >&6; } fi - CPPFLAGS="$save_CPPFLAGS" - LDFLAGS="$save_LDFLAGS" - LIBS="$save_LIBS" + CPPFLAGS=$save_CPPFLAGS + LDFLAGS=$save_LDFLAGS + LIBS=$save_LIBS ;; esac @@ -10554,7 +11023,7 @@ else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) - if test -n "$STRIP" ; then + if test -n "$STRIP"; then striplib="$STRIP -x" old_striplib="$STRIP -S" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 @@ -10582,7 +11051,7 @@ fi - # Report which library types will actually be built + # Report what library types will actually be built { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 $as_echo_n "checking if libtool supports shared libraries... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 @@ -10590,13 +11059,13 @@ $as_echo "$can_build_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 $as_echo_n "checking whether to build shared libraries... " >&6; } - test "$can_build_shared" = "no" && enable_shared=no + test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) - test "$enable_shared" = yes && enable_static=no + test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' @@ -10604,8 +11073,12 @@ $as_echo_n "checking whether to build shared libraries... " >&6; } ;; aix[4-9]*) - if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then - test "$enable_shared" = yes && enable_static=no + if test ia64 != "$host_cpu"; then + case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in + yes,aix,yes) ;; # shared object as lib.so file only + yes,svr4,*) ;; # shared object as lib.so archive member only + yes,*) enable_static=no ;; # shared object in lib.a archive as well + esac fi ;; esac @@ -10615,7 +11088,7 @@ $as_echo "$enable_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 $as_echo_n "checking whether to build static libraries... " >&6; } # Make sure either enable_shared or enable_static is yes. - test "$enable_shared" = yes || enable_static=yes + test yes = "$enable_shared" || enable_static=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 $as_echo "$enable_static" >&6; } @@ -10629,7 +11102,7 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -CC="$lt_save_CC" +CC=$lt_save_CC @@ -11390,7 +11863,6 @@ fi - if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. @@ -13187,6 +13659,7 @@ enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' +shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' @@ -13236,10 +13709,13 @@ compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' +lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' +lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' @@ -13304,7 +13780,7 @@ finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' -sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_lib_dlsearch_path_spec='`$ECHO "$lt_cv_sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' @@ -13355,9 +13831,12 @@ CFLAGS \ compiler \ lt_cv_sys_global_symbol_pipe \ lt_cv_sys_global_symbol_to_cdecl \ +lt_cv_sys_global_symbol_to_import \ lt_cv_sys_global_symbol_to_c_name_address \ lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ +lt_cv_nm_interface \ nm_file_list_spec \ +lt_cv_truncate_bin \ lt_prog_compiler_no_builtin_flag \ lt_prog_compiler_pic \ lt_prog_compiler_wl \ @@ -13392,7 +13871,7 @@ old_striplib \ striplib; do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" @@ -13419,10 +13898,10 @@ postinstall_cmds \ postuninstall_cmds \ finish_cmds \ sys_lib_search_path_spec \ -sys_lib_dlsearch_path_spec; do +lt_cv_sys_lib_dlsearch_path_spec; do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" @@ -13431,19 +13910,16 @@ sys_lib_dlsearch_path_spec; do done ac_aux_dir='$ac_aux_dir' -xsi_shell='$xsi_shell' -lt_shell_append='$lt_shell_append' -# See if we are running on zsh, and set the options which allow our +# See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes INIT. -if test -n "\${ZSH_VERSION+set}" ; then +if test -n "\${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi PACKAGE='$PACKAGE' VERSION='$VERSION' - TIMESTAMP='$TIMESTAMP' RM='$RM' ofile='$ofile' @@ -13895,55 +14371,53 @@ $as_echo "$as_me: executing $ac_file commands" >&6;} case $ac_file$ac_mode in "libtool":C) - # See if we are running on zsh, and set the options which allow our + # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes. - if test -n "${ZSH_VERSION+set}" ; then + if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi - cfgfile="${ofile}T" + cfgfile=${ofile}T trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL - -# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. -# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION +# Generated automatically by $as_me ($PACKAGE) $VERSION # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. + +# Provide generalized library-building support services. +# Written by Gordon Matzigkeit, 1996 + +# Copyright (C) 2014 Free Software Foundation, Inc. +# This is free software; see the source for copying conditions. There is NO +# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +# GNU Libtool is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of of the License, or +# (at your option) any later version. # -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. -# Written by Gordon Matzigkeit, 1996 -# -# This file is part of GNU Libtool. -# -# GNU Libtool is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of -# the License, or (at your option) any later version. -# -# As a special exception to the GNU General Public License, -# if you distribute this file as part of a program or library that -# is built using GNU Libtool, you may include this file under the -# same distribution terms that you use for the rest of that program. +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program or library that is built +# using GNU Libtool, you may include this file under the same +# distribution terms that you use for the rest of that program. # -# GNU Libtool is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of +# GNU Libtool is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with GNU Libtool; see the file COPYING. If not, a copy -# can be downloaded from http://www.gnu.org/licenses/gpl.html, or -# obtained by writing to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see . # The names of the tagged configurations supported by this script. -available_tags="" +available_tags='' + +# Configured defaults for sys_lib_dlsearch_path munging. +: \${LT_SYS_LIBRARY_PATH="$LT_SYS_LIBRARY_PATH"} # ### BEGIN LIBTOOL CONFIG @@ -13963,6 +14437,9 @@ pic_mode=$pic_mode # Whether or not to optimize for fast installation. fast_install=$enable_fast_install +# Shared archive member basename,for filename based shared library versioning on AIX. +shared_archive_member_spec=$shared_archive_member_spec + # Shell to use when invoking shell scripts. SHELL=$lt_SHELL @@ -14080,18 +14557,27 @@ global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl +# Transform the output of nm into a list of symbols to manually relocate. +global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import + # Transform the output of nm in a C name address pair. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # Transform the output of nm in a C name address pair when lib prefix is needed. global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix +# The name lister interface. +nm_interface=$lt_lt_cv_nm_interface + # Specify filename containing input files for \$NM. nm_file_list_spec=$lt_nm_file_list_spec -# The root where to search for dependent libraries,and in which our libraries should be installed. +# The root where to search for dependent libraries,and where our libraries should be installed. lt_sysroot=$lt_sysroot +# Command to truncate a binary pipe. +lt_truncate_bin=$lt_lt_cv_truncate_bin + # The name of the directory that contains temporary libtool files. objdir=$objdir @@ -14183,7 +14669,7 @@ hardcode_into_libs=$hardcode_into_libs sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Run-time system search path for libraries. -sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec +sys_lib_dlsearch_path_spec=$lt_lt_cv_sys_lib_dlsearch_path_spec # Whether dlopen is supported. dlopen_support=$enable_dlopen @@ -14276,13 +14762,13 @@ hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec # Whether we need a single "-rpath" flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator -# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes +# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes # DIR into the resulting binary. hardcode_direct=$hardcode_direct -# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes +# Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes # DIR into the resulting binary and the resulting library dependency is -# "absolute",i.e impossible to change by setting \${shlibpath_var} if the +# "absolute",i.e impossible to change by setting \$shlibpath_var if the # library is relocated. hardcode_direct_absolute=$hardcode_direct_absolute @@ -14332,6 +14818,61 @@ hardcode_action=$hardcode_action # ### END LIBTOOL CONFIG +_LT_EOF + + cat <<'_LT_EOF' >> "$cfgfile" + +# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x$2 in + x) + ;; + *:) + eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \S|@1\" + ;; + x:*) + eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" + ;; + *) + eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" + ;; + esac +} + + +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in $*""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} + + _LT_EOF case $host_os in @@ -14340,7 +14881,7 @@ _LT_EOF # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. -if test "X${COLLECT_NAMES+set}" != Xset; then +if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi @@ -14349,7 +14890,7 @@ _LT_EOF esac -ltmain="$ac_aux_dir/ltmain.sh" +ltmain=$ac_aux_dir/ltmain.sh # We use sed instead of cat because bash on DJGPP gets confused if @@ -14359,165 +14900,6 @@ ltmain="$ac_aux_dir/ltmain.sh" sed '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) - if test x"$xsi_shell" = xyes; then - sed -e '/^func_dirname ()$/,/^} # func_dirname /c\ -func_dirname ()\ -{\ -\ case ${1} in\ -\ */*) func_dirname_result="${1%/*}${2}" ;;\ -\ * ) func_dirname_result="${3}" ;;\ -\ esac\ -} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_basename ()$/,/^} # func_basename /c\ -func_basename ()\ -{\ -\ func_basename_result="${1##*/}"\ -} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\ -func_dirname_and_basename ()\ -{\ -\ case ${1} in\ -\ */*) func_dirname_result="${1%/*}${2}" ;;\ -\ * ) func_dirname_result="${3}" ;;\ -\ esac\ -\ func_basename_result="${1##*/}"\ -} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_stripname ()$/,/^} # func_stripname /c\ -func_stripname ()\ -{\ -\ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\ -\ # positional parameters, so assign one to ordinary parameter first.\ -\ func_stripname_result=${3}\ -\ func_stripname_result=${func_stripname_result#"${1}"}\ -\ func_stripname_result=${func_stripname_result%"${2}"}\ -} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\ -func_split_long_opt ()\ -{\ -\ func_split_long_opt_name=${1%%=*}\ -\ func_split_long_opt_arg=${1#*=}\ -} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\ -func_split_short_opt ()\ -{\ -\ func_split_short_opt_arg=${1#??}\ -\ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\ -} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\ -func_lo2o ()\ -{\ -\ case ${1} in\ -\ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\ -\ *) func_lo2o_result=${1} ;;\ -\ esac\ -} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_xform ()$/,/^} # func_xform /c\ -func_xform ()\ -{\ - func_xform_result=${1%.*}.lo\ -} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_arith ()$/,/^} # func_arith /c\ -func_arith ()\ -{\ - func_arith_result=$(( $* ))\ -} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_len ()$/,/^} # func_len /c\ -func_len ()\ -{\ - func_len_result=${#1}\ -} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - -fi - -if test x"$lt_shell_append" = xyes; then - sed -e '/^func_append ()$/,/^} # func_append /c\ -func_append ()\ -{\ - eval "${1}+=\\${2}"\ -} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\ -func_append_quoted ()\ -{\ -\ func_quote_for_eval "${2}"\ -\ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\ -} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") -test 0 -eq $? || _lt_function_replace_fail=: - - - # Save a `func_append' function call where possible by direct use of '+=' - sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") - test 0 -eq $? || _lt_function_replace_fail=: -else - # Save a `func_append' function call even when '+=' is not available - sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ - && mv -f "$cfgfile.tmp" "$cfgfile" \ - || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") - test 0 -eq $? || _lt_function_replace_fail=: -fi - -if test x"$_lt_function_replace_fail" = x":"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5 -$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;} -fi - - mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" diff --git a/libtool b/libtool index e8272ae..ca534f7 100755 --- a/libtool +++ b/libtool @@ -1,47 +1,45 @@ -#! /bin/bash - -# libtool - Provide generalized library-building support services. +#! /bin/sh # Generated automatically by config.status (dssi-render) 0.0.1 -# Libtool was configured on host Glitterhawk: +# Libtool was configured on host toucansam: # NOTE: Changes made to this file will be lost: look at ltmain.sh. + +# Provide generalized library-building support services. +# Written by Gordon Matzigkeit, 1996 + +# Copyright (C) 2014 Free Software Foundation, Inc. +# This is free software; see the source for copying conditions. There is NO +# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +# GNU Libtool is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of of the License, or +# (at your option) any later version. # -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, -# 2006, 2007, 2008, 2009, 2010, 2011 Free Software -# Foundation, Inc. -# Written by Gordon Matzigkeit, 1996 -# -# This file is part of GNU Libtool. -# -# GNU Libtool is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation; either version 2 of -# the License, or (at your option) any later version. -# -# As a special exception to the GNU General Public License, -# if you distribute this file as part of a program or library that -# is built using GNU Libtool, you may include this file under the -# same distribution terms that you use for the rest of that program. +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program or library that is built +# using GNU Libtool, you may include this file under the same +# distribution terms that you use for the rest of that program. # -# GNU Libtool is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of +# GNU Libtool is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with GNU Libtool; see the file COPYING. If not, a copy -# can be downloaded from http://www.gnu.org/licenses/gpl.html, or -# obtained by writing to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see . # The names of the tagged configurations supported by this script. -available_tags="" +available_tags='' + +# Configured defaults for sys_lib_dlsearch_path munging. +: ${LT_SYS_LIBRARY_PATH=""} # ### BEGIN LIBTOOL CONFIG # Which release of libtool.m4 was used? -macro_version=2.4.2 -macro_revision=1.3337 +macro_version=2.4.5 +macro_revision=2.4.5 # Whether or not to build shared libraries. build_libtool_libs=yes @@ -55,8 +53,11 @@ pic_mode=default # Whether or not to optimize for fast installation. fast_install=yes +# Shared archive member basename,for filename based shared library versioning on AIX. +shared_archive_member_spec= + # Shell to use when invoking shell scripts. -SHELL="/bin/bash" +SHELL="/bin/sh" # An echo program that protects backslashes. ECHO="printf %s\\n" @@ -75,19 +76,19 @@ build=x86_64-unknown-linux-gnu build_os=linux-gnu # A sed program that does not truncate output. -SED="/bin/sed" +SED="/usr/bin/sed" # Sed that helps us avoid accidentally triggering echo(1) options like -n. Xsed="$SED -e 1s/^X//" # A grep program that handles long lines. -GREP="/bin/grep" +GREP="/usr/bin/grep" # An ERE matcher. -EGREP="/bin/grep -E" +EGREP="/usr/bin/grep -E" # A literal string matcher. -FGREP="/bin/grep -F" +FGREP="/usr/bin/grep -F" # A BSD- or MS-compatible name lister. NM="/usr/bin/nm -B" @@ -170,20 +171,29 @@ LTCFLAGS="-g -O2" global_symbol_pipe="sed -n -e 's/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p' | sed '/ __gnu_lto/d'" # Transform the output of nm in a proper C declaration. -global_symbol_to_cdecl="sed -n -e 's/^T .* \\(.*\\)\$/extern int \\1();/p' -e 's/^[ABCDGIRSTW]* .* \\(.*\\)\$/extern char \\1;/p'" +global_symbol_to_cdecl="sed -n -e 's/^T .* \\(.*\\)\$/extern int \\1();/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \\(.*\\)\$/extern char \\1;/p'" + +# Transform the output of nm into a list of symbols to manually relocate. +global_symbol_to_import="" # Transform the output of nm in a C name address pair. -global_symbol_to_c_name_address="sed -n -e 's/^: \\([^ ]*\\)[ ]*\$/ {\\\"\\1\\\", (void *) 0},/p' -e 's/^[ABCDGIRSTW]* \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (void *) \\&\\2},/p'" +global_symbol_to_c_name_address="sed -n -e 's/^: \\(.*\\) .*\$/ {\"\\1\", (void *) 0},/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \\(.*\\)\$/ {\"\\1\", (void *) \\&\\1},/p'" # Transform the output of nm in a C name address pair when lib prefix is needed. -global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \\([^ ]*\\)[ ]*\$/ {\\\"\\1\\\", (void *) 0},/p' -e 's/^[ABCDGIRSTW]* \\([^ ]*\\) \\(lib[^ ]*\\)\$/ {\"\\2\", (void *) \\&\\2},/p' -e 's/^[ABCDGIRSTW]* \\([^ ]*\\) \\([^ ]*\\)\$/ {\"lib\\2\", (void *) \\&\\2},/p'" +global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \\(.*\\) .*\$/ {\"\\1\", (void *) 0},/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \\(lib.*\\)\$/ {\"\\1\", (void *) \\&\\1},/p' -e 's/^[ABCDGIRSTW][ABCDGIRSTW]* .* \\(.*\\)\$/ {\"lib\\1\", (void *) \\&\\1},/p'" + +# The name lister interface. +nm_interface="BSD nm" # Specify filename containing input files for $NM. nm_file_list_spec="@" -# The root where to search for dependent libraries,and in which our libraries should be installed. +# The root where to search for dependent libraries,and where our libraries should be installed. lt_sysroot= +# Command to truncate a binary pipe. +lt_truncate_bin="/usr/bin/dd bs=4096 count=1" + # The name of the directory that contains temporary libtool files. objdir=.libs @@ -247,10 +257,10 @@ libname_spec="lib\$name" # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME -library_names_spec="\${libname}\${release}\${shared_ext}\$versuffix \${libname}\${release}\${shared_ext}\$major \$libname\${shared_ext}" +library_names_spec="\$libname\$release\$shared_ext\$versuffix \$libname\$release\$shared_ext\$major \$libname\$shared_ext" # The coded name of the library, if different from the real name. -soname_spec="\${libname}\${release}\${shared_ext}\$major" +soname_spec="\$libname\$release\$shared_ext\$major" # Permission mode override for installation of shared libraries. install_override_mode="" @@ -272,10 +282,10 @@ finish_eval="" hardcode_into_libs=yes # Compile-time system search path for libraries. -sys_lib_search_path_spec="/usr/lib/gcc/x86_64-linux-gnu/4.9 /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib " +sys_lib_search_path_spec="/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2 /usr/lib /lib " # Run-time system search path for libraries. -sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/lib/x86_64-linux-gnu/libfakeroot /usr/lib/x86_64-linux-gnu/freetype-infinality /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /lib32 /usr/lib32 /libx32 /usr/libx32 " +sys_lib_dlsearch_path_spec="/lib /usr/lib /opt/android-sdk/tools/lib /usr/lib/libfakeroot /usr/lib/ /usr/lib/ffmpeg-compat/ /usr/lib32 /usr/lib/libgig /usr/lib/linuxsampler /usr/lib/octave/3.8.2 /opt/opencv-old/lib/ /usr/lib/openmpi " # Whether dlopen is supported. dlopen_support=unknown @@ -329,10 +339,10 @@ build_libtool_need_lc=no allow_libtool_libs_with_static_runtimes=no # Compiler flag to allow reflexive dlopens. -export_dynamic_flag_spec="\${wl}--export-dynamic" +export_dynamic_flag_spec="\$wl--export-dynamic" # Compiler flag to generate shared objects directly from archives. -whole_archive_flag_spec="\${wl}--whole-archive\$convenience \${wl}--no-whole-archive" +whole_archive_flag_spec="\$wl--whole-archive\$convenience \$wl--no-whole-archive" # Whether the compiler copes with passing no objects directly. compiler_needs_object="no" @@ -344,11 +354,11 @@ old_archive_from_new_cmds="" old_archive_from_expsyms_cmds="" # Commands used to build a shared archive. -archive_cmds="\$CC -shared \$pic_flag \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname -o \$lib" +archive_cmds="\$CC -shared \$pic_flag \$libobjs \$deplibs \$compiler_flags \$wl-soname \$wl\$soname -o \$lib" archive_expsym_cmds="echo \\\"{ global:\\\" > \$output_objdir/\$libname.ver~ - cat \$export_symbols | sed -e \\\"s/\\\\(.*\\\\)/\\\\1;/\\\" >> \$output_objdir/\$libname.ver~ - echo \\\"local: *; };\\\" >> \$output_objdir/\$libname.ver~ - \$CC -shared \$pic_flag \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname \${wl}-version-script \${wl}\$output_objdir/\$libname.ver -o \$lib" + cat \$export_symbols | sed -e \\\"s/\\\\(.*\\\\)/\\\\1;/\\\" >> \$output_objdir/\$libname.ver~ + echo \\\"local: *; };\\\" >> \$output_objdir/\$libname.ver~ + \$CC -shared \$pic_flag \$libobjs \$deplibs \$compiler_flags \$wl-soname \$wl\$soname \$wl-version-script \$wl\$output_objdir/\$libname.ver -o \$lib" # Commands used to build a loadable module if different from building # a shared archive. @@ -366,18 +376,18 @@ no_undefined_flag="" # Flag to hardcode $libdir into a binary during linking. # This must work even if $libdir does not exist -hardcode_libdir_flag_spec="\${wl}-rpath \${wl}\$libdir" +hardcode_libdir_flag_spec="\$wl-rpath \$wl\$libdir" # Whether we need a single "-rpath" flag with a separated argument. hardcode_libdir_separator="" -# Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes +# Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes # DIR into the resulting binary. hardcode_direct=no -# Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes +# Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes # DIR into the resulting binary and the resulting library dependency is -# "absolute",i.e impossible to change by setting ${shlibpath_var} if the +# "absolute",i.e impossible to change by setting $shlibpath_var if the # library is relocated. hardcode_direct_absolute=no @@ -399,7 +409,7 @@ hardcode_automatic=no inherit_rpath=no # Whether libtool must link a program against all its dependency libraries. -link_all_deplibs=no +link_all_deplibs=unknown # Set to "yes" if exported symbols are required. always_export_symbols=no @@ -428,11 +438,66 @@ hardcode_action=immediate # ### END LIBTOOL CONFIG -# libtool (GNU libtool) 2.4.2 +# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x$2 in + x) + ;; + *:) + eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \S|@1\" + ;; + x:*) + eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" + ;; + *) + eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" + ;; + esac +} + + +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in $*""; do + case $cc_temp in + compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; + distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} + + +#! /bin/sh +## DO NOT EDIT - This file generated from ./build-aux/ltmain.in +## by inline-source v2014-01-03.01 + +# libtool (GNU libtool) 2.4.5 +# Provide generalized library-building support services. # Written by Gordon Matzigkeit , 1996 -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, -# 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +# Copyright (C) 1996-2015 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. @@ -452,874 +517,2105 @@ hardcode_action=immediate # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with GNU Libtool; see the file COPYING. If not, a copy -# can be downloaded from http://www.gnu.org/licenses/gpl.html, -# or obtained by writing to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see . -# Usage: $progname [OPTION]... [MODE-ARG]... -# -# Provide generalized library-building support services. -# -# --config show all configuration variables -# --debug enable verbose shell tracing -# -n, --dry-run display commands without modifying any files -# --features display basic configuration information and exit -# --mode=MODE use operation mode MODE -# --preserve-dup-deps don't remove duplicate dependency libraries -# --quiet, --silent don't print informational messages -# --no-quiet, --no-silent -# print informational messages (default) -# --no-warn don't display warning messages -# --tag=TAG use configuration variables from tag TAG -# -v, --verbose print more informational messages than default -# --no-verbose don't print the extra informational messages -# --version print version information -# -h, --help, --help-all print short, long, or detailed help message -# -# MODE must be one of the following: -# -# clean remove files from the build directory -# compile compile a source file into a libtool object -# execute automatically set library path, then run a program -# finish complete the installation of libtool libraries -# install install libraries or executables -# link create a library or an executable -# uninstall remove libraries from an installed directory -# -# MODE-ARGS vary depending on the MODE. When passed as first option, -# `--mode=MODE' may be abbreviated as `MODE' or a unique abbreviation of that. -# Try `$progname --help --mode=MODE' for a more detailed description of MODE. -# -# When reporting a bug, please describe a test case to reproduce it and -# include the following information: -# -# host-triplet: $host -# shell: $SHELL -# compiler: $LTCC -# compiler flags: $LTCFLAGS -# linker: $LD (gnu? $with_gnu_ld) -# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.11 -# automake: $automake_version -# autoconf: $autoconf_version -# -# Report bugs to . -# GNU libtool home page: . -# General help using GNU software: . PROGRAM=libtool PACKAGE=libtool -VERSION="2.4.2 Debian-2.4.2-1.11" -TIMESTAMP="" -package_revision=1.3337 +VERSION=2.4.5 +package_revision=2.4.5 -# Be Bourne compatible -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + +## ------ ## +## Usage. ## +## ------ ## + +# Run './libtool --help' for help with using this script from the +# command line. + + +## ------------------------------- ## +## User overridable command paths. ## +## ------------------------------- ## + +# After configure completes, it has a better idea of some of the +# shell tools we need than the defaults used by the functions shared +# with bootstrap, so set those here where they can still be over- +# ridden by the user, but otherwise take precedence. + +: ${AUTOCONF="autoconf"} +: ${AUTOMAKE="automake"} + + +## -------------------------- ## +## Source external libraries. ## +## -------------------------- ## + +# Much of our low-level functionality needs to be sourced from external +# libraries, which are installed to $pkgauxdir. + +# Set a version string for this script. +scriptversion=2014-01-03.01; # UTC + +# General shell script boiler plate, and helper functions. +# Written by Gary V. Vaughan, 2004 + +# Copyright (C) 2004-2015 Free Software Foundation, Inc. +# This is free software; see the source for copying conditions. There is NO +# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. + +# As a special exception to the GNU General Public License, if you distribute +# this file as part of a program or library that is built using GNU Libtool, +# you may include this file under the same distribution terms that you use +# for the rest of that program. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNES FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# Please report bugs or propose patches to gary@gnu.org. + + +## ------ ## +## Usage. ## +## ------ ## + +# Evaluate this file near the top of your script to gain access to +# the functions and variables defined here: +# +# . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh +# +# If you need to override any of the default environment variable +# settings, do that before evaluating this file. + + +## -------------------- ## +## Shell normalisation. ## +## -------------------- ## + +# Some shells need a little help to be as Bourne compatible as possible. +# Before doing anything else, make sure all that help has been provided! + +DUALCASE=1; export DUALCASE # for MKS sh +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else - case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac + case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi -BIN_SH=xpg4; export BIN_SH # for Tru64 -DUALCASE=1; export DUALCASE # for MKS sh - -# A function that is used when there is no print builtin or printf. -func_fallback_echo () -{ - eval 'cat <<_LTECHO_EOF -$1 -_LTECHO_EOF' -} -# NLS nuisances: We save the old values to restore during execute mode. -lt_user_locale= -lt_safe_locale= -for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES +# NLS nuisances: We save the old values in case they are required later. +_G_user_locale= +_G_safe_locale= +for _G_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do - eval "if test \"\${$lt_var+set}\" = set; then - save_$lt_var=\$$lt_var - $lt_var=C - export $lt_var - lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\" - lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\" + eval "if test set = \"\${$_G_var+set}\"; then + save_$_G_var=\$$_G_var + $_G_var=C + export $_G_var + _G_user_locale=\"$_G_var=\\\$save_\$_G_var; \$_G_user_locale\" + _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\" fi" done -LC_ALL=C -LANGUAGE=C -export LANGUAGE LC_ALL -$lt_unset CDPATH +# CDPATH. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH +# Make sure IFS has a sensible default +sp=' ' +nl=' +' +IFS="$sp $nl" + +# There are apparently some retarded systems that use ';' as a PATH separator! +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi -# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh -# is ksh but when the shell is invoked as "sh" and the current value of -# the _XPG environment variable is not equal to 1 (one), the special -# positional parameter $0, within a function call, is the name of the -# function. -progpath="$0" +## ------------------------- ## +## Locate command utilities. ## +## ------------------------- ## + + +# func_executable_p FILE +# ---------------------- +# Check that FILE is an executable regular file. +func_executable_p () +{ + test -f "$1" && test -x "$1" +} + + +# func_path_progs PROGS_LIST CHECK_FUNC [PATH] +# -------------------------------------------- +# Search for either a program that responds to --version with output +# containing "GNU", or else returned by CHECK_FUNC otherwise, by +# trying all the directories in PATH with each of the elements of +# PROGS_LIST. +# +# CHECK_FUNC should accept the path to a candidate program, and +# set $func_check_prog_result if it truncates its output less than +# $_G_path_prog_max characters. +func_path_progs () +{ + _G_progs_list=$1 + _G_check_func=$2 + _G_PATH=${3-"$PATH"} + + _G_path_prog_max=0 + _G_path_prog_found=false + _G_save_IFS=$IFS; IFS=$PATH_SEPARATOR + for _G_dir in $_G_PATH; do + IFS=$_G_save_IFS + test -z "$_G_dir" && _G_dir=. + for _G_prog_name in $_G_progs_list; do + for _exeext in '' .EXE; do + _G_path_prog=$_G_dir/$_G_prog_name$_exeext + func_executable_p "$_G_path_prog" || continue + case `"$_G_path_prog" --version 2>&1` in + *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;; + *) $_G_check_func $_G_path_prog + func_path_progs_result=$func_check_prog_result + ;; + esac + $_G_path_prog_found && break 3 + done + done + done + IFS=$_G_save_IFS + test -z "$func_path_progs_result" && { + echo "no acceptable sed could be found in \$PATH" >&2 + exit 1 + } +} + + +# We want to be able to use the functions in this file before configure +# has figured out where the best binaries are kept, which means we have +# to search for them ourselves - except when the results are already set +# where we skip the searches. + +# Unless the user overrides by setting SED, search the path for either GNU +# sed, or the sed that truncates its output the least. +test -z "$SED" && { + _G_sed_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ + for _G_i in 1 2 3 4 5 6 7; do + _G_sed_script=$_G_sed_script$nl$_G_sed_script + done + echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed + _G_sed_script= + + func_check_prog_sed () + { + _G_path_prog=$1 + + _G_count=0 + printf 0123456789 >conftest.in + while : + do + cat conftest.in conftest.in >conftest.tmp + mv conftest.tmp conftest.in + cp conftest.in conftest.nl + echo '' >> conftest.nl + "$_G_path_prog" -f conftest.sed conftest.out 2>/dev/null || break + diff conftest.out conftest.nl >/dev/null 2>&1 || break + _G_count=`expr $_G_count + 1` + if test "$_G_count" -gt "$_G_path_prog_max"; then + # Best one so far, save it but keep looking for a better one + func_check_prog_result=$_G_path_prog + _G_path_prog_max=$_G_count + fi + # 10*(2^10) chars as input seems more than enough + test 10 -lt "$_G_count" && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out + } + + func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin + rm -f conftest.sed + SED=$func_path_progs_result +} + + +# Unless the user overrides by setting GREP, search the path for either GNU +# grep, or the grep that truncates its output the least. +test -z "$GREP" && { + func_check_prog_grep () + { + _G_path_prog=$1 + + _G_count=0 + _G_path_prog_max=0 + printf 0123456789 >conftest.in + while : + do + cat conftest.in conftest.in >conftest.tmp + mv conftest.tmp conftest.in + cp conftest.in conftest.nl + echo 'GREP' >> conftest.nl + "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' conftest.out 2>/dev/null || break + diff conftest.out conftest.nl >/dev/null 2>&1 || break + _G_count=`expr $_G_count + 1` + if test "$_G_count" -gt "$_G_path_prog_max"; then + # Best one so far, save it but keep looking for a better one + func_check_prog_result=$_G_path_prog + _G_path_prog_max=$_G_count + fi + # 10*(2^10) chars as input seems more than enough + test 10 -lt "$_G_count" && break + done + rm -f conftest.in conftest.tmp conftest.nl conftest.out + } + + func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin + GREP=$func_path_progs_result +} + + +## ------------------------------- ## +## User overridable command paths. ## +## ------------------------------- ## + +# All uppercase variable names are used for environment variables. These +# variables can be overridden by the user before calling a script that +# uses them if a suitable command of that name is not already available +# in the command search PATH. : ${CP="cp -f"} -test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'} +: ${ECHO="printf %s\n"} +: ${EGREP="$GREP -E"} +: ${FGREP="$GREP -F"} +: ${LN_S="ln -s"} : ${MAKE="make"} : ${MKDIR="mkdir"} : ${MV="mv -f"} : ${RM="rm -f"} : ${SHELL="${CONFIG_SHELL-/bin/sh}"} -: ${Xsed="$SED -e 1s/^X//"} - -# Global variables: -EXIT_SUCCESS=0 -EXIT_FAILURE=1 -EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. -EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. -exit_status=$EXIT_SUCCESS -# Make sure IFS has a sensible default -lt_nl=' -' -IFS=" $lt_nl" +## -------------------- ## +## Useful sed snippets. ## +## -------------------- ## -dirname="s,/[^/]*$,," -basename="s,^.*/,," +sed_dirname='s|/[^/]*$||' +sed_basename='s|^.*/||' -# func_dirname file append nondir_replacement -# Compute the dirname of FILE. If nonempty, add APPEND to the result, -# otherwise set result to NONDIR_REPLACEMENT. -func_dirname () -{ - case ${1} in - */*) func_dirname_result="${1%/*}${2}" ;; - * ) func_dirname_result="${3}" ;; - esac -} # Extended-shell func_dirname implementation +# Sed substitution that helps us do robust quoting. It backslashifies +# metacharacters that are still active within double-quoted strings. +sed_quote_subst='s|\([`"$\\]\)|\\\1|g' +# Same as above, but do not quote variable references. +sed_double_quote_subst='s/\(["`\\]\)/\\\1/g' -# func_basename file -func_basename () -{ - func_basename_result="${1##*/}" -} # Extended-shell func_basename implementation +# Sed substitution that turns a string into a regex matching for the +# string literally. +sed_make_literal_regex='s|[].[^$\\*\/]|\\&|g' +# Sed substitution that converts a w32 file name or path +# that contains forward slashes, into one that contains +# (escaped) backslashes. A very naive implementation. +sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' + +# Re-'\' parameter expansions in output of sed_double_quote_subst that +# were '\'-ed in input to the same. If an odd number of '\' preceded a +# '$' in input to sed_double_quote_subst, that '$' was protected from +# expansion. Since each input '\' is now two '\'s, look for any number +# of runs of four '\'s followed by two '\'s and then a '$'. '\' that '$'. +_G_bs='\\' +_G_bs2='\\\\' +_G_bs4='\\\\\\\\' +_G_dollar='\$' +sed_double_backslash="\ + s/$_G_bs4/&\\ +/g + s/^$_G_bs2$_G_dollar/$_G_bs&/ + s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g + s/\n//g" -# func_dirname_and_basename file append nondir_replacement -# perform func_basename and func_dirname in a single function -# call: -# dirname: Compute the dirname of FILE. If nonempty, -# add APPEND to the result, otherwise set result -# to NONDIR_REPLACEMENT. -# value returned in "$func_dirname_result" -# basename: Compute filename of FILE. -# value retuned in "$func_basename_result" -# Implementation must be kept synchronized with func_dirname -# and func_basename. For efficiency, we do not delegate to -# those functions but instead duplicate the functionality here. -func_dirname_and_basename () -{ - case ${1} in - */*) func_dirname_result="${1%/*}${2}" ;; - * ) func_dirname_result="${3}" ;; - esac - func_basename_result="${1##*/}" -} # Extended-shell func_dirname_and_basename implementation +## ----------------- ## +## Global variables. ## +## ----------------- ## -# func_stripname prefix suffix name -# strip PREFIX and SUFFIX off of NAME. -# PREFIX and SUFFIX must not contain globbing or regex special -# characters, hashes, percent signs, but SUFFIX may contain a leading -# dot (in which case that matches only a dot). -# func_strip_suffix prefix name -func_stripname () -{ - # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are - # positional parameters, so assign one to ordinary parameter first. - func_stripname_result=${3} - func_stripname_result=${func_stripname_result#"${1}"} - func_stripname_result=${func_stripname_result%"${2}"} -} # Extended-shell func_stripname implementation - - -# These SED scripts presuppose an absolute path with a trailing slash. -pathcar='s,^/\([^/]*\).*$,\1,' -pathcdr='s,^/[^/]*,,' -removedotparts=':dotsl - s@/\./@/@g - t dotsl - s,/\.$,/,' -collapseslashes='s@/\{1,\}@/@g' -finalslash='s,/*$,/,' +# Except for the global variables explicitly listed below, the following +# functions in the '^func_' namespace, and the '^require_' namespace +# variables initialised in the 'Resource management' section, sourcing +# this file will not pollute your global namespace with anything +# else. There's no portable way to scope variables in Bourne shell +# though, so actually running these functions will sometimes place +# results into a variable named after the function, and often use +# temporary variables in the '^_G_' namespace. If you are careful to +# avoid using those namespaces casually in your sourcing script, things +# should continue to work as you expect. And, of course, you can freely +# overwrite any of the functions or variables defined here before +# calling anything to customize them. -# func_normal_abspath PATH -# Remove doubled-up and trailing slashes, "." path components, -# and cancel out any ".." path components in PATH after making -# it an absolute path. -# value returned in "$func_normal_abspath_result" -func_normal_abspath () -{ - # Start from root dir and reassemble the path. - func_normal_abspath_result= - func_normal_abspath_tpath=$1 - func_normal_abspath_altnamespace= - case $func_normal_abspath_tpath in - "") - # Empty path, that just means $cwd. - func_stripname '' '/' "`pwd`" - func_normal_abspath_result=$func_stripname_result - return - ;; - # The next three entries are used to spot a run of precisely - # two leading slashes without using negated character classes; - # we take advantage of case's first-match behaviour. - ///*) - # Unusual form of absolute path, do nothing. - ;; - //*) - # Not necessarily an ordinary path; POSIX reserves leading '//' - # and for example Cygwin uses it to access remote file shares - # over CIFS/SMB, so we conserve a leading double slash if found. - func_normal_abspath_altnamespace=/ - ;; - /*) - # Absolute path, do nothing. - ;; - *) - # Relative path, prepend $cwd. - func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath - ;; - esac - # Cancel out all the simple stuff to save iterations. We also want - # the path to end with a slash for ease of parsing, so make sure - # there is one (and only one) here. - func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ - -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"` - while :; do - # Processed it all yet? - if test "$func_normal_abspath_tpath" = / ; then - # If we ascended to the root using ".." the result may be empty now. - if test -z "$func_normal_abspath_result" ; then - func_normal_abspath_result=/ - fi - break - fi - func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ - -e "$pathcar"` - func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ - -e "$pathcdr"` - # Figure out what to do with it - case $func_normal_abspath_tcomponent in - "") - # Trailing empty path component, ignore it. - ;; - ..) - # Parent dir; strip last assembled component from result. - func_dirname "$func_normal_abspath_result" - func_normal_abspath_result=$func_dirname_result - ;; - *) - # Actual path component, append it. - func_normal_abspath_result=$func_normal_abspath_result/$func_normal_abspath_tcomponent - ;; - esac - done - # Restore leading double-slash if one was found on entry. - func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result -} +EXIT_SUCCESS=0 +EXIT_FAILURE=1 +EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. +EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. -# func_relative_path SRCDIR DSTDIR -# generates a relative path from SRCDIR to DSTDIR, with a trailing -# slash if non-empty, suitable for immediately appending a filename -# without needing to append a separator. -# value returned in "$func_relative_path_result" -func_relative_path () -{ - func_relative_path_result= - func_normal_abspath "$1" - func_relative_path_tlibdir=$func_normal_abspath_result - func_normal_abspath "$2" - func_relative_path_tbindir=$func_normal_abspath_result - - # Ascend the tree starting from libdir - while :; do - # check if we have found a prefix of bindir - case $func_relative_path_tbindir in - $func_relative_path_tlibdir) - # found an exact match - func_relative_path_tcancelled= - break - ;; - $func_relative_path_tlibdir*) - # found a matching prefix - func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir" - func_relative_path_tcancelled=$func_stripname_result - if test -z "$func_relative_path_result"; then - func_relative_path_result=. - fi - break - ;; - *) - func_dirname $func_relative_path_tlibdir - func_relative_path_tlibdir=${func_dirname_result} - if test "x$func_relative_path_tlibdir" = x ; then - # Have to descend all the way to the root! - func_relative_path_result=../$func_relative_path_result - func_relative_path_tcancelled=$func_relative_path_tbindir - break - fi - func_relative_path_result=../$func_relative_path_result - ;; - esac - done +# Allow overriding, eg assuming that you follow the convention of +# putting '$debug_cmd' at the start of all your functions, you can get +# bash to show function call trace with: +# +# debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name +debug_cmd=${debug_cmd-":"} +exit_cmd=: - # Now calculate path; take care to avoid doubling-up slashes. - func_stripname '' '/' "$func_relative_path_result" - func_relative_path_result=$func_stripname_result - func_stripname '/' '/' "$func_relative_path_tcancelled" - if test "x$func_stripname_result" != x ; then - func_relative_path_result=${func_relative_path_result}/${func_stripname_result} - fi +# By convention, finish your script with: +# +# exit $exit_status +# +# so that you can set exit_status to non-zero if you want to indicate +# something went wrong during execution without actually bailing out at +# the point of failure. +exit_status=$EXIT_SUCCESS - # Normalisation. If bindir is libdir, return empty string, - # else relative path ending with a slash; either way, target - # file name can be directly appended. - if test ! -z "$func_relative_path_result"; then - func_stripname './' '' "$func_relative_path_result/" - func_relative_path_result=$func_stripname_result - fi -} +# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh +# is ksh but when the shell is invoked as "sh" and the current value of +# the _XPG environment variable is not equal to 1 (one), the special +# positional parameter $0, within a function call, is the name of the +# function. +progpath=$0 -# The name of this program: -func_dirname_and_basename "$progpath" -progname=$func_basename_result +# The name of this program. +progname=`$ECHO "$progpath" |$SED "$sed_basename"` -# Make sure we have an absolute path for reexecution: +# Make sure we have an absolute progpath for reexecution: case $progpath in [\\/]*|[A-Za-z]:\\*) ;; *[\\/]*) - progdir=$func_dirname_result + progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` progdir=`cd "$progdir" && pwd` - progpath="$progdir/$progname" + progpath=$progdir/$progname ;; *) - save_IFS="$IFS" + _G_IFS=$IFS IFS=${PATH_SEPARATOR-:} for progdir in $PATH; do - IFS="$save_IFS" + IFS=$_G_IFS test -x "$progdir/$progname" && break done - IFS="$save_IFS" + IFS=$_G_IFS test -n "$progdir" || progdir=`pwd` - progpath="$progdir/$progname" + progpath=$progdir/$progname ;; esac -# Sed substitution that helps us do robust quoting. It backslashifies -# metacharacters that are still active within double-quoted strings. -Xsed="${SED}"' -e 1s/^X//' -sed_quote_subst='s/\([`"$\\]\)/\\\1/g' - -# Same as above, but do not quote variable references. -double_quote_subst='s/\(["`\\]\)/\\\1/g' -# Sed substitution that turns a string into a regex matching for the -# string literally. -sed_make_literal_regex='s,[].[^$\\*\/],\\&,g' +## ----------------- ## +## Standard options. ## +## ----------------- ## -# Sed substitution that converts a w32 file name or path -# which contains forward slashes, into one that contains -# (escaped) backslashes. A very naive implementation. -lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' - -# Re-`\' parameter expansions in output of double_quote_subst that were -# `\'-ed in input to the same. If an odd number of `\' preceded a '$' -# in input to double_quote_subst, that '$' was protected from expansion. -# Since each input `\' is now two `\'s, look for any number of runs of -# four `\'s followed by two `\'s and then a '$'. `\' that '$'. -bs='\\' -bs2='\\\\' -bs4='\\\\\\\\' -dollar='\$' -sed_double_backslash="\ - s/$bs4/&\\ -/g - s/^$bs2$dollar/$bs&/ - s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g - s/\n//g" +# The following options affect the operation of the functions defined +# below, and should be set appropriately depending on run-time para- +# meters passed on the command line. -# Standard options: opt_dry_run=false -opt_help=false opt_quiet=false opt_verbose=false -opt_warning=: -# func_echo arg... -# Echo program name prefixed message, along with the current mode -# name if it has been set yet. -func_echo () +# Categories 'all' and 'none' are always available. Append any others +# you will pass as the first argument to func_warning from your own +# code. +warning_categories= + +# By default, display warnings according to 'opt_warning_types'. Set +# 'warning_func' to ':' to elide all warnings, or func_fatal_error to +# treat the next displayed warning as a fatal error. +warning_func=func_warn_and_continue + +# Set to 'all' to display all warnings, 'none' to suppress all +# warnings, or a space delimited list of some subset of +# 'warning_categories' to display only the listed warnings. +opt_warning_types=all + + +## -------------------- ## +## Resource management. ## +## -------------------- ## + +# This section contains definitions for functions that each ensure a +# particular resource (a file, or a non-empty configuration variable for +# example) is available, and if appropriate to extract default values +# from pertinent package files. Call them using their associated +# 'require_*' variable to ensure that they are executed, at most, once. +# +# It's entirely deliberate that calling these functions can set +# variables that don't obey the namespace limitations obeyed by the rest +# of this file, in order that that they be as useful as possible to +# callers. + + +# require_term_colors +# ------------------- +# Allow display of bold text on terminals that support it. +require_term_colors=func_require_term_colors +func_require_term_colors () { - $ECHO "$progname: ${opt_mode+$opt_mode: }$*" + $debug_cmd + + test -t 1 && { + # COLORTERM and USE_ANSI_COLORS environment variables take + # precedence, because most terminfo databases neglect to describe + # whether color sequences are supported. + test -n "${COLORTERM+set}" && : ${USE_ANSI_COLORS="1"} + + if test 1 = "$USE_ANSI_COLORS"; then + # Standard ANSI escape sequences + tc_reset='' + tc_bold=''; tc_standout='' + tc_red=''; tc_green='' + tc_blue=''; tc_cyan='' + else + # Otherwise trust the terminfo database after all. + test -n "`tput sgr0 2>/dev/null`" && { + tc_reset=`tput sgr0` + test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold` + tc_standout=$tc_bold + test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso` + test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1` + test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2` + test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4` + test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5` + } + fi + } + + require_term_colors=: } -# func_verbose arg... -# Echo program name prefixed message in verbose mode only. -func_verbose () + +## ----------------- ## +## Function library. ## +## ----------------- ## + +# This section contains a variety of useful functions to call in your +# scripts. Take note of the portable wrappers for features provided by +# some modern shells, which will fall back to slower equivalents on +# less featureful shells. + + +# func_append VAR VALUE +# --------------------- +# Append VALUE onto the existing contents of VAR. + + # We should try to minimise forks, especially on Windows where they are + # unreasonably slow, so skip the feature probes when bash or zsh are + # being used: + if test set = "${BASH_VERSION+set}${ZSH_VERSION+set}"; then + : ${_G_HAVE_ARITH_OP="yes"} + : ${_G_HAVE_XSI_OPS="yes"} + # The += operator was introduced in bash 3.1 + case $BASH_VERSION in + [12].* | 3.0 | 3.0*) ;; + *) + : ${_G_HAVE_PLUSEQ_OP="yes"} + ;; + esac + fi + + # _G_HAVE_PLUSEQ_OP + # Can be empty, in which case the shell is probed, "yes" if += is + # useable or anything else if it does not work. + test -z "$_G_HAVE_PLUSEQ_OP" \ + && (eval 'x=a; x+=" b"; test "a b" = "$x"') 2>/dev/null \ + && _G_HAVE_PLUSEQ_OP=yes + +if test yes = "$_G_HAVE_PLUSEQ_OP" +then + # This is an XSI compatible shell, allowing a faster implementation... + eval 'func_append () + { + $debug_cmd + + eval "$1+=\$2" + }' +else + # ...otherwise fall back to using expr, which is often a shell builtin. + func_append () + { + $debug_cmd + + eval "$1=\$$1\$2" + } +fi + + +# func_append_quoted VAR VALUE +# ---------------------------- +# Quote VALUE and append to the end of shell variable VAR, separated +# by a space. +if test yes = "$_G_HAVE_PLUSEQ_OP"; then + eval 'func_append_quoted () + { + $debug_cmd + + func_quote_for_eval "$2" + eval "$1+=\\ \$func_quote_for_eval_result" + }' +else + func_append_quoted () + { + $debug_cmd + + func_quote_for_eval "$2" + eval "$1=\$$1\\ \$func_quote_for_eval_result" + } +fi + + +# func_append_uniq VAR VALUE +# -------------------------- +# Append unique VALUE onto the existing contents of VAR, assuming +# entries are delimited by the first character of VALUE. For example: +# +# func_append_uniq options " --another-option option-argument" +# +# will only append to $options if " --another-option option-argument " +# is not already present somewhere in $options already (note spaces at +# each end implied by leading space in second argument). +func_append_uniq () { - $opt_verbose && func_echo ${1+"$@"} + $debug_cmd - # A bug in bash halts the script if the last line of a function - # fails when set -e is in force, so we need another command to - # work around that: - : + eval _G_current_value='`$ECHO $'$1'`' + _G_delim=`expr "$2" : '\(.\)'` + + case $_G_delim$_G_current_value$_G_delim in + *"$2$_G_delim"*) ;; + *) func_append "$@" ;; + esac +} + + +# func_arith TERM... +# ------------------ +# Set func_arith_result to the result of evaluating TERMs. + test -z "$_G_HAVE_ARITH_OP" \ + && (eval 'test 2 = $(( 1 + 1 ))') 2>/dev/null \ + && _G_HAVE_ARITH_OP=yes + +if test yes = "$_G_HAVE_ARITH_OP"; then + eval 'func_arith () + { + $debug_cmd + + func_arith_result=$(( $* )) + }' +else + func_arith () + { + $debug_cmd + + func_arith_result=`expr "$@"` + } +fi + + +# func_basename FILE +# ------------------ +# Set func_basename_result to FILE with everything up to and including +# the last / stripped. +if test yes = "$_G_HAVE_XSI_OPS"; then + # If this shell supports suffix pattern removal, then use it to avoid + # forking. Hide the definitions single quotes in case the shell chokes + # on unsupported syntax... + _b='func_basename_result=${1##*/}' + _d='case $1 in + */*) func_dirname_result=${1%/*}$2 ;; + * ) func_dirname_result=$3 ;; + esac' + +else + # ...otherwise fall back to using sed. + _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`' + _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"` + if test "X$func_dirname_result" = "X$1"; then + func_dirname_result=$3 + else + func_append func_dirname_result "$2" + fi' +fi + +eval 'func_basename () +{ + $debug_cmd + + '"$_b"' +}' + + +# func_dirname FILE APPEND NONDIR_REPLACEMENT +# ------------------------------------------- +# Compute the dirname of FILE. If nonempty, add APPEND to the result, +# otherwise set result to NONDIR_REPLACEMENT. +eval 'func_dirname () +{ + $debug_cmd + + '"$_d"' +}' + + +# func_dirname_and_basename FILE APPEND NONDIR_REPLACEMENT +# -------------------------------------------------------- +# Perform func_basename and func_dirname in a single function +# call: +# dirname: Compute the dirname of FILE. If nonempty, +# add APPEND to the result, otherwise set result +# to NONDIR_REPLACEMENT. +# value returned in "$func_dirname_result" +# basename: Compute filename of FILE. +# value retuned in "$func_basename_result" +# For efficiency, we do not delegate to the functions above but instead +# duplicate the functionality here. +eval 'func_dirname_and_basename () +{ + $debug_cmd + + '"$_b"' + '"$_d"' +}' + + +# func_echo ARG... +# ---------------- +# Echo program name prefixed message. +func_echo () +{ + $debug_cmd + + _G_message=$* + + func_echo_IFS=$IFS + IFS=$nl + for _G_line in $_G_message; do + IFS=$func_echo_IFS + $ECHO "$progname: $_G_line" + done + IFS=$func_echo_IFS } -# func_echo_all arg... + +# func_echo_all ARG... +# -------------------- # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "$*" } -# func_error arg... -# Echo program name prefixed message to standard error. -func_error () + +# func_echo_infix_1 INFIX ARG... +# ------------------------------ +# Echo program name, followed by INFIX on the first line, with any +# additional lines not showing INFIX. +func_echo_infix_1 () { - $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2 + $debug_cmd + + $require_term_colors + + _G_infix=$1; shift + _G_indent=$_G_infix + _G_prefix="$progname: $_G_infix: " + _G_message=$* + + # Strip color escape sequences before counting printable length + for _G_tc in "$tc_reset" "$tc_bold" "$tc_standout" "$tc_red" "$tc_green" "$tc_blue" "$tc_cyan" + do + test -n "$_G_tc" && { + _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` + _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` + } + done + _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes + + func_echo_infix_1_IFS=$IFS + IFS=$nl + for _G_line in $_G_message; do + IFS=$func_echo_infix_1_IFS + $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2 + _G_prefix=$_G_indent + done + IFS=$func_echo_infix_1_IFS } -# func_warning arg... -# Echo program name prefixed warning message to standard error. -func_warning () + +# func_error ARG... +# ----------------- +# Echo program name prefixed message to standard error. +func_error () { - $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2 + $debug_cmd - # bash bug again: - : + $require_term_colors + + func_echo_infix_1 " $tc_standout${tc_red}error$tc_reset" "$*" >&2 } -# func_fatal_error arg... + +# func_fatal_error ARG... +# ----------------------- # Echo program name prefixed message to standard error, and exit. func_fatal_error () { - func_error ${1+"$@"} - exit $EXIT_FAILURE -} + $debug_cmd -# func_fatal_help arg... -# Echo program name prefixed message to standard error, followed by -# a help hint, and exit. -func_fatal_help () -{ - func_error ${1+"$@"} - func_fatal_error "$help" + func_error "$*" + exit $EXIT_FAILURE } -help="Try \`$progname --help' for more information." ## default -# func_grep expression filename +# func_grep EXPRESSION FILENAME +# ----------------------------- # Check whether EXPRESSION matches any line of FILENAME, without output. func_grep () { + $debug_cmd + $GREP "$1" "$2" >/dev/null 2>&1 } -# func_mkdir_p directory-path +# func_len STRING +# --------------- +# Set func_len_result to the length of STRING. STRING may not +# start with a hyphen. + test -z "$_G_HAVE_XSI_OPS" \ + && (eval 'x=a/b/c; + test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ + && _G_HAVE_XSI_OPS=yes + +if test yes = "$_G_HAVE_XSI_OPS"; then + eval 'func_len () + { + $debug_cmd + + func_len_result=${#1} + }' +else + func_len () + { + $debug_cmd + + func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` + } +fi + + +# func_mkdir_p DIRECTORY-PATH +# --------------------------- # Make sure the entire path to DIRECTORY-PATH is available. func_mkdir_p () { - my_directory_path="$1" - my_dir_list= + $debug_cmd + + _G_directory_path=$1 + _G_dir_list= - if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then + if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then - # Protect directory names starting with `-' - case $my_directory_path in - -*) my_directory_path="./$my_directory_path" ;; + # Protect directory names starting with '-' + case $_G_directory_path in + -*) _G_directory_path=./$_G_directory_path ;; esac # While some portion of DIR does not yet exist... - while test ! -d "$my_directory_path"; do + while test ! -d "$_G_directory_path"; do # ...make a list in topmost first order. Use a colon delimited # list incase some portion of path contains whitespace. - my_dir_list="$my_directory_path:$my_dir_list" + _G_dir_list=$_G_directory_path:$_G_dir_list # If the last portion added has no slash in it, the list is done - case $my_directory_path in */*) ;; *) break ;; esac + case $_G_directory_path in */*) ;; *) break ;; esac # ...otherwise throw away the child directory and loop - my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"` + _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` done - my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'` + _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` - save_mkdir_p_IFS="$IFS"; IFS=':' - for my_dir in $my_dir_list; do - IFS="$save_mkdir_p_IFS" - # mkdir can fail with a `File exist' error if two processes + func_mkdir_p_IFS=$IFS; IFS=: + for _G_dir in $_G_dir_list; do + IFS=$func_mkdir_p_IFS + # mkdir can fail with a 'File exist' error if two processes # try to create one of the directories concurrently. Don't # stop in that case! - $MKDIR "$my_dir" 2>/dev/null || : + $MKDIR "$_G_dir" 2>/dev/null || : done - IFS="$save_mkdir_p_IFS" + IFS=$func_mkdir_p_IFS # Bail out if we (or some other process) failed to create a directory. - test -d "$my_directory_path" || \ - func_fatal_error "Failed to create \`$1'" + test -d "$_G_directory_path" || \ + func_fatal_error "Failed to create '$1'" fi } -# func_mktempdir [string] +# func_mktempdir [BASENAME] +# ------------------------- # Make a temporary directory that won't clash with other running # libtool processes, and avoids race conditions if possible. If -# given, STRING is the basename for that directory. +# given, BASENAME is the basename for that directory. func_mktempdir () { - my_template="${TMPDIR-/tmp}/${1-$progname}" + $debug_cmd + + _G_template=${TMPDIR-/tmp}/${1-$progname} - if test "$opt_dry_run" = ":"; then + if test : = "$opt_dry_run"; then # Return a directory name, but don't create it in dry-run mode - my_tmpdir="${my_template}-$$" + _G_tmpdir=$_G_template-$$ else # If mktemp works, use that first and foremost - my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` + _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null` - if test ! -d "$my_tmpdir"; then + if test ! -d "$_G_tmpdir"; then # Failing that, at least try and use $RANDOM to avoid a race - my_tmpdir="${my_template}-${RANDOM-0}$$" + _G_tmpdir=$_G_template-${RANDOM-0}$$ - save_mktempdir_umask=`umask` + func_mktempdir_umask=`umask` umask 0077 - $MKDIR "$my_tmpdir" - umask $save_mktempdir_umask + $MKDIR "$_G_tmpdir" + umask $func_mktempdir_umask fi # If we're not in dry-run mode, bomb out on failure - test -d "$my_tmpdir" || \ - func_fatal_error "cannot create temporary directory \`$my_tmpdir'" + test -d "$_G_tmpdir" || \ + func_fatal_error "cannot create temporary directory '$_G_tmpdir'" fi - $ECHO "$my_tmpdir" + $ECHO "$_G_tmpdir" } -# func_quote_for_eval arg -# Aesthetically quote ARG to be evaled later. -# This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT -# is double-quoted, suitable for a subsequent eval, whereas -# FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters -# which are still active within double quotes backslashified. -func_quote_for_eval () +# func_normal_abspath PATH +# ------------------------ +# Remove doubled-up and trailing slashes, "." path components, +# and cancel out any ".." path components in PATH after making +# it an absolute path. +func_normal_abspath () { - case $1 in - *[\\\`\"\$]*) - func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;; - *) - func_quote_for_eval_unquoted_result="$1" ;; - esac + $debug_cmd - case $func_quote_for_eval_unquoted_result in - # Double-quote args containing shell metacharacters to delay - # word splitting, command substitution and and variable - # expansion for a subsequent eval. - # Many Bourne shells cannot handle close brackets correctly - # in scan sets, so we specify it separately. - *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") - func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\"" + # These SED scripts presuppose an absolute path with a trailing slash. + _G_pathcar='s|^/\([^/]*\).*$|\1|' + _G_pathcdr='s|^/[^/]*||' + _G_removedotparts=':dotsl + s|/\./|/|g + t dotsl + s|/\.$|/|' + _G_collapseslashes='s|/\{1,\}|/|g' + _G_finalslash='s|/*$|/|' + + # Start from root dir and reassemble the path. + func_normal_abspath_result= + func_normal_abspath_tpath=$1 + func_normal_abspath_altnamespace= + case $func_normal_abspath_tpath in + "") + # Empty path, that just means $cwd. + func_stripname '' '/' "`pwd`" + func_normal_abspath_result=$func_stripname_result + return + ;; + # The next three entries are used to spot a run of precisely + # two leading slashes without using negated character classes; + # we take advantage of case's first-match behaviour. + ///*) + # Unusual form of absolute path, do nothing. + ;; + //*) + # Not necessarily an ordinary path; POSIX reserves leading '//' + # and for example Cygwin uses it to access remote file shares + # over CIFS/SMB, so we conserve a leading double slash if found. + func_normal_abspath_altnamespace=/ + ;; + /*) + # Absolute path, do nothing. ;; *) - func_quote_for_eval_result="$func_quote_for_eval_unquoted_result" + # Relative path, prepend $cwd. + func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath + ;; esac + + # Cancel out all the simple stuff to save iterations. We also want + # the path to end with a slash for ease of parsing, so make sure + # there is one (and only one) here. + func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$_G_removedotparts" -e "$_G_collapseslashes" -e "$_G_finalslash"` + while :; do + # Processed it all yet? + if test / = "$func_normal_abspath_tpath"; then + # If we ascended to the root using ".." the result may be empty now. + if test -z "$func_normal_abspath_result"; then + func_normal_abspath_result=/ + fi + break + fi + func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$_G_pathcar"` + func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ + -e "$_G_pathcdr"` + # Figure out what to do with it + case $func_normal_abspath_tcomponent in + "") + # Trailing empty path component, ignore it. + ;; + ..) + # Parent dir; strip last assembled component from result. + func_dirname "$func_normal_abspath_result" + func_normal_abspath_result=$func_dirname_result + ;; + *) + # Actual path component, append it. + func_append func_normal_abspath_result "/$func_normal_abspath_tcomponent" + ;; + esac + done + # Restore leading double-slash if one was found on entry. + func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result +} + + +# func_notquiet ARG... +# -------------------- +# Echo program name prefixed message only when not in quiet mode. +func_notquiet () +{ + $debug_cmd + + $opt_quiet || func_echo ${1+"$@"} + + # A bug in bash halts the script if the last line of a function + # fails when set -e is in force, so we need another command to + # work around that: + : +} + + +# func_relative_path SRCDIR DSTDIR +# -------------------------------- +# Set func_relative_path_result to the relative path from SRCDIR to DSTDIR. +func_relative_path () +{ + $debug_cmd + + func_relative_path_result= + func_normal_abspath "$1" + func_relative_path_tlibdir=$func_normal_abspath_result + func_normal_abspath "$2" + func_relative_path_tbindir=$func_normal_abspath_result + + # Ascend the tree starting from libdir + while :; do + # check if we have found a prefix of bindir + case $func_relative_path_tbindir in + $func_relative_path_tlibdir) + # found an exact match + func_relative_path_tcancelled= + break + ;; + $func_relative_path_tlibdir*) + # found a matching prefix + func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir" + func_relative_path_tcancelled=$func_stripname_result + if test -z "$func_relative_path_result"; then + func_relative_path_result=. + fi + break + ;; + *) + func_dirname $func_relative_path_tlibdir + func_relative_path_tlibdir=$func_dirname_result + if test -z "$func_relative_path_tlibdir"; then + # Have to descend all the way to the root! + func_relative_path_result=../$func_relative_path_result + func_relative_path_tcancelled=$func_relative_path_tbindir + break + fi + func_relative_path_result=../$func_relative_path_result + ;; + esac + done + + # Now calculate path; take care to avoid doubling-up slashes. + func_stripname '' '/' "$func_relative_path_result" + func_relative_path_result=$func_stripname_result + func_stripname '/' '/' "$func_relative_path_tcancelled" + if test -n "$func_stripname_result"; then + func_append func_relative_path_result "/$func_stripname_result" + fi + + # Normalisation. If bindir is libdir, return '.' else relative path. + if test -n "$func_relative_path_result"; then + func_stripname './' '' "$func_relative_path_result" + func_relative_path_result=$func_stripname_result + fi + + test -n "$func_relative_path_result" || func_relative_path_result=. + + : } -# func_quote_for_expand arg +# func_quote_for_eval ARG... +# -------------------------- +# Aesthetically quote ARGs to be evaled later. +# This function returns two values: +# i) func_quote_for_eval_result +# double-quoted, suitable for a subsequent eval +# ii) func_quote_for_eval_unquoted_result +# has all characters that are still active within double +# quotes backslashified. +func_quote_for_eval () +{ + $debug_cmd + + func_quote_for_eval_unquoted_result= + func_quote_for_eval_result= + while test 0 -lt $#; do + case $1 in + *[\\\`\"\$]*) + _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;; + *) + _G_unquoted_arg=$1 ;; + esac + if test -n "$func_quote_for_eval_unquoted_result"; then + func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg" + else + func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg" + fi + + case $_G_unquoted_arg in + # Double-quote args containing shell metacharacters to delay + # word splitting, command substitution and variable expansion + # for a subsequent eval. + # Many Bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + _G_quoted_arg=\"$_G_unquoted_arg\" + ;; + *) + _G_quoted_arg=$_G_unquoted_arg + ;; + esac + + if test -n "$func_quote_for_eval_result"; then + func_append func_quote_for_eval_result " $_G_quoted_arg" + else + func_append func_quote_for_eval_result "$_G_quoted_arg" + fi + shift + done +} + + +# func_quote_for_expand ARG +# ------------------------- # Aesthetically quote ARG to be evaled later; same as above, # but do not quote variable references. func_quote_for_expand () { + $debug_cmd + case $1 in *[\\\`\"]*) - my_arg=`$ECHO "$1" | $SED \ - -e "$double_quote_subst" -e "$sed_double_backslash"` ;; + _G_arg=`$ECHO "$1" | $SED \ + -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;; *) - my_arg="$1" ;; + _G_arg=$1 ;; esac - case $my_arg in + case $_G_arg in # Double-quote args containing shell metacharacters to delay # word splitting and command substitution for a subsequent eval. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") - my_arg="\"$my_arg\"" + _G_arg=\"$_G_arg\" ;; esac - func_quote_for_expand_result="$my_arg" + func_quote_for_expand_result=$_G_arg +} + + +# func_stripname PREFIX SUFFIX NAME +# --------------------------------- +# strip PREFIX and SUFFIX from NAME, and store in func_stripname_result. +# PREFIX and SUFFIX must not contain globbing or regex special +# characters, hashes, percent signs, but SUFFIX may contain a leading +# dot (in which case that matches only a dot). +if test yes = "$_G_HAVE_XSI_OPS"; then + eval 'func_stripname () + { + $debug_cmd + + # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are + # positional parameters, so assign one to ordinary variable first. + func_stripname_result=$3 + func_stripname_result=${func_stripname_result#"$1"} + func_stripname_result=${func_stripname_result%"$2"} + }' +else + func_stripname () + { + $debug_cmd + + case $2 in + .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;; + *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;; + esac + } +fi + + +# func_show_eval CMD [FAIL_EXP] +# ----------------------------- +# Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is +# not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP +# is given, then evaluate it. +func_show_eval () +{ + $debug_cmd + + _G_cmd=$1 + _G_fail_exp=${2-':'} + + func_quote_for_expand "$_G_cmd" + eval "func_notquiet $func_quote_for_expand_result" + + $opt_dry_run || { + eval "$_G_cmd" + _G_status=$? + if test 0 -ne "$_G_status"; then + eval "(exit $_G_status); $_G_fail_exp" + fi + } +} + + +# func_show_eval_locale CMD [FAIL_EXP] +# ------------------------------------ +# Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is +# not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP +# is given, then evaluate it. Use the saved locale for evaluation. +func_show_eval_locale () +{ + $debug_cmd + + _G_cmd=$1 + _G_fail_exp=${2-':'} + + $opt_quiet || { + func_quote_for_expand "$_G_cmd" + eval "func_echo $func_quote_for_expand_result" + } + + $opt_dry_run || { + eval "$_G_user_locale + $_G_cmd" + _G_status=$? + eval "$_G_safe_locale" + if test 0 -ne "$_G_status"; then + eval "(exit $_G_status); $_G_fail_exp" + fi + } +} + + +# func_tr_sh +# ---------- +# Turn $1 into a string suitable for a shell variable name. +# Result is stored in $func_tr_sh_result. All characters +# not in the set a-zA-Z0-9_ are replaced with '_'. Further, +# if $1 begins with a digit, a '_' is prepended as well. +func_tr_sh () +{ + $debug_cmd + + case $1 in + [0-9]* | *[!a-zA-Z0-9_]*) + func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'` + ;; + * ) + func_tr_sh_result=$1 + ;; + esac +} + + +# func_verbose ARG... +# ------------------- +# Echo program name prefixed message in verbose mode only. +func_verbose () +{ + $debug_cmd + + $opt_verbose && func_echo "$*" + + : +} + + +# func_warn_and_continue ARG... +# ----------------------------- +# Echo program name prefixed warning message to standard error. +func_warn_and_continue () +{ + $debug_cmd + + $require_term_colors + + func_echo_infix_1 "${tc_red}warning$tc_reset" "$*" >&2 +} + + +# func_warning CATEGORY ARG... +# ---------------------------- +# Echo program name prefixed warning message to standard error. Warning +# messages can be filtered according to CATEGORY, where this function +# elides messages where CATEGORY is not listed in the global variable +# 'opt_warning_types'. +func_warning () +{ + $debug_cmd + + # CATEGORY must be in the warning_categories list! + case " $warning_categories " in + *" $1 "*) ;; + *) func_internal_error "invalid warning category '$1'" ;; + esac + + _G_category=$1 + shift + + case " $opt_warning_types " in + *" $_G_category "*) $warning_func ${1+"$@"} ;; + esac +} + + +# func_sort_ver VER1 VER2 +# ----------------------- +# 'sort -V' is not generally available. +# Note this deviates from the version comparison in automake +# in that it treats 1.5 < 1.5.0, and treats 1.4.4a < 1.4-p3a +# but this should suffice as we won't be specifying old +# version formats or redundant trailing .0 in bootstrap.conf. +# If we did want full compatibility then we should probably +# use m4_version_compare from autoconf. +func_sort_ver () +{ + $debug_cmd + + printf '%s\n%s\n' "$1" "$2" \ + | sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n +} + +# func_lt_ver PREV CURR +# --------------------- +# Return true if PREV and CURR are in the correct order according to +# func_sort_ver, otherwise false. Use it like this: +# +# func_lt_ver "$prev_ver" "$proposed_ver" || func_fatal_error "..." +func_lt_ver () +{ + $debug_cmd + + test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q` +} + + +# Local variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC" +# time-stamp-time-zone: "UTC" +# End: +#! /bin/sh + +# Set a version string for this script. +scriptversion=2014-01-07.03; # UTC + +# A portable, pluggable option parser for Bourne shell. +# Written by Gary V. Vaughan, 2010 + +# Copyright (C) 2010-2015 Free Software Foundation, Inc. +# This is free software; see the source for copying conditions. There is NO +# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# Please report bugs or propose patches to gary@gnu.org. + + +## ------ ## +## Usage. ## +## ------ ## + +# This file is a library for parsing options in your shell scripts along +# with assorted other useful supporting features that you can make use +# of too. +# +# For the simplest scripts you might need only: +# +# #!/bin/sh +# . relative/path/to/funclib.sh +# . relative/path/to/options-parser +# scriptversion=1.0 +# func_options ${1+"$@"} +# eval set dummy "$func_options_result"; shift +# ...rest of your script... +# +# In order for the '--version' option to work, you will need to have a +# suitably formatted comment like the one at the top of this file +# starting with '# Written by ' and ending with '# warranty; '. +# +# For '-h' and '--help' to work, you will also need a one line +# description of your script's purpose in a comment directly above the +# '# Written by ' line, like the one at the top of this file. +# +# The default options also support '--debug', which will turn on shell +# execution tracing (see the comment above debug_cmd below for another +# use), and '--verbose' and the func_verbose function to allow your script +# to display verbose messages only when your user has specified +# '--verbose'. +# +# After sourcing this file, you can plug processing for additional +# options by amending the variables from the 'Configuration' section +# below, and following the instructions in the 'Option parsing' +# section further down. + +## -------------- ## +## Configuration. ## +## -------------- ## + +# You should override these variables in your script after sourcing this +# file so that they reflect the customisations you have added to the +# option parser. + +# The usage line for option parsing errors and the start of '-h' and +# '--help' output messages. You can embed shell variables for delayed +# expansion at the time the message is displayed, but you will need to +# quote other shell meta-characters carefully to prevent them being +# expanded when the contents are evaled. +usage='$progpath [OPTION]...' + +# Short help message in response to '-h' and '--help'. Add to this or +# override it after sourcing this library to reflect the full set of +# options your script accepts. +usage_message="\ + --debug enable verbose shell tracing + -W, --warnings=CATEGORY + report the warnings falling in CATEGORY [all] + -v, --verbose verbosely report processing + --version print version information and exit + -h, --help print short or long help message and exit +" + +# Additional text appended to 'usage_message' in response to '--help'. +long_help_message=" +Warning categories include: + 'all' show all warnings + 'none' turn off all the warnings + 'error' warnings are treated as fatal errors" + +# Help message printed before fatal option parsing errors. +fatal_help="Try '\$progname --help' for more information." + + + +## ------------------------- ## +## Hook function management. ## +## ------------------------- ## + +# This section contains functions for adding, removing, and running hooks +# to the main code. A hook is just a named list of of function, that can +# be run in order later on. + +# func_hookable FUNC_NAME +# ----------------------- +# Declare that FUNC_NAME will run hooks added with +# 'func_add_hook FUNC_NAME ...'. +func_hookable () +{ + $debug_cmd + + func_append hookable_fns " $1" +} + + +# func_add_hook FUNC_NAME HOOK_FUNC +# --------------------------------- +# Request that FUNC_NAME call HOOK_FUNC before it returns. FUNC_NAME must +# first have been declared "hookable" by a call to 'func_hookable'. +func_add_hook () +{ + $debug_cmd + + case " $hookable_fns " in + *" $1 "*) ;; + *) func_fatal_error "'$1' does not accept hook functions." ;; + esac + + eval func_append ${1}_hooks '" $2"' +} + + +# func_remove_hook FUNC_NAME HOOK_FUNC +# ------------------------------------ +# Remove HOOK_FUNC from the list of functions called by FUNC_NAME. +func_remove_hook () +{ + $debug_cmd + + eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`' +} + + +# func_run_hooks FUNC_NAME [ARG]... +# --------------------------------- +# Run all hook functions registered to FUNC_NAME. +# It is assumed that the list of hook functions contains nothing more +# than a whitespace-delimited list of legal shell function names, and +# no effort is wasted trying to catch shell meta-characters or preserve +# whitespace. +func_run_hooks () +{ + $debug_cmd + + case " $hookable_fns " in + *" $1 "*) ;; + *) func_fatal_error "'$1' does not support hook funcions.n" ;; + esac + + eval _G_hook_fns=\$$1_hooks; shift + + for _G_hook in $_G_hook_fns; do + eval $_G_hook '"$@"' + + # store returned options list back into positional + # parameters for next 'cmd' execution. + eval _G_hook_result=\$${_G_hook}_result + eval set dummy "$_G_hook_result"; shift + done + + func_quote_for_eval ${1+"$@"} + func_run_hooks_result=$func_quote_for_eval_result +} + + + +## --------------- ## +## Option parsing. ## +## --------------- ## + +# In order to add your own option parsing hooks, you must accept the +# full positional parameter list in your hook function, remove any +# options that you action, and then pass back the remaining unprocessed +# options in '_result', escaped suitably for +# 'eval'. Like this: +# +# my_options_prep () +# { +# $debug_cmd +# +# # Extend the existing usage message. +# usage_message=$usage_message' +# -s, --silent don'\''t print informational messages +# ' +# +# func_quote_for_eval ${1+"$@"} +# my_options_prep_result=$func_quote_for_eval_result +# } +# func_add_hook func_options_prep my_options_prep +# +# +# my_silent_option () +# { +# $debug_cmd +# +# # Note that for efficiency, we parse as many options as we can +# # recognise in a loop before passing the remainder back to the +# # caller on the first unrecognised argument we encounter. +# while test $# -gt 0; do +# opt=$1; shift +# case $opt in +# --silent|-s) opt_silent=: ;; +# # Separate non-argument short options: +# -s*) func_split_short_opt "$_G_opt" +# set dummy "$func_split_short_opt_name" \ +# "-$func_split_short_opt_arg" ${1+"$@"} +# shift +# ;; +# *) set dummy "$_G_opt" "$*"; shift; break ;; +# esac +# done +# +# func_quote_for_eval ${1+"$@"} +# my_silent_option_result=$func_quote_for_eval_result +# } +# func_add_hook func_parse_options my_silent_option +# +# +# my_option_validation () +# { +# $debug_cmd +# +# $opt_silent && $opt_verbose && func_fatal_help "\ +# '--silent' and '--verbose' options are mutually exclusive." +# +# func_quote_for_eval ${1+"$@"} +# my_option_validation_result=$func_quote_for_eval_result +# } +# func_add_hook func_validate_options my_option_validation +# +# You'll alse need to manually amend $usage_message to reflect the extra +# options you parse. It's preferable to append if you can, so that +# multiple option parsing hooks can be added safely. + + +# func_options [ARG]... +# --------------------- +# All the functions called inside func_options are hookable. See the +# individual implementations for details. +func_hookable func_options +func_options () +{ + $debug_cmd + + func_options_prep ${1+"$@"} + eval func_parse_options \ + ${func_options_prep_result+"$func_options_prep_result"} + eval func_validate_options \ + ${func_parse_options_result+"$func_parse_options_result"} + + eval func_run_hooks func_options \ + ${func_validate_options_result+"$func_validate_options_result"} + + # save modified positional parameters for caller + func_options_result=$func_run_hooks_result } -# func_show_eval cmd [fail_exp] -# Unless opt_silent is true, then output CMD. Then, if opt_dryrun is -# not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP -# is given, then evaluate it. -func_show_eval () +# func_options_prep [ARG]... +# -------------------------- +# All initialisations required before starting the option parse loop. +# Note that when calling hook functions, we pass through the list of +# positional parameters. If a hook function modifies that list, and +# needs to propogate that back to rest of this script, then the complete +# modified list must be put in 'func_run_hooks_result' before +# returning. +func_hookable func_options_prep +func_options_prep () { - my_cmd="$1" - my_fail_exp="${2-:}" + $debug_cmd - ${opt_silent-false} || { - func_quote_for_expand "$my_cmd" - eval "func_echo $func_quote_for_expand_result" - } + # Option defaults: + opt_verbose=false + opt_warning_types= - if ${opt_dry_run-false}; then :; else - eval "$my_cmd" - my_status=$? - if test "$my_status" -eq 0; then :; else - eval "(exit $my_status); $my_fail_exp" - fi - fi + func_run_hooks func_options_prep ${1+"$@"} + + # save modified positional parameters for caller + func_options_prep_result=$func_run_hooks_result } -# func_show_eval_locale cmd [fail_exp] -# Unless opt_silent is true, then output CMD. Then, if opt_dryrun is -# not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP -# is given, then evaluate it. Use the saved locale for evaluation. -func_show_eval_locale () +# func_parse_options [ARG]... +# --------------------------- +# The main option parsing loop. +func_hookable func_parse_options +func_parse_options () { - my_cmd="$1" - my_fail_exp="${2-:}" + $debug_cmd - ${opt_silent-false} || { - func_quote_for_expand "$my_cmd" - eval "func_echo $func_quote_for_expand_result" - } + func_parse_options_result= - if ${opt_dry_run-false}; then :; else - eval "$lt_user_locale - $my_cmd" - my_status=$? - eval "$lt_safe_locale" - if test "$my_status" -eq 0; then :; else - eval "(exit $my_status); $my_fail_exp" - fi - fi -} + # this just eases exit handling + while test $# -gt 0; do + # Defer to hook functions for initial option parsing, so they + # get priority in the event of reusing an option name. + func_run_hooks func_parse_options ${1+"$@"} -# func_tr_sh -# Turn $1 into a string suitable for a shell variable name. -# Result is stored in $func_tr_sh_result. All characters -# not in the set a-zA-Z0-9_ are replaced with '_'. Further, -# if $1 begins with a digit, a '_' is prepended as well. -func_tr_sh () -{ - case $1 in - [0-9]* | *[!a-zA-Z0-9_]*) - func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'` - ;; - * ) - func_tr_sh_result=$1 - ;; - esac + # Adjust func_parse_options positional parameters to match + eval set dummy "$func_run_hooks_result"; shift + + # Break out of the loop if we already parsed every option. + test $# -gt 0 || break + + _G_opt=$1 + shift + case $_G_opt in + --debug|-x) debug_cmd='set -x' + func_echo "enabling shell trace mode" + $debug_cmd + ;; + + --no-warnings|--no-warning|--no-warn) + set dummy --warnings none ${1+"$@"} + shift + ;; + + --warnings|--warning|-W) + test $# = 0 && func_missing_arg $_G_opt && break + case " $warning_categories $1" in + *" $1 "*) + # trailing space prevents matching last $1 above + func_append_uniq opt_warning_types " $1" + ;; + *all) + opt_warning_types=$warning_categories + ;; + *none) + opt_warning_types=none + warning_func=: + ;; + *error) + opt_warning_types=$warning_categories + warning_func=func_fatal_error + ;; + *) + func_fatal_error \ + "unsupported warning category: '$1'" + ;; + esac + shift + ;; + + --verbose|-v) opt_verbose=: ;; + --version) func_version ;; + -\?|-h) func_usage ;; + --help) func_help ;; + + # Separate optargs to long options (plugins may need this): + --*=*) func_split_equals "$_G_opt" + set dummy "$func_split_equals_lhs" \ + "$func_split_equals_rhs" ${1+"$@"} + shift + ;; + + # Separate optargs to short options: + -W*) + func_split_short_opt "$_G_opt" + set dummy "$func_split_short_opt_name" \ + "$func_split_short_opt_arg" ${1+"$@"} + shift + ;; + + # Separate non-argument short options: + -\?*|-h*|-v*|-x*) + func_split_short_opt "$_G_opt" + set dummy "$func_split_short_opt_name" \ + "-$func_split_short_opt_arg" ${1+"$@"} + shift + ;; + + --) break ;; + -*) func_fatal_help "unrecognised option: '$_G_opt'" ;; + *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; + esac + done + + # save modified positional parameters for caller + func_quote_for_eval ${1+"$@"} + func_parse_options_result=$func_quote_for_eval_result } -# func_version -# Echo version message to standard output and exit. -func_version () +# func_validate_options [ARG]... +# ------------------------------ +# Perform any sanity checks on option settings and/or unconsumed +# arguments. +func_hookable func_validate_options +func_validate_options () { - $opt_debug + $debug_cmd - $SED -n '/(C)/!b go - :more - /\./!{ - N - s/\n# / / - b more - } - :go - /^# '$PROGRAM' (GNU /,/# warranty; / { - s/^# // - s/^# *$// - s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/ - p - }' < "$progpath" - exit $? + # Display all warnings if -W was not given. + test -n "$opt_warning_types" || opt_warning_types=" $warning_categories" + + func_run_hooks func_validate_options ${1+"$@"} + + # Bail if the options were screwed! + $exit_cmd $EXIT_FAILURE + + # save modified positional parameters for caller + func_validate_options_result=$func_run_hooks_result } -# func_usage -# Echo short help message to standard output and exit. -func_usage () + + +## ----------------- ## +## Helper functions. ## +## ----------------- ## + +# This section contains the helper functions used by the rest of the +# hookable option parser framework in ascii-betical order. + + +# func_fatal_help ARG... +# ---------------------- +# Echo program name prefixed message to standard error, followed by +# a help hint, and exit. +func_fatal_help () { - $opt_debug + $debug_cmd - $SED -n '/^# Usage:/,/^# *.*--help/ { - s/^# // - s/^# *$// - s/\$progname/'$progname'/ - p - }' < "$progpath" - echo - $ECHO "run \`$progname --help | more' for full usage" - exit $? + eval \$ECHO \""Usage: $usage"\" + eval \$ECHO \""$fatal_help"\" + func_error ${1+"$@"} + exit $EXIT_FAILURE } -# func_help [NOEXIT] -# Echo long help message to standard output and exit, -# unless 'noexit' is passed as argument. + +# func_help +# --------- +# Echo long help message to standard output and exit. func_help () { - $opt_debug - - $SED -n '/^# Usage:/,/# Report bugs to/ { - :print - s/^# // - s/^# *$// - s*\$progname*'$progname'* - s*\$host*'"$host"'* - s*\$SHELL*'"$SHELL"'* - s*\$LTCC*'"$LTCC"'* - s*\$LTCFLAGS*'"$LTCFLAGS"'* - s*\$LD*'"$LD"'* - s/\$with_gnu_ld/'"$with_gnu_ld"'/ - s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/ - s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/ - p - d - } - /^# .* home page:/b print - /^# General help using/b print - ' < "$progpath" - ret=$? - if test -z "$1"; then - exit $ret - fi + $debug_cmd + + func_usage_message + $ECHO "$long_help_message" + exit 0 } -# func_missing_arg argname + +# func_missing_arg ARGNAME +# ------------------------ # Echo program name prefixed message to standard error and set global # exit_cmd. func_missing_arg () { - $opt_debug + $debug_cmd - func_error "missing argument for $1." + func_error "Missing argument for '$1'." exit_cmd=exit } -# func_split_short_opt shortopt +# func_split_equals STRING +# ------------------------ +# Set func_split_equals_lhs and func_split_equals_rhs shell variables after +# splitting STRING at the '=' sign. +test -z "$_G_HAVE_XSI_OPS" \ + && (eval 'x=a/b/c; + test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ + && _G_HAVE_XSI_OPS=yes + +if test yes = "$_G_HAVE_XSI_OPS" +then + # This is an XSI compatible shell, allowing a faster implementation... + eval 'func_split_equals () + { + $debug_cmd + + func_split_equals_lhs=${1%%=*} + func_split_equals_rhs=${1#*=} + test "x$func_split_equals_lhs" = "x$1" \ + && func_split_equals_rhs= + }' +else + # ...otherwise fall back to using expr, which is often a shell builtin. + func_split_equals () + { + $debug_cmd + + func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'` + func_split_equals_rhs= + test "x$func_split_equals_lhs" = "x$1" \ + || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'` + } +fi #func_split_equals + + +# func_split_short_opt SHORTOPT +# ----------------------------- # Set func_split_short_opt_name and func_split_short_opt_arg shell # variables after splitting SHORTOPT after the 2nd character. -func_split_short_opt () +if test yes = "$_G_HAVE_XSI_OPS" +then + # This is an XSI compatible shell, allowing a faster implementation... + eval 'func_split_short_opt () + { + $debug_cmd + + func_split_short_opt_arg=${1#??} + func_split_short_opt_name=${1%"$func_split_short_opt_arg"} + }' +else + # ...otherwise fall back to using expr, which is often a shell builtin. + func_split_short_opt () + { + $debug_cmd + + func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'` + func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'` + } +fi #func_split_short_opt + + +# func_usage +# ---------- +# Echo short help message to standard output and exit. +func_usage () { - func_split_short_opt_arg=${1#??} - func_split_short_opt_name=${1%"$func_split_short_opt_arg"} -} # Extended-shell func_split_short_opt implementation + $debug_cmd + + func_usage_message + $ECHO "Run '$progname --help |${PAGER-more}' for full usage" + exit 0 +} -# func_split_long_opt longopt -# Set func_split_long_opt_name and func_split_long_opt_arg shell -# variables after splitting LONGOPT at the `=' sign. -func_split_long_opt () +# func_usage_message +# ------------------ +# Echo short help message to standard output. +func_usage_message () { - func_split_long_opt_name=${1%%=*} - func_split_long_opt_arg=${1#*=} -} # Extended-shell func_split_long_opt implementation + $debug_cmd -exit_cmd=: + eval \$ECHO \""Usage: $usage"\" + echo + $SED -n 's|^# || + /^Written by/{ + x;p;x + } + h + /^Written by/q' < "$progpath" + echo + eval \$ECHO \""$usage_message"\" +} +# func_version +# ------------ +# Echo version message to standard output and exit. +func_version () +{ + $debug_cmd + + printf '%s\n' "$progname $scriptversion" + $SED -n ' + /(C)/!b go + :more + /\./!{ + N + s|\n# | | + b more + } + :go + /^# Written by /,/# warranty; / { + s|^# || + s|^# *$|| + s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2| + p + } + /^# Written by / { + s|^# || + p + } + /^warranty; /q' < "$progpath" + exit $? +} -magic="%%%MAGIC variable%%%" -magic_exe="%%%MAGIC EXE variable%%%" +# Local variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC" +# time-stamp-time-zone: "UTC" +# End: -# Global variables. -nonopt= -preserve_args= -lo2o="s/\\.lo\$/.${objext}/" -o2lo="s/\\.${objext}\$/.lo/" -extracted_archives= -extracted_serial=0 +# Set a version string. +scriptversion='(GNU libtool) 2.4.5' -# If this variable is set in any of the actions, the command in it -# will be execed at the end. This prevents here-documents from being -# left over by shells. -exec_cmd= -# func_append var value -# Append VALUE to the end of shell variable VAR. -func_append () +# func_echo ARG... +# ---------------- +# Libtool also displays the current mode in messages, so override +# funclib.sh func_echo with this custom definition. +func_echo () { - eval "${1}+=\${2}" -} # Extended-shell func_append implementation + $debug_cmd -# func_append_quoted var value -# Quote VALUE and append to the end of shell variable VAR, separated -# by a space. -func_append_quoted () -{ - func_quote_for_eval "${2}" - eval "${1}+=\\ \$func_quote_for_eval_result" -} # Extended-shell func_append_quoted implementation + _G_message=$* + + func_echo_IFS=$IFS + IFS=$nl + for _G_line in $_G_message; do + IFS=$func_echo_IFS + $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line" + done + IFS=$func_echo_IFS +} -# func_arith arithmetic-term... -func_arith () +# func_warning ARG... +# ------------------- +# Libtool warnings are not categorized, so override funclib.sh +# func_warning with this simpler definition. +func_warning () { - func_arith_result=$(( $* )) -} # Extended-shell func_arith implementation + $debug_cmd + $warning_func ${1+"$@"} +} -# func_len string -# STRING may not start with a hyphen. -func_len () -{ - func_len_result=${#1} -} # Extended-shell func_len implementation +## ---------------- ## +## Options parsing. ## +## ---------------- ## + +# Hook in the functions to make sure our own options are parsed during +# the option parsing loop. + +usage='$progpath [OPTION]... [MODE-ARG]...' + +# Short help message in response to '-h'. +usage_message="Options: + --config show all configuration variables + --debug enable verbose shell tracing + -n, --dry-run display commands without modifying any files + --features display basic configuration information and exit + --mode=MODE use operation mode MODE + --no-warnings equivalent to '-Wnone' + --preserve-dup-deps don't remove duplicate dependency libraries + --quiet, --silent don't print informational messages + --tag=TAG use configuration variables from tag TAG + -v, --verbose print more informational messages than default + --version print version information + -W, --warnings=CATEGORY report the warnings falling in CATEGORY [all] + -h, --help, --help-all print short, long, or detailed help message +" + +# Additional text appended to 'usage_message' in response to '--help'. +long_help_message=$long_help_message" -# func_lo2o object -func_lo2o () -{ - case ${1} in - *.lo) func_lo2o_result=${1%.lo}.${objext} ;; - *) func_lo2o_result=${1} ;; - esac -} # Extended-shell func_lo2o implementation +MODE must be one of the following: + clean remove files from the build directory + compile compile a source file into a libtool object + execute automatically set library path, then run a program + finish complete the installation of libtool libraries + install install libraries or executables + link create a library or an executable + uninstall remove libraries from an installed directory -# func_xform libobj-or-source -func_xform () -{ +MODE-ARGS vary depending on the MODE. When passed as first option, +'--mode=MODE' may be abbreviated as 'MODE' or a unique abbreviation of that. +Try '$progname --help --mode=MODE' for a more detailed description of MODE. + +When reporting a bug, please describe a test case to reproduce it and +include the following information: + + host-triplet: $host + shell: $SHELL + compiler: $LTCC + compiler flags: $LTCFLAGS + linker: $LD (gnu? $with_gnu_ld) + version: $progname (GNU libtool) 2.4.5 + automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` + autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` + +Report bugs to . +GNU libtool home page: . +General help using GNU software: ." + + +# func_lo2o OBJECT-NAME +# --------------------- +# Transform OBJECT-NAME from a '.lo' suffix to the platform specific +# object suffix. + +lo2o=s/\\.lo\$/.$objext/ +o2lo=s/\\.$objext\$/.lo/ + +if test yes = "$_G_HAVE_XSI_OPS"; then + eval 'func_lo2o () + { + case $1 in + *.lo) func_lo2o_result=${1%.lo}.$objext ;; + * ) func_lo2o_result=$1 ;; + esac + }' + + # func_xform LIBOBJ-OR-SOURCE + # --------------------------- + # Transform LIBOBJ-OR-SOURCE from a '.o' or '.c' (or otherwise) + # suffix to a '.lo' libtool-object suffix. + eval 'func_xform () + { func_xform_result=${1%.*}.lo -} # Extended-shell func_xform implementation + }' +else + # ...otherwise fall back to using sed. + func_lo2o () + { + func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"` + } + + func_xform () + { + func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'` + } +fi -# func_fatal_configuration arg... +# func_fatal_configuration ARG... +# ------------------------------- # Echo program name prefixed message to standard error, followed by # a configuration failure hint, and exit. func_fatal_configuration () { - func_error ${1+"$@"} - func_error "See the $PACKAGE documentation for more information." - func_fatal_error "Fatal configuration error." + func__fatal_error ${1+"$@"} \ + "See the $PACKAGE documentation for more information." \ + "Fatal configuration error." } # func_config +# ----------- # Display the configuration for all the tags in this script. func_config () { @@ -1337,17 +2633,19 @@ func_config () exit $? } + # func_features +# ------------- # Display the features supported by this script. func_features () { echo "host: $host" - if test "$build_libtool_libs" = yes; then + if test yes = "$build_libtool_libs"; then echo "enable shared libraries" else echo "disable shared libraries" fi - if test "$build_old_libs" = yes; then + if test yes = "$build_old_libs"; then echo "enable static libraries" else echo "disable static libraries" @@ -1356,289 +2654,297 @@ func_features () exit $? } -# func_enable_tag tagname + +# func_enable_tag TAGNAME +# ----------------------- # Verify that TAGNAME is valid, and either flag an error and exit, or # enable the TAGNAME tag. We also add TAGNAME to the global $taglist # variable here. func_enable_tag () { - # Global variable: - tagname="$1" + # Global variable: + tagname=$1 - re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" - re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" - sed_extractcf="/$re_begincf/,/$re_endcf/p" + re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" + re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" + sed_extractcf=/$re_begincf/,/$re_endcf/p - # Validate tagname. - case $tagname in - *[!-_A-Za-z0-9,/]*) - func_fatal_error "invalid tag name: $tagname" - ;; - esac + # Validate tagname. + case $tagname in + *[!-_A-Za-z0-9,/]*) + func_fatal_error "invalid tag name: $tagname" + ;; + esac - # Don't test for the "default" C tag, as we know it's - # there but not specially marked. - case $tagname in - CC) ;; + # Don't test for the "default" C tag, as we know it's + # there but not specially marked. + case $tagname in + CC) ;; *) - if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then - taglist="$taglist $tagname" - - # Evaluate the configuration. Be careful to quote the path - # and the sed script, to avoid splitting on whitespace, but - # also don't use non-portable quotes within backquotes within - # quotes we have to do it in 2 steps: - extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` - eval "$extractedcf" - else - func_error "ignoring unknown tag $tagname" - fi - ;; - esac + if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then + taglist="$taglist $tagname" + + # Evaluate the configuration. Be careful to quote the path + # and the sed script, to avoid splitting on whitespace, but + # also don't use non-portable quotes within backquotes within + # quotes we have to do it in 2 steps: + extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` + eval "$extractedcf" + else + func_error "ignoring unknown tag $tagname" + fi + ;; + esac } + # func_check_version_match +# ------------------------ # Ensure that we are using m4 macros, and libtool script from the same # release of libtool. func_check_version_match () { - if test "$package_revision" != "$macro_revision"; then - if test "$VERSION" != "$macro_version"; then - if test -z "$macro_version"; then - cat >&2 <<_LT_EOF + if test "$package_revision" != "$macro_revision"; then + if test "$VERSION" != "$macro_version"; then + if test -z "$macro_version"; then + cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this LT_INIT comes from an older release. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF - else - cat >&2 <<_LT_EOF + else + cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this LT_INIT comes from $PACKAGE $macro_version. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF - fi - else - cat >&2 <<_LT_EOF + fi + else + cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, $progname: but the definition of this LT_INIT comes from revision $macro_revision. $progname: You should recreate aclocal.m4 with macros from revision $package_revision $progname: of $PACKAGE $VERSION and run autoconf again. _LT_EOF - fi + fi - exit $EXIT_MISMATCH - fi + exit $EXIT_MISMATCH + fi } -# Shorthand for --mode=foo, only valid as the first argument -case $1 in -clean|clea|cle|cl) - shift; set dummy --mode clean ${1+"$@"}; shift - ;; -compile|compil|compi|comp|com|co|c) - shift; set dummy --mode compile ${1+"$@"}; shift - ;; -execute|execut|execu|exec|exe|ex|e) - shift; set dummy --mode execute ${1+"$@"}; shift - ;; -finish|finis|fini|fin|fi|f) - shift; set dummy --mode finish ${1+"$@"}; shift - ;; -install|instal|insta|inst|ins|in|i) - shift; set dummy --mode install ${1+"$@"}; shift - ;; -link|lin|li|l) - shift; set dummy --mode link ${1+"$@"}; shift - ;; -uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) - shift; set dummy --mode uninstall ${1+"$@"}; shift - ;; -esac +# libtool_options_prep [ARG]... +# ----------------------------- +# Preparation for options parsed by libtool. +libtool_options_prep () +{ + $debug_mode + # Option defaults: + opt_config=false + opt_dlopen= + opt_dry_run=false + opt_help=false + opt_mode= + opt_preserve_dup_deps=false + opt_quiet=false + nonopt= + preserve_args= -# Option defaults: -opt_debug=: -opt_dry_run=false -opt_config=false -opt_preserve_dup_deps=false -opt_features=false -opt_finish=false -opt_help=false -opt_help_all=false -opt_silent=: -opt_warning=: -opt_verbose=: -opt_silent=false -opt_verbose=false + # Shorthand for --mode=foo, only valid as the first argument + case $1 in + clean|clea|cle|cl) + shift; set dummy --mode clean ${1+"$@"}; shift + ;; + compile|compil|compi|comp|com|co|c) + shift; set dummy --mode compile ${1+"$@"}; shift + ;; + execute|execut|execu|exec|exe|ex|e) + shift; set dummy --mode execute ${1+"$@"}; shift + ;; + finish|finis|fini|fin|fi|f) + shift; set dummy --mode finish ${1+"$@"}; shift + ;; + install|instal|insta|inst|ins|in|i) + shift; set dummy --mode install ${1+"$@"}; shift + ;; + link|lin|li|l) + shift; set dummy --mode link ${1+"$@"}; shift + ;; + uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) + shift; set dummy --mode uninstall ${1+"$@"}; shift + ;; + esac + + # Pass back the list of options. + func_quote_for_eval ${1+"$@"} + libtool_options_prep_result=$func_quote_for_eval_result +} +func_add_hook func_options_prep libtool_options_prep -# Parse options once, thoroughly. This comes as soon as possible in the -# script to make things like `--version' happen as quickly as we can. +# libtool_parse_options [ARG]... +# --------------------------------- +# Provide handling for libtool specific options. +libtool_parse_options () { - # this just eases exit handling - while test $# -gt 0; do - opt="$1" - shift - case $opt in - --debug|-x) opt_debug='set -x' - func_echo "enabling shell trace mode" - $opt_debug - ;; - --dry-run|--dryrun|-n) - opt_dry_run=: - ;; - --config) - opt_config=: -func_config - ;; - --dlopen|-dlopen) - optarg="$1" - opt_dlopen="${opt_dlopen+$opt_dlopen -}$optarg" - shift - ;; - --preserve-dup-deps) - opt_preserve_dup_deps=: - ;; - --features) - opt_features=: -func_features - ;; - --finish) - opt_finish=: -set dummy --mode finish ${1+"$@"}; shift - ;; - --help) - opt_help=: - ;; - --help-all) - opt_help_all=: -opt_help=': help-all' - ;; - --mode) - test $# = 0 && func_missing_arg $opt && break - optarg="$1" - opt_mode="$optarg" -case $optarg in - # Valid mode arguments: - clean|compile|execute|finish|install|link|relink|uninstall) ;; - - # Catch anything else as an error - *) func_error "invalid argument for $opt" - exit_cmd=exit - break - ;; -esac - shift - ;; - --no-silent|--no-quiet) - opt_silent=false -preserve_args+=" $opt" - ;; - --no-warning|--no-warn) - opt_warning=false -preserve_args+=" $opt" - ;; - --no-verbose) - opt_verbose=false -preserve_args+=" $opt" - ;; - --silent|--quiet) - opt_silent=: -preserve_args+=" $opt" - opt_verbose=false - ;; - --verbose|-v) - opt_verbose=: -preserve_args+=" $opt" -opt_silent=false - ;; - --tag) - test $# = 0 && func_missing_arg $opt && break - optarg="$1" - opt_tag="$optarg" -preserve_args+=" $opt $optarg" -func_enable_tag "$optarg" - shift - ;; - - -\?|-h) func_usage ;; - --help) func_help ;; - --version) func_version ;; - - # Separate optargs to long options: - --*=*) - func_split_long_opt "$opt" - set dummy "$func_split_long_opt_name" "$func_split_long_opt_arg" ${1+"$@"} - shift - ;; - - # Separate non-argument short options: - -\?*|-h*|-n*|-v*) - func_split_short_opt "$opt" - set dummy "$func_split_short_opt_name" "-$func_split_short_opt_arg" ${1+"$@"} - shift - ;; - - --) break ;; - -*) func_fatal_help "unrecognized option \`$opt'" ;; - *) set dummy "$opt" ${1+"$@"}; shift; break ;; - esac - done + $debug_cmd - # Validate options: + # Perform our own loop to consume as many options as possible in + # each iteration. + while test $# -gt 0; do + _G_opt=$1 + shift + case $_G_opt in + --dry-run|--dryrun|-n) + opt_dry_run=: + ;; + + --config) func_config ;; + + --dlopen|-dlopen) + opt_dlopen="${opt_dlopen+$opt_dlopen +}$1" + shift + ;; + + --preserve-dup-deps) + opt_preserve_dup_deps=: ;; + + --features) func_features ;; + + --finish) set dummy --mode finish ${1+"$@"}; shift ;; + + --help) opt_help=: ;; + + --help-all) opt_help=': help-all' ;; + + --mode) test $# = 0 && func_missing_arg $_G_opt && break + opt_mode=$1 + case $1 in + # Valid mode arguments: + clean|compile|execute|finish|install|link|relink|uninstall) ;; + + # Catch anything else as an error + *) func_error "invalid argument for $_G_opt" + exit_cmd=exit + break + ;; + esac + shift + ;; + + --no-silent|--no-quiet) + opt_quiet=false + func_append preserve_args " $_G_opt" + ;; + + --no-warnings|--no-warning|--no-warn) + opt_warning=false + func_append preserve_args " $_G_opt" + ;; + + --no-verbose) + opt_verbose=false + func_append preserve_args " $_G_opt" + ;; + + --silent|--quiet) + opt_quiet=: + opt_verbose=false + func_append preserve_args " $_G_opt" + ;; + + --tag) test $# = 0 && func_missing_arg $_G_opt && break + opt_tag=$1 + func_append preserve_args " $_G_opt $1" + func_enable_tag "$1" + shift + ;; + + --verbose|-v) opt_quiet=false + opt_verbose=: + func_append preserve_args " $_G_opt" + ;; + + # An option not handled by this hook function: + *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; + esac + done - # save first non-option argument - if test "$#" -gt 0; then - nonopt="$opt" - shift - fi - # preserve --debug - test "$opt_debug" = : || preserve_args+=" --debug" + # save modified positional parameters for caller + func_quote_for_eval ${1+"$@"} + libtool_parse_options_result=$func_quote_for_eval_result +} +func_add_hook func_parse_options libtool_parse_options - case $host in - *cygwin* | *mingw* | *pw32* | *cegcc*) - # don't eliminate duplications in $postdeps and $predeps - opt_duplicate_compiler_generated_deps=: - ;; - *) - opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps - ;; - esac - $opt_help || { - # Sanity checks first: - func_check_version_match - if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then - func_fatal_configuration "not configured to build any kind of library" +# libtool_validate_options [ARG]... +# --------------------------------- +# Perform any sanity checks on option settings and/or unconsumed +# arguments. +libtool_validate_options () +{ + # save first non-option argument + if test 0 -lt $#; then + nonopt=$1 + shift fi - # Darwin sucks - eval std_shrext=\"$shrext_cmds\" + # preserve --debug + test : = "$debug_cmd" || func_append preserve_args " --debug" - # Only execute mode is allowed to have -dlopen flags. - if test -n "$opt_dlopen" && test "$opt_mode" != execute; then - func_error "unrecognized option \`-dlopen'" - $ECHO "$help" 1>&2 - exit $EXIT_FAILURE - fi + case $host in + # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452 + # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788 + *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*) + # don't eliminate duplications in $postdeps and $predeps + opt_duplicate_compiler_generated_deps=: + ;; + *) + opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps + ;; + esac - # Change the help message to a mode-specific one. - generic_help="$help" - help="Try \`$progname --help --mode=$opt_mode' for more information." - } + $opt_help || { + # Sanity checks first: + func_check_version_match + + test yes != "$build_libtool_libs" \ + && test yes != "$build_old_libs" \ + && func_fatal_configuration "not configured to build any kind of library" + + # Darwin sucks + eval std_shrext=\"$shrext_cmds\" + + # Only execute mode is allowed to have -dlopen flags. + if test -n "$opt_dlopen" && test execute != "$opt_mode"; then + func_error "unrecognized option '-dlopen'" + $ECHO "$help" 1>&2 + exit $EXIT_FAILURE + fi + # Change the help message to a mode-specific one. + generic_help=$help + help="Try '$progname --help --mode=$opt_mode' for more information." + } - # Bail if the options were screwed - $exit_cmd $EXIT_FAILURE + # Pass back the unparsed argument list + func_quote_for_eval ${1+"$@"} + libtool_validate_options_result=$func_quote_for_eval_result } +func_add_hook func_validate_options libtool_validate_options + +# Process options as early as possible so that --help and --version +# can return quickly. +func_options ${1+"$@"} +eval set dummy "$func_options_result"; shift @@ -1646,24 +2952,52 @@ func_enable_tag "$optarg" ## Main. ## ## ----------- ## +magic='%%%MAGIC variable%%%' +magic_exe='%%%MAGIC EXE variable%%%' + +# Global variables. +extracted_archives= +extracted_serial=0 + +# If this variable is set in any of the actions, the command in it +# will be execed at the end. This prevents here-documents from being +# left over by shells. +exec_cmd= + + +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' +} + +# func_generated_by_libtool +# True iff stdin has been generated by Libtool. This function is only +# a basic sanity check; it will hardly flush out determined imposters. +func_generated_by_libtool_p () +{ + $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 +} + # func_lalib_p file -# True iff FILE is a libtool `.la' library or `.lo' object file. +# True iff FILE is a libtool '.la' library or '.lo' object file. # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_lalib_p () { test -f "$1" && - $SED -e 4q "$1" 2>/dev/null \ - | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 + $SED -e 4q "$1" 2>/dev/null | func_generated_by_libtool_p } # func_lalib_unsafe_p file -# True iff FILE is a libtool `.la' library or `.lo' object file. +# True iff FILE is a libtool '.la' library or '.lo' object file. # This function implements the same check as func_lalib_p without # resorting to external programs. To this end, it redirects stdin and # closes it afterwards, without saving the original file descriptor. # As a safety measure, use it only where a negative result would be -# fatal anyway. Works if `file' does not exist. +# fatal anyway. Works if 'file' does not exist. func_lalib_unsafe_p () { lalib_p=no @@ -1671,13 +3005,13 @@ func_lalib_unsafe_p () for lalib_p_l in 1 2 3 4 do read lalib_p_line - case "$lalib_p_line" in + case $lalib_p_line in \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; esac done exec 0<&5 5<&- fi - test "$lalib_p" = yes + test yes = "$lalib_p" } # func_ltwrapper_script_p file @@ -1686,7 +3020,8 @@ func_lalib_unsafe_p () # determined imposters. func_ltwrapper_script_p () { - func_lalib_p "$1" + test -f "$1" && + $lt_truncate_bin < "$1" 2>/dev/null | func_generated_by_libtool_p } # func_ltwrapper_executable_p file @@ -1711,7 +3046,7 @@ func_ltwrapper_scriptname () { func_dirname_and_basename "$1" "" "." func_stripname '' '.exe' "$func_basename_result" - func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper" + func_ltwrapper_scriptname_result=$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper } # func_ltwrapper_p file @@ -1730,11 +3065,13 @@ func_ltwrapper_p () # FAIL_CMD may read-access the current command in variable CMD! func_execute_cmds () { - $opt_debug + $debug_cmd + save_ifs=$IFS; IFS='~' for cmd in $1; do - IFS=$save_ifs + IFS=$sp$nl eval cmd=\"$cmd\" + IFS=$save_ifs func_show_eval "$cmd" "${2-:}" done IFS=$save_ifs @@ -1746,10 +3083,11 @@ func_execute_cmds () # Note that it is not necessary on cygwin/mingw to append a dot to # FILE even if both FILE and FILE.exe exist: automatic-append-.exe # behavior happens only for exec(3), not for open(2)! Also, sourcing -# `FILE.' does not work on cygwin managed mounts. +# 'FILE.' does not work on cygwin managed mounts. func_source () { - $opt_debug + $debug_cmd + case $1 in */* | *\\*) . "$1" ;; *) . "./$1" ;; @@ -1776,10 +3114,10 @@ func_resolve_sysroot () # store the result into func_replace_sysroot_result. func_replace_sysroot () { - case "$lt_sysroot:$1" in + case $lt_sysroot:$1 in ?*:"$lt_sysroot"*) func_stripname "$lt_sysroot" '' "$1" - func_replace_sysroot_result="=$func_stripname_result" + func_replace_sysroot_result='='$func_stripname_result ;; *) # Including no sysroot. @@ -1796,7 +3134,8 @@ func_replace_sysroot () # arg is usually of the form 'gcc ...' func_infer_tag () { - $opt_debug + $debug_cmd + if test -n "$available_tags" && test -z "$tagname"; then CC_quoted= for arg in $CC; do @@ -1815,7 +3154,7 @@ func_infer_tag () for z in $available_tags; do if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then # Evaluate the configuration. - eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" + eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" CC_quoted= for arg in $CC; do # Double-quote args containing other shell metacharacters. @@ -1840,7 +3179,7 @@ func_infer_tag () # line option must be used. if test -z "$tagname"; then func_echo "unable to infer tagged configuration" - func_fatal_error "specify a tag with \`--tag'" + func_fatal_error "specify a tag with '--tag'" # else # func_verbose "using $tagname tagged configuration" fi @@ -1856,15 +3195,15 @@ func_infer_tag () # but don't create it if we're doing a dry run. func_write_libtool_object () { - write_libobj=${1} - if test "$build_libtool_libs" = yes; then - write_lobj=\'${2}\' + write_libobj=$1 + if test yes = "$build_libtool_libs"; then + write_lobj=\'$2\' else write_lobj=none fi - if test "$build_old_libs" = yes; then - write_oldobj=\'${3}\' + if test yes = "$build_old_libs"; then + write_oldobj=\'$3\' else write_oldobj=none fi @@ -1872,7 +3211,7 @@ func_write_libtool_object () $opt_dry_run || { cat >${write_libobj}T </dev/null` - if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then + if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" | - $SED -e "$lt_sed_naive_backslashify"` + $SED -e "$sed_naive_backslashify"` else func_convert_core_file_wine_to_w32_result= fi @@ -1936,18 +3276,19 @@ func_convert_core_file_wine_to_w32 () # are convertible, then the result may be empty. func_convert_core_path_wine_to_w32 () { - $opt_debug + $debug_cmd + # unfortunately, winepath doesn't convert paths, only file names - func_convert_core_path_wine_to_w32_result="" + func_convert_core_path_wine_to_w32_result= if test -n "$1"; then oldIFS=$IFS IFS=: for func_convert_core_path_wine_to_w32_f in $1; do IFS=$oldIFS func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f" - if test -n "$func_convert_core_file_wine_to_w32_result" ; then + if test -n "$func_convert_core_file_wine_to_w32_result"; then if test -z "$func_convert_core_path_wine_to_w32_result"; then - func_convert_core_path_wine_to_w32_result="$func_convert_core_file_wine_to_w32_result" + func_convert_core_path_wine_to_w32_result=$func_convert_core_file_wine_to_w32_result else func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result" fi @@ -1976,7 +3317,8 @@ func_convert_core_path_wine_to_w32 () # environment variable; do not put it in $PATH. func_cygpath () { - $opt_debug + $debug_cmd + if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` if test "$?" -ne 0; then @@ -1985,7 +3327,7 @@ func_cygpath () fi else func_cygpath_result= - func_error "LT_CYGPATH is empty or specifies non-existent file: \`$LT_CYGPATH'" + func_error "LT_CYGPATH is empty or specifies non-existent file: '$LT_CYGPATH'" fi } #end: func_cygpath @@ -1996,10 +3338,11 @@ func_cygpath () # result in func_convert_core_msys_to_w32_result. func_convert_core_msys_to_w32 () { - $opt_debug + $debug_cmd + # awkward: cmd appends spaces to result func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null | - $SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"` + $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"` } #end: func_convert_core_msys_to_w32 @@ -2010,13 +3353,14 @@ func_convert_core_msys_to_w32 () # func_to_host_file_result to ARG1). func_convert_file_check () { - $opt_debug - if test -z "$2" && test -n "$1" ; then + $debug_cmd + + if test -z "$2" && test -n "$1"; then func_error "Could not determine host file name corresponding to" - func_error " \`$1'" + func_error " '$1'" func_error "Continuing, but uninstalled executables may not work." # Fallback: - func_to_host_file_result="$1" + func_to_host_file_result=$1 fi } # end func_convert_file_check @@ -2028,10 +3372,11 @@ func_convert_file_check () # func_to_host_file_result to a simplistic fallback value (see below). func_convert_path_check () { - $opt_debug + $debug_cmd + if test -z "$4" && test -n "$3"; then func_error "Could not determine the host path corresponding to" - func_error " \`$3'" + func_error " '$3'" func_error "Continuing, but uninstalled executables may not work." # Fallback. This is a deliberately simplistic "conversion" and # should not be "improved". See libtool.info. @@ -2040,7 +3385,7 @@ func_convert_path_check () func_to_host_path_result=`echo "$3" | $SED -e "$lt_replace_pathsep_chars"` else - func_to_host_path_result="$3" + func_to_host_path_result=$3 fi fi } @@ -2052,13 +3397,14 @@ func_convert_path_check () # and appending REPL if ORIG matches BACKPAT. func_convert_path_front_back_pathsep () { - $opt_debug + $debug_cmd + case $4 in - $1 ) func_to_host_path_result="$3$func_to_host_path_result" + $1 ) func_to_host_path_result=$3$func_to_host_path_result ;; esac case $4 in - $2 ) func_to_host_path_result+="$3" + $2 ) func_append func_to_host_path_result "$3" ;; esac } @@ -2068,7 +3414,7 @@ func_convert_path_front_back_pathsep () ################################################## # $build to $host FILE NAME CONVERSION FUNCTIONS # ################################################## -# invoked via `$to_host_file_cmd ARG' +# invoked via '$to_host_file_cmd ARG' # # In each case, ARG is the path to be converted from $build to $host format. # Result will be available in $func_to_host_file_result. @@ -2079,7 +3425,8 @@ func_convert_path_front_back_pathsep () # in func_to_host_file_result. func_to_host_file () { - $opt_debug + $debug_cmd + $to_host_file_cmd "$1" } # end func_to_host_file @@ -2091,7 +3438,8 @@ func_to_host_file () # in (the comma separated) LAZY, no conversion takes place. func_to_tool_file () { - $opt_debug + $debug_cmd + case ,$2, in *,"$to_tool_file_cmd",*) func_to_tool_file_result=$1 @@ -2109,7 +3457,7 @@ func_to_tool_file () # Copy ARG to func_to_host_file_result. func_convert_file_noop () { - func_to_host_file_result="$1" + func_to_host_file_result=$1 } # end func_convert_file_noop @@ -2120,11 +3468,12 @@ func_convert_file_noop () # func_to_host_file_result. func_convert_file_msys_to_w32 () { - $opt_debug - func_to_host_file_result="$1" + $debug_cmd + + func_to_host_file_result=$1 if test -n "$1"; then func_convert_core_msys_to_w32 "$1" - func_to_host_file_result="$func_convert_core_msys_to_w32_result" + func_to_host_file_result=$func_convert_core_msys_to_w32_result fi func_convert_file_check "$1" "$func_to_host_file_result" } @@ -2136,8 +3485,9 @@ func_convert_file_msys_to_w32 () # func_to_host_file_result. func_convert_file_cygwin_to_w32 () { - $opt_debug - func_to_host_file_result="$1" + $debug_cmd + + func_to_host_file_result=$1 if test -n "$1"; then # because $build is cygwin, we call "the" cygpath in $PATH; no need to use # LT_CYGPATH in this case. @@ -2153,11 +3503,12 @@ func_convert_file_cygwin_to_w32 () # and a working winepath. Returns result in func_to_host_file_result. func_convert_file_nix_to_w32 () { - $opt_debug - func_to_host_file_result="$1" + $debug_cmd + + func_to_host_file_result=$1 if test -n "$1"; then func_convert_core_file_wine_to_w32 "$1" - func_to_host_file_result="$func_convert_core_file_wine_to_w32_result" + func_to_host_file_result=$func_convert_core_file_wine_to_w32_result fi func_convert_file_check "$1" "$func_to_host_file_result" } @@ -2169,12 +3520,13 @@ func_convert_file_nix_to_w32 () # Returns result in func_to_host_file_result. func_convert_file_msys_to_cygwin () { - $opt_debug - func_to_host_file_result="$1" + $debug_cmd + + func_to_host_file_result=$1 if test -n "$1"; then func_convert_core_msys_to_w32 "$1" func_cygpath -u "$func_convert_core_msys_to_w32_result" - func_to_host_file_result="$func_cygpath_result" + func_to_host_file_result=$func_cygpath_result fi func_convert_file_check "$1" "$func_to_host_file_result" } @@ -2187,13 +3539,14 @@ func_convert_file_msys_to_cygwin () # in func_to_host_file_result. func_convert_file_nix_to_cygwin () { - $opt_debug - func_to_host_file_result="$1" + $debug_cmd + + func_to_host_file_result=$1 if test -n "$1"; then # convert from *nix to w32, then use cygpath to convert from w32 to cygwin. func_convert_core_file_wine_to_w32 "$1" func_cygpath -u "$func_convert_core_file_wine_to_w32_result" - func_to_host_file_result="$func_cygpath_result" + func_to_host_file_result=$func_cygpath_result fi func_convert_file_check "$1" "$func_to_host_file_result" } @@ -2203,7 +3556,7 @@ func_convert_file_nix_to_cygwin () ############################################# # $build to $host PATH CONVERSION FUNCTIONS # ############################################# -# invoked via `$to_host_path_cmd ARG' +# invoked via '$to_host_path_cmd ARG' # # In each case, ARG is the path to be converted from $build to $host format. # The result will be available in $func_to_host_path_result. @@ -2227,10 +3580,11 @@ func_convert_file_nix_to_cygwin () to_host_path_cmd= func_init_to_host_path_cmd () { - $opt_debug + $debug_cmd + if test -z "$to_host_path_cmd"; then func_stripname 'func_convert_file_' '' "$to_host_file_cmd" - to_host_path_cmd="func_convert_path_${func_stripname_result}" + to_host_path_cmd=func_convert_path_$func_stripname_result fi } @@ -2240,7 +3594,8 @@ func_init_to_host_path_cmd () # in func_to_host_path_result. func_to_host_path () { - $opt_debug + $debug_cmd + func_init_to_host_path_cmd $to_host_path_cmd "$1" } @@ -2251,7 +3606,7 @@ func_to_host_path () # Copy ARG to func_to_host_path_result. func_convert_path_noop () { - func_to_host_path_result="$1" + func_to_host_path_result=$1 } # end func_convert_path_noop @@ -2262,8 +3617,9 @@ func_convert_path_noop () # func_to_host_path_result. func_convert_path_msys_to_w32 () { - $opt_debug - func_to_host_path_result="$1" + $debug_cmd + + func_to_host_path_result=$1 if test -n "$1"; then # Remove leading and trailing path separator characters from ARG. MSYS # behavior is inconsistent here; cygpath turns them into '.;' and ';.'; @@ -2271,7 +3627,7 @@ func_convert_path_msys_to_w32 () func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" - func_to_host_path_result="$func_convert_core_msys_to_w32_result" + func_to_host_path_result=$func_convert_core_msys_to_w32_result func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" @@ -2285,8 +3641,9 @@ func_convert_path_msys_to_w32 () # func_to_host_file_result. func_convert_path_cygwin_to_w32 () { - $opt_debug - func_to_host_path_result="$1" + $debug_cmd + + func_to_host_path_result=$1 if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" @@ -2305,14 +3662,15 @@ func_convert_path_cygwin_to_w32 () # a working winepath. Returns result in func_to_host_file_result. func_convert_path_nix_to_w32 () { - $opt_debug - func_to_host_path_result="$1" + $debug_cmd + + func_to_host_path_result=$1 if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" - func_to_host_path_result="$func_convert_core_path_wine_to_w32_result" + func_to_host_path_result=$func_convert_core_path_wine_to_w32_result func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" @@ -2326,15 +3684,16 @@ func_convert_path_nix_to_w32 () # Returns result in func_to_host_file_result. func_convert_path_msys_to_cygwin () { - $opt_debug - func_to_host_path_result="$1" + $debug_cmd + + func_to_host_path_result=$1 if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" func_cygpath -u -p "$func_convert_core_msys_to_w32_result" - func_to_host_path_result="$func_cygpath_result" + func_to_host_path_result=$func_cygpath_result func_convert_path_check : : \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" : "$1" @@ -2349,8 +3708,9 @@ func_convert_path_msys_to_cygwin () # func_to_host_file_result. func_convert_path_nix_to_cygwin () { - $opt_debug - func_to_host_path_result="$1" + $debug_cmd + + func_to_host_path_result=$1 if test -n "$1"; then # Remove leading and trailing path separator characters from # ARG. msys behavior is inconsistent here, cygpath turns them @@ -2359,7 +3719,7 @@ func_convert_path_nix_to_cygwin () func_to_host_path_tmp1=$func_stripname_result func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result" - func_to_host_path_result="$func_cygpath_result" + func_to_host_path_result=$func_cygpath_result func_convert_path_check : : \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" : "$1" @@ -2368,13 +3728,31 @@ func_convert_path_nix_to_cygwin () # end func_convert_path_nix_to_cygwin +# func_dll_def_p FILE +# True iff FILE is a Windows DLL '.def' file. +# Keep in sync with _LT_DLL_DEF_P in libtool.m4 +func_dll_def_p () +{ + $debug_cmd + + func_dll_def_p_tmp=`$SED -n \ + -e 's/^[ ]*//' \ + -e '/^\(;.*\)*$/d' \ + -e 's/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p' \ + -e q \ + "$1"` + test DEF = "$func_dll_def_p_tmp" +} + + # func_mode_compile arg... func_mode_compile () { - $opt_debug + $debug_cmd + # Get the compilation command and the source file. base_compile= - srcfile="$nonopt" # always keep a non-empty value in "srcfile" + srcfile=$nonopt # always keep a non-empty value in "srcfile" suppress_opt=yes suppress_output= arg_mode=normal @@ -2387,12 +3765,12 @@ func_mode_compile () case $arg_mode in arg ) # do not "continue". Instead, add this to base_compile - lastarg="$arg" + lastarg=$arg arg_mode=normal ;; target ) - libobj="$arg" + libobj=$arg arg_mode=normal continue ;; @@ -2402,18 +3780,18 @@ func_mode_compile () case $arg in -o) test -n "$libobj" && \ - func_fatal_error "you cannot specify \`-o' more than once" + func_fatal_error "you cannot specify '-o' more than once" arg_mode=target continue ;; -pie | -fpie | -fPIE) - pie_flag+=" $arg" + func_append pie_flag " $arg" continue ;; -shared | -static | -prefer-pic | -prefer-non-pic) - later+=" $arg" + func_append later " $arg" continue ;; @@ -2431,17 +3809,17 @@ func_mode_compile () func_stripname '-Wc,' '' "$arg" args=$func_stripname_result lastarg= - save_ifs="$IFS"; IFS=',' + save_ifs=$IFS; IFS=, for arg in $args; do - IFS="$save_ifs" + IFS=$save_ifs func_append_quoted lastarg "$arg" done - IFS="$save_ifs" + IFS=$save_ifs func_stripname ' ' '' "$lastarg" lastarg=$func_stripname_result # Add the arguments to base_compile. - base_compile+=" $lastarg" + func_append base_compile " $lastarg" continue ;; @@ -2449,8 +3827,8 @@ func_mode_compile () # Accept the current argument as the source file. # The previous "srcfile" becomes the current argument. # - lastarg="$srcfile" - srcfile="$arg" + lastarg=$srcfile + srcfile=$arg ;; esac # case $arg ;; @@ -2465,13 +3843,13 @@ func_mode_compile () func_fatal_error "you must specify an argument for -Xcompile" ;; target) - func_fatal_error "you must specify a target with \`-o'" + func_fatal_error "you must specify a target with '-o'" ;; *) # Get the name of the library object. test -z "$libobj" && { func_basename "$srcfile" - libobj="$func_basename_result" + libobj=$func_basename_result } ;; esac @@ -2491,7 +3869,7 @@ func_mode_compile () case $libobj in *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;; *) - func_fatal_error "cannot determine name of library object from \`$libobj'" + func_fatal_error "cannot determine name of library object from '$libobj'" ;; esac @@ -2500,8 +3878,8 @@ func_mode_compile () for arg in $later; do case $arg in -shared) - test "$build_libtool_libs" != yes && \ - func_fatal_configuration "can not build a shared library" + test yes = "$build_libtool_libs" \ + || func_fatal_configuration "cannot build a shared library" build_old_libs=no continue ;; @@ -2527,17 +3905,17 @@ func_mode_compile () func_quote_for_eval "$libobj" test "X$libobj" != "X$func_quote_for_eval_result" \ && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ - && func_warning "libobj name \`$libobj' may not contain shell special characters." + && func_warning "libobj name '$libobj' may not contain shell special characters." func_dirname_and_basename "$obj" "/" "" - objname="$func_basename_result" - xdir="$func_dirname_result" - lobj=${xdir}$objdir/$objname + objname=$func_basename_result + xdir=$func_dirname_result + lobj=$xdir$objdir/$objname test -z "$base_compile" && \ func_fatal_help "you must specify a compilation command" # Delete any leftover library objects. - if test "$build_old_libs" = yes; then + if test yes = "$build_old_libs"; then removelist="$obj $lobj $libobj ${libobj}T" else removelist="$lobj $libobj ${libobj}T" @@ -2549,16 +3927,16 @@ func_mode_compile () pic_mode=default ;; esac - if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then + if test no = "$pic_mode" && test pass_all != "$deplibs_check_method"; then # non-PIC code in shared libraries is not supported pic_mode=default fi # Calculate the filename of the output object if compiler does # not support -o with -c - if test "$compiler_c_o" = no; then - output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} - lockfile="$output_obj.lock" + if test no = "$compiler_c_o"; then + output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext + lockfile=$output_obj.lock else output_obj= need_locks=no @@ -2567,12 +3945,12 @@ func_mode_compile () # Lock this critical section if it is needed # We use this script file to make the link, it avoids creating a new file - if test "$need_locks" = yes; then + if test yes = "$need_locks"; then until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do func_echo "Waiting for $lockfile to be removed" sleep 2 done - elif test "$need_locks" = warn; then + elif test warn = "$need_locks"; then if test -f "$lockfile"; then $ECHO "\ *** ERROR, $lockfile exists and contains: @@ -2580,7 +3958,7 @@ func_mode_compile () This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because -your compiler does not support \`-c' and \`-o' together. If you +your compiler does not support '-c' and '-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." @@ -2588,12 +3966,12 @@ compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi - removelist+=" $output_obj" + func_append removelist " $output_obj" $ECHO "$srcfile" > "$lockfile" fi $opt_dry_run || $RM $removelist - removelist+=" $lockfile" + func_append removelist " $lockfile" trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 @@ -2602,11 +3980,11 @@ compiler." qsrcfile=$func_quote_for_eval_result # Only build a PIC object if we are building libtool libraries. - if test "$build_libtool_libs" = yes; then + if test yes = "$build_libtool_libs"; then # Without this assignment, base_compile gets emptied. fbsd_hideous_sh_bug=$base_compile - if test "$pic_mode" != no; then + if test no != "$pic_mode"; then command="$base_compile $qsrcfile $pic_flag" else # Don't build PIC code @@ -2617,13 +3995,13 @@ compiler." if test -z "$output_obj"; then # Place PIC objects in $objdir - command+=" -o $lobj" + func_append command " -o $lobj" fi func_show_eval_locale "$command" \ 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' - if test "$need_locks" = warn && + if test warn = "$need_locks" && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: @@ -2634,7 +4012,7 @@ $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because -your compiler does not support \`-c' and \`-o' together. If you +your compiler does not support '-c' and '-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." @@ -2650,29 +4028,29 @@ compiler." fi # Allow error messages only from the first compilation. - if test "$suppress_opt" = yes; then + if test yes = "$suppress_opt"; then suppress_output=' >/dev/null 2>&1' fi fi # Only build a position-dependent object if we build old libraries. - if test "$build_old_libs" = yes; then - if test "$pic_mode" != yes; then + if test yes = "$build_old_libs"; then + if test yes != "$pic_mode"; then # Don't build PIC code command="$base_compile $qsrcfile$pie_flag" else command="$base_compile $qsrcfile $pic_flag" fi - if test "$compiler_c_o" = yes; then - command+=" -o $obj" + if test yes = "$compiler_c_o"; then + func_append command " -o $obj" fi # Suppress compiler output if we already did a PIC compilation. - command+="$suppress_output" + func_append command "$suppress_output" func_show_eval_locale "$command" \ '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' - if test "$need_locks" = warn && + if test warn = "$need_locks" && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: @@ -2683,7 +4061,7 @@ $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because -your compiler does not support \`-c' and \`-o' together. If you +your compiler does not support '-c' and '-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." @@ -2703,7 +4081,7 @@ compiler." func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" # Unlock the critical section if it was locked - if test "$need_locks" != no; then + if test no != "$need_locks"; then removelist=$lockfile $RM "$lockfile" fi @@ -2713,7 +4091,7 @@ compiler." } $opt_help || { - test "$opt_mode" = compile && func_mode_compile ${1+"$@"} + test compile = "$opt_mode" && func_mode_compile ${1+"$@"} } func_mode_help () @@ -2733,7 +4111,7 @@ func_mode_help () Remove files from the build directory. RM is the name of the program to use to delete files associated with each FILE -(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed +(typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed to RM. If FILE is a libtool library, object or program, all the files associated @@ -2752,16 +4130,16 @@ This mode accepts the following additional options: -no-suppress do not suppress compiler output for multiple passes -prefer-pic try to build PIC objects only -prefer-non-pic try to build non-PIC objects only - -shared do not build a \`.o' file suitable for static linking - -static only build a \`.o' file suitable for static linking + -shared do not build a '.o' file suitable for static linking + -static only build a '.o' file suitable for static linking -Wc,FLAG pass FLAG directly to the compiler -COMPILE-COMMAND is a command to be used in creating a \`standard' object file +COMPILE-COMMAND is a command to be used in creating a 'standard' object file from the given SOURCEFILE. The output file name is determined by removing the directory component from -SOURCEFILE, then substituting the C source code suffix \`.c' with the -library object suffix, \`.lo'." +SOURCEFILE, then substituting the C source code suffix '.c' with the +library object suffix, '.lo'." ;; execute) @@ -2774,7 +4152,7 @@ This mode accepts the following additional options: -dlopen FILE add the directory containing FILE to the library path -This mode sets the library path environment variable according to \`-dlopen' +This mode sets the library path environment variable according to '-dlopen' flags. If any of the ARGS are libtool executable wrappers, then they are translated @@ -2793,7 +4171,7 @@ Complete the installation of libtool libraries. Each LIBDIR is a directory that contains libtool libraries. The commands that this mode executes may require superuser privileges. Use -the \`--dry-run' option if you just want to see what would be executed." +the '--dry-run' option if you just want to see what would be executed." ;; install) @@ -2803,7 +4181,7 @@ the \`--dry-run' option if you just want to see what would be executed." Install executables or libraries. INSTALL-COMMAND is the installation command. The first component should be -either the \`install' or \`cp' program. +either the 'install' or 'cp' program. The following components of INSTALL-COMMAND are treated specially: @@ -2829,7 +4207,7 @@ The following components of LINK-COMMAND are treated specially: -avoid-version do not add a version suffix if possible -bindir BINDIR specify path to binaries directory (for systems where libraries must be found in the PATH setting at runtime) - -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime + -dlopen FILE '-dlpreopen' FILE if it cannot be dlopened at runtime -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) -export-symbols SYMFILE @@ -2843,7 +4221,8 @@ The following components of LINK-COMMAND are treated specially: -no-install link a not-installable executable -no-undefined declare that a library does not refer to external symbols -o OUTPUT-FILE create OUTPUT-FILE from the specified objects - -objectlist FILE Use a list of object files found in FILE to specify objects + -objectlist FILE use a list of object files found in FILE to specify objects + -os2dllname NAME force a short DLL name on OS/2 (no effect on other OSes) -precious-files-regex REGEX don't remove output files matching REGEX -release RELEASE specify package release information @@ -2863,20 +4242,20 @@ The following components of LINK-COMMAND are treated specially: -Xlinker FLAG pass linker-specific FLAG directly to the linker -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) -All other options (arguments beginning with \`-') are ignored. +All other options (arguments beginning with '-') are ignored. -Every other argument is treated as a filename. Files ending in \`.la' are +Every other argument is treated as a filename. Files ending in '.la' are treated as uninstalled libtool libraries, other files are standard or library object files. -If the OUTPUT-FILE ends in \`.la', then a libtool library is created, -only library objects (\`.lo' files) may be specified, and \`-rpath' is +If the OUTPUT-FILE ends in '.la', then a libtool library is created, +only library objects ('.lo' files) may be specified, and '-rpath' is required, except when creating a convenience library. -If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created -using \`ar' and \`ranlib', or on Windows using \`lib'. +If OUTPUT-FILE ends in '.a' or '.lib', then a standard library is created +using 'ar' and 'ranlib', or on Windows using 'lib'. -If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file +If OUTPUT-FILE ends in '.lo' or '.$objext', then a reloadable object file is created, otherwise an executable program is created." ;; @@ -2887,7 +4266,7 @@ is created, otherwise an executable program is created." Remove libraries from an installation directory. RM is the name of the program to use to delete files associated with each FILE -(typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed +(typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed to RM. If FILE is a libtool library, all the files associated with it are deleted. @@ -2895,17 +4274,17 @@ Otherwise, only FILE itself is deleted using RM." ;; *) - func_fatal_help "invalid operation mode \`$opt_mode'" + func_fatal_help "invalid operation mode '$opt_mode'" ;; esac echo - $ECHO "Try \`$progname --help' for more information about other modes." + $ECHO "Try '$progname --help' for more information about other modes." } # Now that we've collected a possible --mode arg, show help if necessary if $opt_help; then - if test "$opt_help" = :; then + if test : = "$opt_help"; then func_mode_help else { @@ -2913,7 +4292,7 @@ if $opt_help; then for opt_mode in compile link execute install finish uninstall clean; do func_mode_help done - } | sed -n '1p; 2,$s/^Usage:/ or: /p' + } | $SED -n '1p; 2,$s/^Usage:/ or: /p' { func_help noexit for opt_mode in compile link execute install finish uninstall clean; do @@ -2921,7 +4300,7 @@ if $opt_help; then func_mode_help done } | - sed '1d + $SED '1d /^When reporting/,/^Report/{ H d @@ -2938,16 +4317,17 @@ fi # func_mode_execute arg... func_mode_execute () { - $opt_debug + $debug_cmd + # The first argument is the command name. - cmd="$nonopt" + cmd=$nonopt test -z "$cmd" && \ func_fatal_help "you must specify a COMMAND" # Handle -dlopen flags immediately. for file in $opt_dlopen; do test -f "$file" \ - || func_fatal_help "\`$file' is not a file" + || func_fatal_help "'$file' is not a file" dir= case $file in @@ -2957,7 +4337,7 @@ func_mode_execute () # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ - || func_fatal_help "\`$lib' is not a valid libtool archive" + || func_fatal_help "'$lib' is not a valid libtool archive" # Read the libtool library. dlname= @@ -2968,18 +4348,18 @@ func_mode_execute () if test -z "$dlname"; then # Warn if it was a shared library. test -n "$library_names" && \ - func_warning "\`$file' was not linked with \`-export-dynamic'" + func_warning "'$file' was not linked with '-export-dynamic'" continue fi func_dirname "$file" "" "." - dir="$func_dirname_result" + dir=$func_dirname_result if test -f "$dir/$objdir/$dlname"; then - dir+="/$objdir" + func_append dir "/$objdir" else if test ! -f "$dir/$dlname"; then - func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" + func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'" fi fi ;; @@ -2987,18 +4367,18 @@ func_mode_execute () *.lo) # Just add the directory containing the .lo file. func_dirname "$file" "" "." - dir="$func_dirname_result" + dir=$func_dirname_result ;; *) - func_warning "\`-dlopen' is ignored for non-libtool libraries and objects" + func_warning "'-dlopen' is ignored for non-libtool libraries and objects" continue ;; esac # Get the absolute pathname. absdir=`cd "$dir" && pwd` - test -n "$absdir" && dir="$absdir" + test -n "$absdir" && dir=$absdir # Now add the directory to shlibpath_var. if eval "test -z \"\$$shlibpath_var\""; then @@ -3010,7 +4390,7 @@ func_mode_execute () # This variable tells wrapper scripts just to set shlibpath_var # rather than running their programs. - libtool_execute_magic="$magic" + libtool_execute_magic=$magic # Check if any of the arguments is a wrapper script. args= @@ -3023,12 +4403,12 @@ func_mode_execute () if func_ltwrapper_script_p "$file"; then func_source "$file" # Transform arg to wrapped name. - file="$progdir/$program" + file=$progdir/$program elif func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" func_source "$func_ltwrapper_scriptname_result" # Transform arg to wrapped name. - file="$progdir/$program" + file=$progdir/$program fi ;; esac @@ -3036,7 +4416,15 @@ func_mode_execute () func_append_quoted args "$file" done - if test "X$opt_dry_run" = Xfalse; then + if $opt_dry_run; then + # Display what would be done. + if test -n "$shlibpath_var"; then + eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" + echo "export $shlibpath_var" + fi + $ECHO "$cmd$args" + exit $EXIT_SUCCESS + else if test -n "$shlibpath_var"; then # Export the shlibpath_var. eval "export $shlibpath_var" @@ -3053,25 +4441,18 @@ func_mode_execute () done # Now prepare to actually exec the command. - exec_cmd="\$cmd$args" - else - # Display what would be done. - if test -n "$shlibpath_var"; then - eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" - echo "export $shlibpath_var" - fi - $ECHO "$cmd$args" - exit $EXIT_SUCCESS + exec_cmd=\$cmd$args fi } -test "$opt_mode" = execute && func_mode_execute ${1+"$@"} +test execute = "$opt_mode" && func_mode_execute ${1+"$@"} # func_mode_finish arg... func_mode_finish () { - $opt_debug + $debug_cmd + libs= libdirs= admincmds= @@ -3079,17 +4460,17 @@ func_mode_finish () for opt in "$nonopt" ${1+"$@"} do if test -d "$opt"; then - libdirs+=" $opt" + func_append libdirs " $opt" elif test -f "$opt"; then if func_lalib_unsafe_p "$opt"; then - libs+=" $opt" + func_append libs " $opt" else - func_warning "\`$opt' is not a valid libtool archive" + func_warning "'$opt' is not a valid libtool archive" fi else - func_fatal_error "invalid argument \`$opt'" + func_fatal_error "invalid argument '$opt'" fi done @@ -3104,12 +4485,12 @@ func_mode_finish () # Remove sysroot references if $opt_dry_run; then for lib in $libs; do - echo "removing references to $lt_sysroot and \`=' prefixes from $lib" + echo "removing references to $lt_sysroot and '=' prefixes from $lib" done else tmpdir=`func_mktempdir` for lib in $libs; do - sed -e "${sysroot_cmd} s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \ + $SED -e "$sysroot_cmd s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \ > $tmpdir/tmp-la mv -f $tmpdir/tmp-la $lib done @@ -3127,14 +4508,14 @@ func_mode_finish () if test -n "$finish_eval"; then # Do the single finish_eval. eval cmds=\"$finish_eval\" - $opt_dry_run || eval "$cmds" || admincmds+=" + $opt_dry_run || eval "$cmds" || func_append admincmds " $cmds" fi done fi # Exit here if they wanted silent mode. - $opt_silent && exit $EXIT_SUCCESS + $opt_quiet && exit $EXIT_SUCCESS if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then echo "----------------------------------------------------------------------" @@ -3145,27 +4526,27 @@ func_mode_finish () echo echo "If you ever happen to want to link against installed libraries" echo "in a given directory, LIBDIR, you must either use libtool, and" - echo "specify the full pathname of the library, or use the \`-LLIBDIR'" + echo "specify the full pathname of the library, or use the '-LLIBDIR'" echo "flag during linking and do at least one of the following:" if test -n "$shlibpath_var"; then - echo " - add LIBDIR to the \`$shlibpath_var' environment variable" + echo " - add LIBDIR to the '$shlibpath_var' environment variable" echo " during execution" fi if test -n "$runpath_var"; then - echo " - add LIBDIR to the \`$runpath_var' environment variable" + echo " - add LIBDIR to the '$runpath_var' environment variable" echo " during linking" fi if test -n "$hardcode_libdir_flag_spec"; then libdir=LIBDIR eval flag=\"$hardcode_libdir_flag_spec\" - $ECHO " - use the \`$flag' linker flag" + $ECHO " - use the '$flag' linker flag" fi if test -n "$admincmds"; then $ECHO " - have your system administrator run these commands:$admincmds" fi if test -f /etc/ld.so.conf; then - echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" + echo " - have your system administrator add LIBDIR to '/etc/ld.so.conf'" fi echo @@ -3184,18 +4565,20 @@ func_mode_finish () exit $EXIT_SUCCESS } -test "$opt_mode" = finish && func_mode_finish ${1+"$@"} +test finish = "$opt_mode" && func_mode_finish ${1+"$@"} # func_mode_install arg... func_mode_install () { - $opt_debug + $debug_cmd + # There may be an optional sh(1) argument at the beginning of # install_prog (especially on Windows NT). - if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || + if test "$SHELL" = "$nonopt" || test /bin/sh = "$nonopt" || # Allow the use of GNU shtool's install command. - case $nonopt in *shtool*) :;; *) false;; esac; then + case $nonopt in *shtool*) :;; *) false;; esac + then # Aesthetically quote it. func_quote_for_eval "$nonopt" install_prog="$func_quote_for_eval_result " @@ -3209,7 +4592,7 @@ func_mode_install () # The real first argument should be the name of the installation program. # Aesthetically quote it. func_quote_for_eval "$arg" - install_prog+="$func_quote_for_eval_result" + func_append install_prog "$func_quote_for_eval_result" install_shared_prog=$install_prog case " $install_prog " in *[\\\ /]cp\ *) install_cp=: ;; @@ -3222,20 +4605,20 @@ func_mode_install () opts= prev= install_type= - isdir=no + isdir=false stripme= no_mode=: for arg do arg2= if test -n "$dest"; then - files+=" $dest" + func_append files " $dest" dest=$arg continue fi case $arg in - -d) isdir=yes ;; + -d) isdir=: ;; -f) if $install_cp; then :; else prev=$arg @@ -3253,7 +4636,7 @@ func_mode_install () *) # If the previous option needed an argument, then skip it. if test -n "$prev"; then - if test "x$prev" = x-m && test -n "$install_override_mode"; then + if test X-m = "X$prev" && test -n "$install_override_mode"; then arg2=$install_override_mode no_mode=false fi @@ -3267,23 +4650,23 @@ func_mode_install () # Aesthetically quote the argument. func_quote_for_eval "$arg" - install_prog+=" $func_quote_for_eval_result" + func_append install_prog " $func_quote_for_eval_result" if test -n "$arg2"; then func_quote_for_eval "$arg2" fi - install_shared_prog+=" $func_quote_for_eval_result" + func_append install_shared_prog " $func_quote_for_eval_result" done test -z "$install_prog" && \ func_fatal_help "you must specify an install program" test -n "$prev" && \ - func_fatal_help "the \`$prev' option requires an argument" + func_fatal_help "the '$prev' option requires an argument" if test -n "$install_override_mode" && $no_mode; then if $install_cp; then :; else func_quote_for_eval "$install_override_mode" - install_shared_prog+=" -m $func_quote_for_eval_result" + func_append install_shared_prog " -m $func_quote_for_eval_result" fi fi @@ -3300,19 +4683,19 @@ func_mode_install () dest=$func_stripname_result # Check to see that the destination is a directory. - test -d "$dest" && isdir=yes - if test "$isdir" = yes; then - destdir="$dest" + test -d "$dest" && isdir=: + if $isdir; then + destdir=$dest destname= else func_dirname_and_basename "$dest" "" "." - destdir="$func_dirname_result" - destname="$func_basename_result" + destdir=$func_dirname_result + destname=$func_basename_result # Not a directory, so check to see that there is only one file specified. set dummy $files; shift test "$#" -gt 1 && \ - func_fatal_help "\`$dest' is not a directory" + func_fatal_help "'$dest' is not a directory" fi case $destdir in [\\/]* | [A-Za-z]:[\\/]*) ;; @@ -3321,7 +4704,7 @@ func_mode_install () case $file in *.lo) ;; *) - func_fatal_help "\`$destdir' must be an absolute directory name" + func_fatal_help "'$destdir' must be an absolute directory name" ;; esac done @@ -3330,7 +4713,7 @@ func_mode_install () # This variable tells wrapper scripts just to set variables rather # than running their programs. - libtool_install_magic="$magic" + libtool_install_magic=$magic staticlibs= future_libdirs= @@ -3341,7 +4724,7 @@ func_mode_install () case $file in *.$libext) # Do the static libraries later. - staticlibs+=" $file" + func_append staticlibs " $file" ;; *.la) @@ -3350,7 +4733,7 @@ func_mode_install () # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ - || func_fatal_help "\`$file' is not a valid libtool archive" + || func_fatal_help "'$file' is not a valid libtool archive" library_names= old_library= @@ -3361,19 +4744,19 @@ func_mode_install () if test "X$destdir" = "X$libdir"; then case "$current_libdirs " in *" $libdir "*) ;; - *) current_libdirs+=" $libdir" ;; + *) func_append current_libdirs " $libdir" ;; esac else # Note the libdir as a future libdir. case "$future_libdirs " in *" $libdir "*) ;; - *) future_libdirs+=" $libdir" ;; + *) func_append future_libdirs " $libdir" ;; esac fi func_dirname "$file" "/" "" - dir="$func_dirname_result" - dir+="$objdir" + dir=$func_dirname_result + func_append dir "$objdir" if test -n "$relink_command"; then # Determine the prefix the user has applied to our future dir. @@ -3386,7 +4769,7 @@ func_mode_install () # are installed into $libdir/../bin (currently, that works fine) # but it's something to keep an eye on. test "$inst_prefix_dir" = "$destdir" && \ - func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir" + func_fatal_error "error: cannot install '$file' to a directory not ending in $libdir" if test -n "$inst_prefix_dir"; then # Stick the inst_prefix_dir data into the link command. @@ -3395,29 +4778,36 @@ func_mode_install () relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` fi - func_warning "relinking \`$file'" + func_warning "relinking '$file'" func_show_eval "$relink_command" \ - 'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"' + 'func_fatal_error "error: relink '\''$file'\'' with the above command before installing it"' fi # See the names of the shared library. set dummy $library_names; shift if test -n "$1"; then - realname="$1" + realname=$1 shift - srcname="$realname" - test -n "$relink_command" && srcname="$realname"T + srcname=$realname + test -n "$relink_command" && srcname=${realname}T # Install the shared library and build the symlinks. func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ 'exit $?' - tstripme="$stripme" + tstripme=$stripme case $host_os in cygwin* | mingw* | pw32* | cegcc*) case $realname in *.dll.a) - tstripme="" + tstripme= + ;; + esac + ;; + os2*) + case $realname in + *_dll.a) + tstripme= ;; esac ;; @@ -3428,7 +4818,7 @@ func_mode_install () if test "$#" -gt 0; then # Delete the old symlinks, and create new ones. - # Try `ln -sf' first, because the `ln' binary might depend on + # Try 'ln -sf' first, because the 'ln' binary might depend on # the symlink we replace! Solaris /bin/ln does not understand -f, # so we also need to try rm && ln -s. for linkname @@ -3439,18 +4829,18 @@ func_mode_install () fi # Do each command in the postinstall commands. - lib="$destdir/$realname" + lib=$destdir/$realname func_execute_cmds "$postinstall_cmds" 'exit $?' fi # Install the pseudo-library for information purposes. func_basename "$file" - name="$func_basename_result" - instname="$dir/$name"i + name=$func_basename_result + instname=$dir/${name}i func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' # Maybe install the static library, too. - test -n "$old_library" && staticlibs+=" $dir/$old_library" + test -n "$old_library" && func_append staticlibs " $dir/$old_library" ;; *.lo) @@ -3458,11 +4848,11 @@ func_mode_install () # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then - destfile="$destdir/$destname" + destfile=$destdir/$destname else func_basename "$file" - destfile="$func_basename_result" - destfile="$destdir/$destfile" + destfile=$func_basename_result + destfile=$destdir/$destfile fi # Deduce the name of the destination old-style object file. @@ -3472,11 +4862,11 @@ func_mode_install () staticdest=$func_lo2o_result ;; *.$objext) - staticdest="$destfile" + staticdest=$destfile destfile= ;; *) - func_fatal_help "cannot copy a libtool object to \`$destfile'" + func_fatal_help "cannot copy a libtool object to '$destfile'" ;; esac @@ -3485,7 +4875,7 @@ func_mode_install () func_show_eval "$install_prog $file $destfile" 'exit $?' # Install the old object if enabled. - if test "$build_old_libs" = yes; then + if test yes = "$build_old_libs"; then # Deduce the name of the old-style object file. func_lo2o "$file" staticobj=$func_lo2o_result @@ -3497,23 +4887,23 @@ func_mode_install () *) # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then - destfile="$destdir/$destname" + destfile=$destdir/$destname else func_basename "$file" - destfile="$func_basename_result" - destfile="$destdir/$destfile" + destfile=$func_basename_result + destfile=$destdir/$destfile fi # If the file is missing, and there is a .exe on the end, strip it # because it is most likely a libtool script we actually want to # install - stripped_ext="" + stripped_ext= case $file in *.exe) if test ! -f "$file"; then func_stripname '' '.exe' "$file" file=$func_stripname_result - stripped_ext=".exe" + stripped_ext=.exe fi ;; esac @@ -3541,19 +4931,19 @@ func_mode_install () # Check the variables that should have been set. test -z "$generated_by_libtool_version" && \ - func_fatal_error "invalid libtool wrapper script \`$wrapper'" + func_fatal_error "invalid libtool wrapper script '$wrapper'" - finalize=yes + finalize=: for lib in $notinst_deplibs; do # Check to see that each library is installed. libdir= if test -f "$lib"; then func_source "$lib" fi - libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test + libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` if test -n "$libdir" && test ! -f "$libfile"; then - func_warning "\`$lib' has not been installed in \`$libdir'" - finalize=no + func_warning "'$lib' has not been installed in '$libdir'" + finalize=false fi done @@ -3561,29 +4951,29 @@ func_mode_install () func_source "$wrapper" outputname= - if test "$fast_install" = no && test -n "$relink_command"; then + if test no = "$fast_install" && test -n "$relink_command"; then $opt_dry_run || { - if test "$finalize" = yes; then + if $finalize; then tmpdir=`func_mktempdir` func_basename "$file$stripped_ext" - file="$func_basename_result" - outputname="$tmpdir/$file" + file=$func_basename_result + outputname=$tmpdir/$file # Replace the output file specification. relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` - $opt_silent || { + $opt_quiet || { func_quote_for_expand "$relink_command" eval "func_echo $func_quote_for_expand_result" } if eval "$relink_command"; then : else - func_error "error: relink \`$file' with the above command before installing it" + func_error "error: relink '$file' with the above command before installing it" $opt_dry_run || ${RM}r "$tmpdir" continue fi - file="$outputname" + file=$outputname else - func_warning "cannot relink \`$file'" + func_warning "cannot relink '$file'" fi } else @@ -3620,10 +5010,10 @@ func_mode_install () for file in $staticlibs; do func_basename "$file" - name="$func_basename_result" + name=$func_basename_result # Set up the ranlib parameters. - oldlib="$destdir/$name" + oldlib=$destdir/$name func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 tool_oldlib=$func_to_tool_file_result @@ -3638,18 +5028,18 @@ func_mode_install () done test -n "$future_libdirs" && \ - func_warning "remember to run \`$progname --finish$future_libdirs'" + func_warning "remember to run '$progname --finish$future_libdirs'" if test -n "$current_libdirs"; then # Maybe just do a dry run. $opt_dry_run && current_libdirs=" -n$current_libdirs" - exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' + exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' else exit $EXIT_SUCCESS fi } -test "$opt_mode" = install && func_mode_install ${1+"$@"} +test install = "$opt_mode" && func_mode_install ${1+"$@"} # func_generate_dlsyms outputname originator pic_p @@ -3657,16 +5047,17 @@ test "$opt_mode" = install && func_mode_install ${1+"$@"} # a dlpreopen symbol table. func_generate_dlsyms () { - $opt_debug - my_outputname="$1" - my_originator="$2" - my_pic_p="${3-no}" - my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` + $debug_cmd + + my_outputname=$1 + my_originator=$2 + my_pic_p=${3-false} + my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'` my_dlsyms= - if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then + if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then if test -n "$NM" && test -n "$global_symbol_pipe"; then - my_dlsyms="${my_outputname}S.c" + my_dlsyms=${my_outputname}S.c else func_error "not configured to extract global symbols from dlpreopened files" fi @@ -3677,7 +5068,7 @@ func_generate_dlsyms () "") ;; *.c) # Discover the nlist of each of the dlfiles. - nlist="$output_objdir/${my_outputname}.nm" + nlist=$output_objdir/$my_outputname.nm func_show_eval "$RM $nlist ${nlist}S ${nlist}T" @@ -3685,34 +5076,36 @@ func_generate_dlsyms () func_verbose "creating $output_objdir/$my_dlsyms" $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ -/* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */ -/* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */ +/* $my_dlsyms - symbol resolution table for '$my_outputname' dlsym emulation. */ +/* Generated by $PROGRAM (GNU $PACKAGE) $VERSION */ #ifdef __cplusplus extern \"C\" { #endif -#if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)) +#if defined __GNUC__ && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)) #pragma GCC diagnostic ignored \"-Wstrict-prototypes\" #endif /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ -#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) -/* DATA imports from DLLs on WIN32 con't be const, because runtime +#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE +/* DATA imports from DLLs on WIN32 can't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT_DLSYM_CONST -#elif defined(__osf__) +#elif defined __osf__ /* This system does not cope well with relocations in const data. */ # define LT_DLSYM_CONST #else # define LT_DLSYM_CONST const #endif +#define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0) + /* External symbol declarations for the compiler. */\ " - if test "$dlself" = yes; then - func_verbose "generating symbol list for \`$output'" + if test yes = "$dlself"; then + func_verbose "generating symbol list for '$output'" $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" @@ -3720,7 +5113,7 @@ extern \"C\" { progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` for progfile in $progfiles; do func_to_tool_file "$progfile" func_convert_file_msys_to_w32 - func_verbose "extracting global C symbols from \`$func_to_tool_file_result'" + func_verbose "extracting global C symbols from '$func_to_tool_file_result'" $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" done @@ -3740,10 +5133,10 @@ extern \"C\" { # Prepare the list of exported symbols if test -z "$export_symbols"; then - export_symbols="$output_objdir/$outputname.exp" + export_symbols=$output_objdir/$outputname.exp $opt_dry_run || { $RM $export_symbols - eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' + eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' case $host in *cygwin* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' @@ -3753,7 +5146,7 @@ extern \"C\" { } else $opt_dry_run || { - eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' + eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' case $host in @@ -3767,22 +5160,22 @@ extern \"C\" { fi for dlprefile in $dlprefiles; do - func_verbose "extracting global C symbols from \`$dlprefile'" + func_verbose "extracting global C symbols from '$dlprefile'" func_basename "$dlprefile" - name="$func_basename_result" + name=$func_basename_result case $host in *cygwin* | *mingw* | *cegcc* ) # if an import library, we need to obtain dlname if func_win32_import_lib_p "$dlprefile"; then func_tr_sh "$dlprefile" eval "curr_lafile=\$libfile_$func_tr_sh_result" - dlprefile_dlbasename="" + dlprefile_dlbasename= if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then # Use subshell, to avoid clobbering current variable values dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` - if test -n "$dlprefile_dlname" ; then + if test -n "$dlprefile_dlname"; then func_basename "$dlprefile_dlname" - dlprefile_dlbasename="$func_basename_result" + dlprefile_dlbasename=$func_basename_result else # no lafile. user explicitly requested -dlpreopen . $sharedlib_from_linklib_cmd "$dlprefile" @@ -3790,7 +5183,7 @@ extern \"C\" { fi fi $opt_dry_run || { - if test -n "$dlprefile_dlbasename" ; then + if test -n "$dlprefile_dlbasename"; then eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"' else func_warning "Could not compute DLL name from $name" @@ -3846,6 +5239,11 @@ extern \"C\" { echo '/* NONE */' >> "$output_objdir/$my_dlsyms" fi + func_show_eval '$RM "${nlist}I"' + if test -n "$global_symbol_to_import"; then + eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I' + fi + echo >> "$output_objdir/$my_dlsyms" "\ /* The mapping between symbol names and symbols. */ @@ -3854,11 +5252,30 @@ typedef struct { void *address; } lt_dlsymlist; extern LT_DLSYM_CONST lt_dlsymlist -lt_${my_prefix}_LTX_preloaded_symbols[]; +lt_${my_prefix}_LTX_preloaded_symbols[];\ +" + + if test -s "$nlist"I; then + echo >> "$output_objdir/$my_dlsyms" "\ +static void lt_syminit(void) +{ + LT_DLSYM_CONST lt_dlsymlist *symbol = lt_${my_prefix}_LTX_preloaded_symbols; + for (; symbol->name; ++symbol) + {" + $SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms" + echo >> "$output_objdir/$my_dlsyms" "\ + } +}" + fi + echo >> "$output_objdir/$my_dlsyms" "\ LT_DLSYM_CONST lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[] = -{\ - { \"$my_originator\", (void *) 0 }," +{ {\"$my_originator\", (void *) 0}," + + if test -s "$nlist"I; then + echo >> "$output_objdir/$my_dlsyms" "\ + {\"@INIT@\", (void *) <_syminit}," + fi case $need_lib_prefix in no) @@ -3900,9 +5317,7 @@ static const void *lt_preloaded_setup() { *-*-hpux*) pic_flag_for_symtable=" $pic_flag" ;; *) - if test "X$my_pic_p" != Xno; then - pic_flag_for_symtable=" $pic_flag" - fi + $my_pic_p && pic_flag_for_symtable=" $pic_flag" ;; esac ;; @@ -3911,7 +5326,7 @@ static const void *lt_preloaded_setup() { for arg in $LTCFLAGS; do case $arg in -pie | -fpie | -fPIE) ;; - *) symtab_cflags+=" $arg" ;; + *) func_append symtab_cflags " $arg" ;; esac done @@ -3919,10 +5334,10 @@ static const void *lt_preloaded_setup() { func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' # Clean up the generated files. - func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"' + func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"' # Transform the symbol file into the correct name. - symfileobj="$output_objdir/${my_outputname}S.$objext" + symfileobj=$output_objdir/${my_outputname}S.$objext case $host in *cygwin* | *mingw* | *cegcc* ) if test -f "$output_objdir/$my_outputname.def"; then @@ -3940,7 +5355,7 @@ static const void *lt_preloaded_setup() { esac ;; *) - func_fatal_error "unknown suffix for \`$my_dlsyms'" + func_fatal_error "unknown suffix for '$my_dlsyms'" ;; esac else @@ -3954,6 +5369,32 @@ static const void *lt_preloaded_setup() { fi } +# func_cygming_gnu_implib_p ARG +# This predicate returns with zero status (TRUE) if +# ARG is a GNU/binutils-style import library. Returns +# with nonzero status (FALSE) otherwise. +func_cygming_gnu_implib_p () +{ + $debug_cmd + + func_to_tool_file "$1" func_convert_file_msys_to_w32 + func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` + test -n "$func_cygming_gnu_implib_tmp" +} + +# func_cygming_ms_implib_p ARG +# This predicate returns with zero status (TRUE) if +# ARG is an MS-style import library. Returns +# with nonzero status (FALSE) otherwise. +func_cygming_ms_implib_p () +{ + $debug_cmd + + func_to_tool_file "$1" func_convert_file_msys_to_w32 + func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` + test -n "$func_cygming_ms_implib_tmp" +} + # func_win32_libid arg # return the library type of file 'arg' # @@ -3963,8 +5404,9 @@ static const void *lt_preloaded_setup() { # Despite the name, also deal with 64 bit binaries. func_win32_libid () { - $opt_debug - win32_libid_type="unknown" + $debug_cmd + + win32_libid_type=unknown win32_fileres=`file -L $1 2>/dev/null` case $win32_fileres in *ar\ archive\ import\ library*) # definitely import @@ -3974,16 +5416,29 @@ func_win32_libid () # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD. if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then - func_to_tool_file "$1" func_convert_file_msys_to_w32 - win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | - $SED -n -e ' + case $nm_interface in + "MS dumpbin") + if func_cygming_ms_implib_p "$1" || + func_cygming_gnu_implib_p "$1" + then + win32_nmres=import + else + win32_nmres= + fi + ;; + *) + func_to_tool_file "$1" func_convert_file_msys_to_w32 + win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | + $SED -n -e ' 1,100{ / I /{ - s,.*,import, + s|.*|import| p q } }'` + ;; + esac case $win32_nmres in import*) win32_libid_type="x86 archive import";; *) win32_libid_type="x86 archive static";; @@ -4015,7 +5470,8 @@ func_win32_libid () # $sharedlib_from_linklib_result func_cygming_dll_for_implib () { - $opt_debug + $debug_cmd + sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` } @@ -4032,7 +5488,8 @@ func_cygming_dll_for_implib () # specified import library. func_cygming_dll_for_implib_fallback_core () { - $opt_debug + $debug_cmd + match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` $OBJDUMP -s --section "$1" "$2" 2>/dev/null | $SED '/^Contents of section '"$match_literal"':/{ @@ -4068,8 +5525,8 @@ func_cygming_dll_for_implib_fallback_core () /./p' | # we now have a list, one entry per line, of the stringified # contents of the appropriate section of all members of the - # archive which possess that section. Heuristic: eliminate - # all those which have a first or second character that is + # archive that possess that section. Heuristic: eliminate + # all those that have a first or second character that is # a '.' (that is, objdump's representation of an unprintable # character.) This should work for all archives with less than # 0x302f exports -- but will fail for DLLs whose name actually @@ -4080,30 +5537,6 @@ func_cygming_dll_for_implib_fallback_core () $SED -e '/^\./d;/^.\./d;q' } -# func_cygming_gnu_implib_p ARG -# This predicate returns with zero status (TRUE) if -# ARG is a GNU/binutils-style import library. Returns -# with nonzero status (FALSE) otherwise. -func_cygming_gnu_implib_p () -{ - $opt_debug - func_to_tool_file "$1" func_convert_file_msys_to_w32 - func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` - test -n "$func_cygming_gnu_implib_tmp" -} - -# func_cygming_ms_implib_p ARG -# This predicate returns with zero status (TRUE) if -# ARG is an MS-style import library. Returns -# with nonzero status (FALSE) otherwise. -func_cygming_ms_implib_p () -{ - $opt_debug - func_to_tool_file "$1" func_convert_file_msys_to_w32 - func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` - test -n "$func_cygming_ms_implib_tmp" -} - # func_cygming_dll_for_implib_fallback ARG # Platform-specific function to extract the # name of the DLL associated with the specified @@ -4117,16 +5550,17 @@ func_cygming_ms_implib_p () # $sharedlib_from_linklib_result func_cygming_dll_for_implib_fallback () { - $opt_debug - if func_cygming_gnu_implib_p "$1" ; then + $debug_cmd + + if func_cygming_gnu_implib_p "$1"; then # binutils import library sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` - elif func_cygming_ms_implib_p "$1" ; then + elif func_cygming_ms_implib_p "$1"; then # ms-generated import library sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` else # unknown - sharedlib_from_linklib_result="" + sharedlib_from_linklib_result= fi } @@ -4134,10 +5568,11 @@ func_cygming_dll_for_implib_fallback () # func_extract_an_archive dir oldlib func_extract_an_archive () { - $opt_debug - f_ex_an_ar_dir="$1"; shift - f_ex_an_ar_oldlib="$1" - if test "$lock_old_archive_extraction" = yes; then + $debug_cmd + + f_ex_an_ar_dir=$1; shift + f_ex_an_ar_oldlib=$1 + if test yes = "$lock_old_archive_extraction"; then lockfile=$f_ex_an_ar_oldlib.lock until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do func_echo "Waiting for $lockfile to be removed" @@ -4146,7 +5581,7 @@ func_extract_an_archive () fi func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \ 'stat=$?; rm -f "$lockfile"; exit $stat' - if test "$lock_old_archive_extraction" = yes; then + if test yes = "$lock_old_archive_extraction"; then $opt_dry_run || rm -f "$lockfile" fi if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then @@ -4160,22 +5595,23 @@ func_extract_an_archive () # func_extract_archives gentop oldlib ... func_extract_archives () { - $opt_debug - my_gentop="$1"; shift + $debug_cmd + + my_gentop=$1; shift my_oldlibs=${1+"$@"} - my_oldobjs="" - my_xlib="" - my_xabs="" - my_xdir="" + my_oldobjs= + my_xlib= + my_xabs= + my_xdir= for my_xlib in $my_oldlibs; do # Extract the objects. case $my_xlib in - [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;; + [\\/]* | [A-Za-z]:[\\/]*) my_xabs=$my_xlib ;; *) my_xabs=`pwd`"/$my_xlib" ;; esac func_basename "$my_xlib" - my_xlib="$func_basename_result" + my_xlib=$func_basename_result my_xlib_u=$my_xlib while :; do case " $extracted_archives " in @@ -4187,7 +5623,7 @@ func_extract_archives () esac done extracted_archives="$extracted_archives $my_xlib_u" - my_xdir="$my_gentop/$my_xlib_u" + my_xdir=$my_gentop/$my_xlib_u func_mkdir_p "$my_xdir" @@ -4200,22 +5636,23 @@ func_extract_archives () cd $my_xdir || exit $? darwin_archive=$my_xabs darwin_curdir=`pwd` - darwin_base_archive=`basename "$darwin_archive"` + func_basename "$darwin_archive" + darwin_base_archive=$func_basename_result darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` if test -n "$darwin_arches"; then darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` darwin_arch= func_verbose "$darwin_base_archive has multiple architectures $darwin_arches" - for darwin_arch in $darwin_arches ; do - func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}" - $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}" - cd "unfat-$$/${darwin_base_archive}-${darwin_arch}" - func_extract_an_archive "`pwd`" "${darwin_base_archive}" + for darwin_arch in $darwin_arches; do + func_mkdir_p "unfat-$$/$darwin_base_archive-$darwin_arch" + $LIPO -thin $darwin_arch -output "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" "$darwin_archive" + cd "unfat-$$/$darwin_base_archive-$darwin_arch" + func_extract_an_archive "`pwd`" "$darwin_base_archive" cd "$darwin_curdir" - $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" + $RM "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" done # $darwin_arches ## Okay now we've a bunch of thin objects, gotta fatten them up :) - darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` + darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` darwin_file= darwin_files= for darwin_file in $darwin_filelist; do @@ -4237,7 +5674,7 @@ func_extract_archives () my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` done - func_extract_archives_result="$my_oldobjs" + func_extract_archives_result=$my_oldobjs } @@ -4252,7 +5689,7 @@ func_extract_archives () # # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR # variable will take. If 'yes', then the emitted script -# will assume that the directory in which it is stored is +# will assume that the directory where it is stored is # the $objdir directory. This is a cygwin/mingw-specific # behavior. func_emit_wrapper () @@ -4263,7 +5700,7 @@ func_emit_wrapper () #! $SHELL # $output - temporary wrapper script for $objdir/$outputname -# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION +# Generated by $PROGRAM (GNU $PACKAGE) $VERSION # # The $output program cannot be directly executed until all the libtool # libraries that it depends on are installed. @@ -4320,9 +5757,9 @@ _LTECHO_EOF' # Very basic option parsing. These options are (a) specific to # the libtool wrapper, (b) are identical between the wrapper -# /script/ and the wrapper /executable/ which is used only on +# /script/ and the wrapper /executable/ that is used only on # windows platforms, and (c) all begin with the string "--lt-" -# (application programs are unlikely to have options which match +# (application programs are unlikely to have options that match # this pattern). # # There are only two supported options: --lt-debug and @@ -4355,7 +5792,7 @@ func_parse_lt_options () # Print the debug banner immediately: if test -n \"\$lt_option_debug\"; then - echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2 + echo \"$outputname:$output:\$LINENO: libtool wrapper (GNU $PACKAGE) $VERSION\" 1>&2 fi } @@ -4366,7 +5803,7 @@ func_lt_dump_args () lt_dump_args_N=1; for lt_arg do - \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\" + \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\" lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` done } @@ -4380,7 +5817,7 @@ func_exec_program_core () *-*-mingw | *-*-os2* | *-cegcc*) $ECHO "\ if test -n \"\$lt_option_debug\"; then - \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir\\\\\$program\" 1>&2 + \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir\\\\\$program\" 1>&2 func_lt_dump_args \${1+\"\$@\"} 1>&2 fi exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} @@ -4390,7 +5827,7 @@ func_exec_program_core () *) $ECHO "\ if test -n \"\$lt_option_debug\"; then - \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir/\$program\" 1>&2 + \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir/\$program\" 1>&2 func_lt_dump_args \${1+\"\$@\"} 1>&2 fi exec \"\$progdir/\$program\" \${1+\"\$@\"} @@ -4465,13 +5902,13 @@ func_exec_program () test -n \"\$absdir\" && thisdir=\"\$absdir\" " - if test "$fast_install" = yes; then + if test yes = "$fast_install"; then $ECHO "\ program=lt-'$outputname'$exeext progdir=\"\$thisdir/$objdir\" if test ! -f \"\$progdir/\$program\" || - { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ + { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\ test \"X\$file\" != \"X\$progdir/\$program\"; }; then file=\"\$\$-\$program\" @@ -4488,7 +5925,7 @@ func_exec_program () if test -n \"\$relink_command\"; then if relink_command_output=\`eval \$relink_command 2>&1\`; then : else - $ECHO \"\$relink_command_output\" >&2 + \$ECHO \"\$relink_command_output\" >&2 $RM \"\$progdir/\$file\" exit 1 fi @@ -4523,7 +5960,7 @@ func_exec_program () fi # Export our shlibpath_var if we have one. - if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then + if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then $ECHO "\ # Add our own library path to $shlibpath_var $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" @@ -4543,7 +5980,7 @@ func_exec_program () fi else # The program doesn't exist. - \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2 + \$ECHO \"\$0: error: '\$progdir/\$program' does not exist\" 1>&2 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 exit 1 @@ -4562,7 +5999,7 @@ func_emit_cwrapperexe_src () cat < #include +#define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0) + /* declarations of non-ANSI functions */ -#if defined(__MINGW32__) +#if defined __MINGW32__ # ifdef __STRICT_ANSI__ int _putenv (const char *); # endif -#elif defined(__CYGWIN__) +#elif defined __CYGWIN__ # ifdef __STRICT_ANSI__ char *realpath (const char *, char *); int putenv (char *); int setenv (const char *, const char *, int); # endif -/* #elif defined (other platforms) ... */ +/* #elif defined other_platform || defined ... */ #endif /* portability defines, excluding path handling macros */ -#if defined(_MSC_VER) +#if defined _MSC_VER # define setmode _setmode # define stat _stat # define chmod _chmod # define getcwd _getcwd # define putenv _putenv # define S_IXUSR _S_IEXEC -# ifndef _INTPTR_T_DEFINED -# define _INTPTR_T_DEFINED -# define intptr_t int -# endif -#elif defined(__MINGW32__) +#elif defined __MINGW32__ # define setmode _setmode # define stat _stat # define chmod _chmod # define getcwd _getcwd # define putenv _putenv -#elif defined(__CYGWIN__) +#elif defined __CYGWIN__ # define HAVE_SETENV # define FOPEN_WB "wb" -/* #elif defined (other platforms) ... */ +/* #elif defined other platforms ... */ #endif -#if defined(PATH_MAX) +#if defined PATH_MAX # define LT_PATHMAX PATH_MAX -#elif defined(MAXPATHLEN) +#elif defined MAXPATHLEN # define LT_PATHMAX MAXPATHLEN #else # define LT_PATHMAX 1024 @@ -4656,8 +6091,8 @@ int setenv (const char *, const char *, int); # define PATH_SEPARATOR ':' #endif -#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ - defined (__OS2__) +#if defined _WIN32 || defined __MSDOS__ || defined __DJGPP__ || \ + defined __OS2__ # define HAVE_DOS_BASED_FILE_SYSTEM # define FOPEN_WB "wb" # ifndef DIR_SEPARATOR_2 @@ -4690,10 +6125,10 @@ int setenv (const char *, const char *, int); #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) #define XFREE(stale) do { \ - if (stale) { free ((void *) stale); stale = 0; } \ + if (stale) { free (stale); stale = 0; } \ } while (0) -#if defined(LT_DEBUGWRAPPER) +#if defined LT_DEBUGWRAPPER static int lt_debug = 1; #else static int lt_debug = 0; @@ -4722,11 +6157,16 @@ void lt_dump_script (FILE *f); EOF cat < 0) && IS_PATH_SEPARATOR (new_value[len-1])) + size_t len = strlen (new_value); + while ((len > 0) && IS_PATH_SEPARATOR (new_value[len-1])) { - new_value[len-1] = '\0'; + new_value[--len] = '\0'; } lt_setenv (name, new_value); XFREE (new_value); @@ -5504,27 +6944,47 @@ EOF # True if ARG is an import lib, as indicated by $file_magic_cmd func_win32_import_lib_p () { - $opt_debug + $debug_cmd + case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in *import*) : ;; *) false ;; esac } +# func_suncc_cstd_abi +# !!ONLY CALL THIS FOR SUN CC AFTER $compile_command IS FULLY EXPANDED!! +# Several compiler flags select an ABI that is incompatible with the +# Cstd library. Avoid specifying it if any are in CXXFLAGS. +func_suncc_cstd_abi () +{ + $debug_cmd + + case " $compile_command " in + *" -compat=g "*|*\ -std=c++[0-9][0-9]\ *|*" -library=stdcxx4 "*|*" -library=stlport4 "*) + suncc_use_cstd_abi=no + ;; + *) + suncc_use_cstd_abi=yes + ;; + esac +} + # func_mode_link arg... func_mode_link () { - $opt_debug + $debug_cmd + case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) # It is impossible to link a dll without this setting, and # we shouldn't force the makefile maintainer to figure out - # which system we are compiling for in order to pass an extra + # what system we are compiling for in order to pass an extra # flag for every libtool invocation. # allow_undefined=no # FIXME: Unfortunately, there are problems with the above when trying - # to make a dll which has undefined symbols, in which case not + # to make a dll that has undefined symbols, in which case not # even a static library is built. For now, we need to specify # -no-undefined on the libtool link line when we can be certain # that all symbols are satisfied, otherwise we get a static library. @@ -5568,10 +7028,11 @@ func_mode_link () module=no no_install=no objs= + os2dllname= non_pic_objects= precious_files_regex= prefer_static_libs=no - preload=no + preload=false prev= prevarg= release= @@ -5583,7 +7044,7 @@ func_mode_link () vinfo= vinfo_number=no weak_libs= - single_module="${wl}-single_module" + single_module=$wl-single_module func_infer_tag $base_compile # We need to know -static, to get the right output filenames. @@ -5591,15 +7052,15 @@ func_mode_link () do case $arg in -shared) - test "$build_libtool_libs" != yes && \ - func_fatal_configuration "can not build a shared library" + test yes != "$build_libtool_libs" \ + && func_fatal_configuration "cannot build a shared library" build_old_libs=no break ;; -all-static | -static | -static-libtool-libs) case $arg in -all-static) - if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then + if test yes = "$build_libtool_libs" && test -z "$link_static_flag"; then func_warning "complete static linking is impossible in this configuration" fi if test -n "$link_static_flag"; then @@ -5632,38 +7093,38 @@ func_mode_link () # Go through the arguments, transforming them on the way. while test "$#" -gt 0; do - arg="$1" + arg=$1 shift func_quote_for_eval "$arg" qarg=$func_quote_for_eval_unquoted_result - libtool_args+=" $func_quote_for_eval_result" + func_append libtool_args " $func_quote_for_eval_result" # If the previous option needs an argument, assign it. if test -n "$prev"; then case $prev in output) - compile_command+=" @OUTPUT@" - finalize_command+=" @OUTPUT@" + func_append compile_command " @OUTPUT@" + func_append finalize_command " @OUTPUT@" ;; esac case $prev in bindir) - bindir="$arg" + bindir=$arg prev= continue ;; dlfiles|dlprefiles) - if test "$preload" = no; then + $preload || { # Add the symbol object into the linking commands. - compile_command+=" @SYMFILE@" - finalize_command+=" @SYMFILE@" - preload=yes - fi + func_append compile_command " @SYMFILE@" + func_append finalize_command " @SYMFILE@" + preload=: + } case $arg in *.la | *.lo) ;; # We handle these cases below. force) - if test "$dlself" = no; then + if test no = "$dlself"; then dlself=needless export_dynamic=yes fi @@ -5671,9 +7132,9 @@ func_mode_link () continue ;; self) - if test "$prev" = dlprefiles; then + if test dlprefiles = "$prev"; then dlself=yes - elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then + elif test dlfiles = "$prev" && test yes != "$dlopen_self"; then dlself=yes else dlself=needless @@ -5683,10 +7144,10 @@ func_mode_link () continue ;; *) - if test "$prev" = dlfiles; then - dlfiles+=" $arg" + if test dlfiles = "$prev"; then + func_append dlfiles " $arg" else - dlprefiles+=" $arg" + func_append dlprefiles " $arg" fi prev= continue @@ -5694,14 +7155,14 @@ func_mode_link () esac ;; expsyms) - export_symbols="$arg" + export_symbols=$arg test -f "$arg" \ - || func_fatal_error "symbol file \`$arg' does not exist" + || func_fatal_error "symbol file '$arg' does not exist" prev= continue ;; expsyms_regex) - export_symbols_regex="$arg" + export_symbols_regex=$arg prev= continue ;; @@ -5710,7 +7171,7 @@ func_mode_link () *-*-darwin*) case "$deplibs " in *" $qarg.ltframework "*) ;; - *) deplibs+=" $qarg.ltframework" # this is fixed later + *) func_append deplibs " $qarg.ltframework" # this is fixed later ;; esac ;; @@ -5719,7 +7180,13 @@ func_mode_link () continue ;; inst_prefix) - inst_prefix_dir="$arg" + inst_prefix_dir=$arg + prev= + continue + ;; + mllvm) + # Clang does not use LLVM to link, so we can simply discard any + # '-mllvm $arg' options when doing the link step. prev= continue ;; @@ -5729,7 +7196,7 @@ func_mode_link () moreargs= for fil in `cat "$save_arg"` do -# moreargs+=" $fil" +# func_append moreargs " $fil" arg=$fil # A libtool-controlled object. @@ -5743,22 +7210,22 @@ func_mode_link () if test -z "$pic_object" || test -z "$non_pic_object" || - test "$pic_object" = none && - test "$non_pic_object" = none; then - func_fatal_error "cannot find name of object for \`$arg'" + test none = "$pic_object" && + test none = "$non_pic_object"; then + func_fatal_error "cannot find name of object for '$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" - xdir="$func_dirname_result" + xdir=$func_dirname_result - if test "$pic_object" != none; then + if test none != "$pic_object"; then # Prepend the subdirectory the object is found in. - pic_object="$xdir$pic_object" + pic_object=$xdir$pic_object - if test "$prev" = dlfiles; then - if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then - dlfiles+=" $pic_object" + if test dlfiles = "$prev"; then + if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then + func_append dlfiles " $pic_object" prev= continue else @@ -5768,64 +7235,69 @@ func_mode_link () fi # CHECK ME: I think I busted this. -Ossama - if test "$prev" = dlprefiles; then + if test dlprefiles = "$prev"; then # Preload the old-style object. - dlprefiles+=" $pic_object" + func_append dlprefiles " $pic_object" prev= fi # A PIC object. - libobjs+=" $pic_object" - arg="$pic_object" + func_append libobjs " $pic_object" + arg=$pic_object fi # Non-PIC object. - if test "$non_pic_object" != none; then + if test none != "$non_pic_object"; then # Prepend the subdirectory the object is found in. - non_pic_object="$xdir$non_pic_object" + non_pic_object=$xdir$non_pic_object # A standard non-PIC object - non_pic_objects+=" $non_pic_object" - if test -z "$pic_object" || test "$pic_object" = none ; then - arg="$non_pic_object" + func_append non_pic_objects " $non_pic_object" + if test -z "$pic_object" || test none = "$pic_object"; then + arg=$non_pic_object fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. - non_pic_object="$pic_object" - non_pic_objects+=" $non_pic_object" + non_pic_object=$pic_object + func_append non_pic_objects " $non_pic_object" fi else # Only an error if not doing a dry-run. if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" - xdir="$func_dirname_result" + xdir=$func_dirname_result func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result non_pic_object=$xdir$func_lo2o_result - libobjs+=" $pic_object" - non_pic_objects+=" $non_pic_object" + func_append libobjs " $pic_object" + func_append non_pic_objects " $non_pic_object" else - func_fatal_error "\`$arg' is not a valid libtool object" + func_fatal_error "'$arg' is not a valid libtool object" fi fi done else - func_fatal_error "link input file \`$arg' does not exist" + func_fatal_error "link input file '$arg' does not exist" fi arg=$save_arg prev= continue ;; + os2dllname) + os2dllname=$arg + prev= + continue + ;; precious_regex) - precious_files_regex="$arg" + precious_files_regex=$arg prev= continue ;; release) - release="-$arg" + release=-$arg prev= continue ;; @@ -5837,51 +7309,51 @@ func_mode_link () func_fatal_error "only absolute run-paths are allowed" ;; esac - if test "$prev" = rpath; then + if test rpath = "$prev"; then case "$rpath " in *" $arg "*) ;; - *) rpath+=" $arg" ;; + *) func_append rpath " $arg" ;; esac else case "$xrpath " in *" $arg "*) ;; - *) xrpath+=" $arg" ;; + *) func_append xrpath " $arg" ;; esac fi prev= continue ;; shrext) - shrext_cmds="$arg" + shrext_cmds=$arg prev= continue ;; weak) - weak_libs+=" $arg" + func_append weak_libs " $arg" prev= continue ;; xcclinker) - linker_flags+=" $qarg" - compiler_flags+=" $qarg" + func_append linker_flags " $qarg" + func_append compiler_flags " $qarg" prev= - compile_command+=" $qarg" - finalize_command+=" $qarg" + func_append compile_command " $qarg" + func_append finalize_command " $qarg" continue ;; xcompiler) - compiler_flags+=" $qarg" + func_append compiler_flags " $qarg" prev= - compile_command+=" $qarg" - finalize_command+=" $qarg" + func_append compile_command " $qarg" + func_append finalize_command " $qarg" continue ;; xlinker) - linker_flags+=" $qarg" - compiler_flags+=" $wl$qarg" + func_append linker_flags " $qarg" + func_append compiler_flags " $wl$qarg" prev= - compile_command+=" $wl$qarg" - finalize_command+=" $wl$qarg" + func_append compile_command " $wl$qarg" + func_append finalize_command " $wl$qarg" continue ;; *) @@ -5892,21 +7364,21 @@ func_mode_link () esac fi # test -n "$prev" - prevarg="$arg" + prevarg=$arg case $arg in -all-static) if test -n "$link_static_flag"; then # See comment for -static flag below, for more details. - compile_command+=" $link_static_flag" - finalize_command+=" $link_static_flag" + func_append compile_command " $link_static_flag" + func_append finalize_command " $link_static_flag" fi continue ;; -allow-undefined) # FIXME: remove this flag sometime in the future. - func_fatal_error "\`-allow-undefined' must not be used because it is the default" + func_fatal_error "'-allow-undefined' must not be used because it is the default" ;; -avoid-version) @@ -5938,7 +7410,7 @@ func_mode_link () if test -n "$export_symbols" || test -n "$export_symbols_regex"; then func_fatal_error "more than one -exported-symbols argument is not allowed" fi - if test "X$arg" = "X-export-symbols"; then + if test X-export-symbols = "X$arg"; then prev=expsyms else prev=expsyms_regex @@ -5961,8 +7433,8 @@ func_mode_link () -L[A-Z][A-Z]*:*) case $with_gcc/$host in no/*-*-irix* | /*-*-irix*) - compile_command+=" $arg" - finalize_command+=" $arg" + func_append compile_command " $arg" + func_append finalize_command " $arg" ;; esac continue @@ -5972,9 +7444,9 @@ func_mode_link () func_stripname "-L" '' "$arg" if test -z "$func_stripname_result"; then if test "$#" -gt 0; then - func_fatal_error "require no space between \`-L' and \`$1'" + func_fatal_error "require no space between '-L' and '$1'" else - func_fatal_error "need path for \`-L' option" + func_fatal_error "need path for '-L' option" fi fi func_resolve_sysroot "$func_stripname_result" @@ -5985,8 +7457,8 @@ func_mode_link () *) absdir=`cd "$dir" && pwd` test -z "$absdir" && \ - func_fatal_error "cannot determine absolute directory name of \`$dir'" - dir="$absdir" + func_fatal_error "cannot determine absolute directory name of '$dir'" + dir=$absdir ;; esac case "$deplibs " in @@ -5996,10 +7468,10 @@ func_mode_link () *) # Preserve sysroot, but never include relative directories case $dir in - [\\/]* | [A-Za-z]:[\\/]* | =*) deplibs+=" $arg" ;; - *) deplibs+=" -L$dir" ;; + [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;; + *) func_append deplibs " -L$dir" ;; esac - lib_search_path+=" $dir" + func_append lib_search_path " $dir" ;; esac case $host in @@ -6008,12 +7480,12 @@ func_mode_link () case :$dllsearchpath: in *":$dir:"*) ;; ::) dllsearchpath=$dir;; - *) dllsearchpath+=":$dir";; + *) func_append dllsearchpath ":$dir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; - *) dllsearchpath+=":$testbindir";; + *) func_append dllsearchpath ":$testbindir";; esac ;; esac @@ -6021,7 +7493,7 @@ func_mode_link () ;; -l*) - if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then + if test X-lc = "X$arg" || test X-lm = "X$arg"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) # These systems don't actually have a C or math library (as such) @@ -6029,35 +7501,40 @@ func_mode_link () ;; *-*-os2*) # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue + test X-lc = "X$arg" && continue ;; - *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*) # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue + test X-lc = "X$arg" && continue ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C and math libraries are in the System framework - deplibs+=" System.ltframework" + func_append deplibs " System.ltframework" continue ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype - test "X$arg" = "X-lc" && continue + test X-lc = "X$arg" && continue ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work - test "X$arg" = "X-lc" && continue + test X-lc = "X$arg" && continue ;; esac - elif test "X$arg" = "X-lc_r"; then + elif test X-lc_r = "X$arg"; then case $host in - *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) + *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*) # Do not include libc_r directly, use -pthread flag. continue ;; esac fi - deplibs+=" $arg" + func_append deplibs " $arg" + continue + ;; + + -mllvm) + prev=mllvm continue ;; @@ -6070,27 +7547,27 @@ func_mode_link () # classes, name mangling, and exception handling. # Darwin uses the -arch flag to determine output architecture. -model|-arch|-isysroot|--sysroot) - compiler_flags+=" $arg" - compile_command+=" $arg" - finalize_command+=" $arg" + func_append compiler_flags " $arg" + func_append compile_command " $arg" + func_append finalize_command " $arg" prev=xcompiler continue ;; -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) - compiler_flags+=" $arg" - compile_command+=" $arg" - finalize_command+=" $arg" + func_append compiler_flags " $arg" + func_append compile_command " $arg" + func_append finalize_command " $arg" case "$new_inherited_linker_flags " in *" $arg "*) ;; - * ) new_inherited_linker_flags+=" $arg" ;; + * ) func_append new_inherited_linker_flags " $arg" ;; esac continue ;; -multi_module) - single_module="${wl}-multi_module" + single_module=$wl-multi_module continue ;; @@ -6104,8 +7581,8 @@ func_mode_link () *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) # The PATH hackery in wrapper scripts is required on Windows # and Darwin in order for the loader to find any dlls it needs. - func_warning "\`-no-install' is ignored for $host" - func_warning "assuming \`-no-fast-install' instead" + func_warning "'-no-install' is ignored for $host" + func_warning "assuming '-no-fast-install' instead" fast_install=no ;; *) no_install=yes ;; @@ -6123,6 +7600,11 @@ func_mode_link () continue ;; + -os2dllname) + prev=os2dllname + continue + ;; + -o) prev=output ;; -precious-files-regex) @@ -6161,7 +7643,7 @@ func_mode_link () esac case "$xrpath " in *" $dir "*) ;; - *) xrpath+=" $dir" ;; + *) func_append xrpath " $dir" ;; esac continue ;; @@ -6210,14 +7692,14 @@ func_mode_link () func_stripname '-Wc,' '' "$arg" args=$func_stripname_result arg= - save_ifs="$IFS"; IFS=',' + save_ifs=$IFS; IFS=, for flag in $args; do - IFS="$save_ifs" + IFS=$save_ifs func_quote_for_eval "$flag" - arg+=" $func_quote_for_eval_result" - compiler_flags+=" $func_quote_for_eval_result" + func_append arg " $func_quote_for_eval_result" + func_append compiler_flags " $func_quote_for_eval_result" done - IFS="$save_ifs" + IFS=$save_ifs func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; @@ -6226,15 +7708,15 @@ func_mode_link () func_stripname '-Wl,' '' "$arg" args=$func_stripname_result arg= - save_ifs="$IFS"; IFS=',' + save_ifs=$IFS; IFS=, for flag in $args; do - IFS="$save_ifs" + IFS=$save_ifs func_quote_for_eval "$flag" - arg+=" $wl$func_quote_for_eval_result" - compiler_flags+=" $wl$func_quote_for_eval_result" - linker_flags+=" $func_quote_for_eval_result" + func_append arg " $wl$func_quote_for_eval_result" + func_append compiler_flags " $wl$func_quote_for_eval_result" + func_append linker_flags " $func_quote_for_eval_result" done - IFS="$save_ifs" + IFS=$save_ifs func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; @@ -6257,7 +7739,7 @@ func_mode_link () # -msg_* for osf cc -msg_*) func_quote_for_eval "$arg" - arg="$func_quote_for_eval_result" + arg=$func_quote_for_eval_result ;; # Flags to be passed through unchanged, with rationale: @@ -6269,30 +7751,51 @@ func_mode_link () # -m*, -t[45]*, -txscale* architecture-specific flags for GCC # -F/path path to uninstalled frameworks, gcc on darwin # -p, -pg, --coverage, -fprofile-* profiling flags for GCC + # -fstack-protector* stack protector flags for GCC # @file GCC response files # -tp=* Portland pgcc target processor selection # --sysroot=* for sysroot support - # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization + # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization + # -stdlib=* select c++ std lib with clang -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ - -O*|-flto*|-fwhopr*|-fuse-linker-plugin) + -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*) func_quote_for_eval "$arg" - arg="$func_quote_for_eval_result" - compile_command+=" $arg" - finalize_command+=" $arg" - compiler_flags+=" $arg" + arg=$func_quote_for_eval_result + func_append compile_command " $arg" + func_append finalize_command " $arg" + func_append compiler_flags " $arg" continue ;; + -Z*) + if test os2 = "`expr $host : '.*\(os2\)'`"; then + # OS/2 uses -Zxxx to specify OS/2-specific options + compiler_flags="$compiler_flags $arg" + func_append compile_command " $arg" + func_append finalize_command " $arg" + case $arg in + -Zlinker | -Zstack) + prev=xcompiler + ;; + esac + continue + else + # Otherwise treat like 'Some other compiler flag' below + func_quote_for_eval "$arg" + arg=$func_quote_for_eval_result + fi + ;; + # Some other compiler flag. -* | +*) func_quote_for_eval "$arg" - arg="$func_quote_for_eval_result" + arg=$func_quote_for_eval_result ;; *.$objext) # A standard object. - objs+=" $arg" + func_append objs " $arg" ;; *.lo) @@ -6308,22 +7811,22 @@ func_mode_link () if test -z "$pic_object" || test -z "$non_pic_object" || - test "$pic_object" = none && - test "$non_pic_object" = none; then - func_fatal_error "cannot find name of object for \`$arg'" + test none = "$pic_object" && + test none = "$non_pic_object"; then + func_fatal_error "cannot find name of object for '$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" - xdir="$func_dirname_result" + xdir=$func_dirname_result - if test "$pic_object" != none; then + test none = "$pic_object" || { # Prepend the subdirectory the object is found in. - pic_object="$xdir$pic_object" + pic_object=$xdir$pic_object - if test "$prev" = dlfiles; then - if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then - dlfiles+=" $pic_object" + if test dlfiles = "$prev"; then + if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then + func_append dlfiles " $pic_object" prev= continue else @@ -6333,55 +7836,55 @@ func_mode_link () fi # CHECK ME: I think I busted this. -Ossama - if test "$prev" = dlprefiles; then + if test dlprefiles = "$prev"; then # Preload the old-style object. - dlprefiles+=" $pic_object" + func_append dlprefiles " $pic_object" prev= fi # A PIC object. - libobjs+=" $pic_object" - arg="$pic_object" - fi + func_append libobjs " $pic_object" + arg=$pic_object + } # Non-PIC object. - if test "$non_pic_object" != none; then + if test none != "$non_pic_object"; then # Prepend the subdirectory the object is found in. - non_pic_object="$xdir$non_pic_object" + non_pic_object=$xdir$non_pic_object # A standard non-PIC object - non_pic_objects+=" $non_pic_object" - if test -z "$pic_object" || test "$pic_object" = none ; then - arg="$non_pic_object" + func_append non_pic_objects " $non_pic_object" + if test -z "$pic_object" || test none = "$pic_object"; then + arg=$non_pic_object fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. - non_pic_object="$pic_object" - non_pic_objects+=" $non_pic_object" + non_pic_object=$pic_object + func_append non_pic_objects " $non_pic_object" fi else # Only an error if not doing a dry-run. if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" - xdir="$func_dirname_result" + xdir=$func_dirname_result func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result non_pic_object=$xdir$func_lo2o_result - libobjs+=" $pic_object" - non_pic_objects+=" $non_pic_object" + func_append libobjs " $pic_object" + func_append non_pic_objects " $non_pic_object" else - func_fatal_error "\`$arg' is not a valid libtool object" + func_fatal_error "'$arg' is not a valid libtool object" fi fi ;; *.$libext) # An archive. - deplibs+=" $arg" - old_deplibs+=" $arg" + func_append deplibs " $arg" + func_append old_deplibs " $arg" continue ;; @@ -6389,16 +7892,16 @@ func_mode_link () # A libtool-controlled library. func_resolve_sysroot "$arg" - if test "$prev" = dlfiles; then + if test dlfiles = "$prev"; then # This library was specified with -dlopen. - dlfiles+=" $func_resolve_sysroot_result" + func_append dlfiles " $func_resolve_sysroot_result" prev= - elif test "$prev" = dlprefiles; then + elif test dlprefiles = "$prev"; then # The library was specified with -dlpreopen. - dlprefiles+=" $func_resolve_sysroot_result" + func_append dlprefiles " $func_resolve_sysroot_result" prev= else - deplibs+=" $func_resolve_sysroot_result" + func_append deplibs " $func_resolve_sysroot_result" fi continue ;; @@ -6408,43 +7911,46 @@ func_mode_link () # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. func_quote_for_eval "$arg" - arg="$func_quote_for_eval_result" + arg=$func_quote_for_eval_result ;; esac # arg # Now actually substitute the argument into the commands. if test -n "$arg"; then - compile_command+=" $arg" - finalize_command+=" $arg" + func_append compile_command " $arg" + func_append finalize_command " $arg" fi done # argument parsing loop test -n "$prev" && \ - func_fatal_help "the \`$prevarg' option requires an argument" + func_fatal_help "the '$prevarg' option requires an argument" - if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then + if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then eval arg=\"$export_dynamic_flag_spec\" - compile_command+=" $arg" - finalize_command+=" $arg" + func_append compile_command " $arg" + func_append finalize_command " $arg" fi oldlibs= # calculate the name of the file, without its directory func_basename "$output" - outputname="$func_basename_result" - libobjs_save="$libobjs" + outputname=$func_basename_result + libobjs_save=$libobjs if test -n "$shlibpath_var"; then # get the directories listed in $shlibpath_var - eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\` + eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\` else shlib_search_path= fi eval sys_lib_search_path=\"$sys_lib_search_path_spec\" eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" + # Definition is injected by LT_CONFIG during libtool generation. + func_munge_path_list sys_lib_dlsearch_path "$LT_SYS_LIBRARY_PATH" + func_dirname "$output" "/" "" - output_objdir="$func_dirname_result$objdir" + output_objdir=$func_dirname_result$objdir func_to_tool_file "$output_objdir/" tool_output_objdir=$func_to_tool_file_result # Create the object directory. @@ -6467,15 +7973,15 @@ func_mode_link () # Find all interdependent deplibs by searching for libraries # that are linked more than once (e.g. -la -lb -la) for deplib in $deplibs; do - if $opt_preserve_dup_deps ; then + if $opt_preserve_dup_deps; then case "$libs " in - *" $deplib "*) specialdeplibs+=" $deplib" ;; + *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi - libs+=" $deplib" + func_append libs " $deplib" done - if test "$linkmode" = lib; then + if test lib = "$linkmode"; then libs="$predeps $libs $compiler_lib_search_path $postdeps" # Compute libraries that are listed more than once in $predeps @@ -6485,9 +7991,9 @@ func_mode_link () if $opt_duplicate_compiler_generated_deps; then for pre_post_dep in $predeps $postdeps; do case "$pre_post_deps " in - *" $pre_post_dep "*) specialdeplibs+=" $pre_post_deps" ;; + *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;; esac - pre_post_deps+=" $pre_post_dep" + func_append pre_post_deps " $pre_post_dep" done fi pre_post_deps= @@ -6507,7 +8013,7 @@ func_mode_link () case $file in *.la) ;; *) - func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file" + func_fatal_help "libraries can '-dlopen' only libtool libraries: $file" ;; esac done @@ -6515,7 +8021,7 @@ func_mode_link () prog) compile_deplibs= finalize_deplibs= - alldeplibs=no + alldeplibs=false newdlfiles= newdlprefiles= passes="conv scan dlopen dlpreopen link" @@ -6527,32 +8033,29 @@ func_mode_link () for pass in $passes; do # The preopen pass in lib mode reverses $deplibs; put it back here # so that -L comes before libs that need it for instance... - if test "$linkmode,$pass" = "lib,link"; then + if test lib,link = "$linkmode,$pass"; then ## FIXME: Find the place where the list is rebuilt in the wrong ## order, and fix it there properly tmp_deplibs= for deplib in $deplibs; do tmp_deplibs="$deplib $tmp_deplibs" done - deplibs="$tmp_deplibs" + deplibs=$tmp_deplibs fi - if test "$linkmode,$pass" = "lib,link" || - test "$linkmode,$pass" = "prog,scan"; then - libs="$deplibs" + if test lib,link = "$linkmode,$pass" || + test prog,scan = "$linkmode,$pass"; then + libs=$deplibs deplibs= fi - if test "$linkmode" = prog; then + if test prog = "$linkmode"; then case $pass in - dlopen) libs="$dlfiles" ;; - dlpreopen) libs="$dlprefiles" ;; - link) - libs="$deplibs %DEPLIBS%" - test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" - ;; + dlopen) libs=$dlfiles ;; + dlpreopen) libs=$dlprefiles ;; + link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; esac fi - if test "$linkmode,$pass" = "lib,dlpreopen"; then + if test lib,dlpreopen = "$linkmode,$pass"; then # Collect and forward deplibs of preopened libtool libs for lib in $dlprefiles; do # Ignore non-libtool-libs @@ -6569,46 +8072,46 @@ func_mode_link () deplib_base=$func_basename_result case " $weak_libs " in *" $deplib_base "*) ;; - *) deplibs+=" $deplib" ;; + *) func_append deplibs " $deplib" ;; esac done done - libs="$dlprefiles" + libs=$dlprefiles fi - if test "$pass" = dlopen; then + if test dlopen = "$pass"; then # Collect dlpreopened libraries - save_deplibs="$deplibs" + save_deplibs=$deplibs deplibs= fi for deplib in $libs; do lib= - found=no + found=false case $deplib in -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) - if test "$linkmode,$pass" = "prog,link"; then + if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else - compiler_flags+=" $deplib" - if test "$linkmode" = lib ; then + func_append compiler_flags " $deplib" + if test lib = "$linkmode"; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; - * ) new_inherited_linker_flags+=" $deplib" ;; + * ) func_append new_inherited_linker_flags " $deplib" ;; esac fi fi continue ;; -l*) - if test "$linkmode" != lib && test "$linkmode" != prog; then - func_warning "\`-l' is ignored for archives/objects" + if test lib != "$linkmode" && test prog != "$linkmode"; then + func_warning "'-l' is ignored for archives/objects" continue fi func_stripname '-l' '' "$deplib" name=$func_stripname_result - if test "$linkmode" = lib; then + if test lib = "$linkmode"; then searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path" else searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path" @@ -6616,31 +8119,22 @@ func_mode_link () for searchdir in $searchdirs; do for search_ext in .la $std_shrext .so .a; do # Search the libtool library - lib="$searchdir/lib${name}${search_ext}" + lib=$searchdir/lib$name$search_ext if test -f "$lib"; then - if test "$search_ext" = ".la"; then - found=yes + if test .la = "$search_ext"; then + found=: else - found=no + found=false fi break 2 fi done done - if test "$found" != yes; then - # deplib doesn't seem to be a libtool library - if test "$linkmode,$pass" = "prog,link"; then - compile_deplibs="$deplib $compile_deplibs" - finalize_deplibs="$deplib $finalize_deplibs" - else - deplibs="$deplib $deplibs" - test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" - fi - continue - else # deplib is a libtool library + if $found; then + # deplib is a libtool library # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, # We need to do some special things here, and not later. - if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + if test yes = "$allow_libtool_libs_with_static_runtimes"; then case " $predeps $postdeps " in *" $deplib "*) if func_lalib_p "$lib"; then @@ -6648,19 +8142,19 @@ func_mode_link () old_library= func_source "$lib" for l in $old_library $library_names; do - ll="$l" + ll=$l done - if test "X$ll" = "X$old_library" ; then # only static version available - found=no + if test "X$ll" = "X$old_library"; then # only static version available + found=false func_dirname "$lib" "" "." - ladir="$func_dirname_result" + ladir=$func_dirname_result lib=$ladir/$old_library - if test "$linkmode,$pass" = "prog,link"; then + if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" - test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" + test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs" fi continue fi @@ -6669,18 +8163,28 @@ func_mode_link () *) ;; esac fi + else + # deplib doesn't seem to be a libtool library + if test prog,link = "$linkmode,$pass"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs" + fi + continue fi ;; # -l *.ltframework) - if test "$linkmode,$pass" = "prog,link"; then + if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" - if test "$linkmode" = lib ; then + if test lib = "$linkmode"; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; - * ) new_inherited_linker_flags+=" $deplib" ;; + * ) func_append new_inherited_linker_flags " $deplib" ;; esac fi fi @@ -6690,18 +8194,18 @@ func_mode_link () case $linkmode in lib) deplibs="$deplib $deplibs" - test "$pass" = conv && continue + test conv = "$pass" && continue newdependency_libs="$deplib $newdependency_libs" func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" - newlib_search_path+=" $func_resolve_sysroot_result" + func_append newlib_search_path " $func_resolve_sysroot_result" ;; prog) - if test "$pass" = conv; then + if test conv = "$pass"; then deplibs="$deplib $deplibs" continue fi - if test "$pass" = scan; then + if test scan = "$pass"; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" @@ -6709,23 +8213,23 @@ func_mode_link () fi func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" - newlib_search_path+=" $func_resolve_sysroot_result" + func_append newlib_search_path " $func_resolve_sysroot_result" ;; *) - func_warning "\`-L' is ignored for archives/objects" + func_warning "'-L' is ignored for archives/objects" ;; esac # linkmode continue ;; # -L -R*) - if test "$pass" = link; then + if test link = "$pass"; then func_stripname '-R' '' "$deplib" func_resolve_sysroot "$func_stripname_result" dir=$func_resolve_sysroot_result # Make sure the xrpath contains only unique directories. case "$xrpath " in *" $dir "*) ;; - *) xrpath+=" $dir" ;; + *) func_append xrpath " $dir" ;; esac fi deplibs="$deplib $deplibs" @@ -6736,7 +8240,7 @@ func_mode_link () lib=$func_resolve_sysroot_result ;; *.$libext) - if test "$pass" = conv; then + if test conv = "$pass"; then deplibs="$deplib $deplibs" continue fi @@ -6747,21 +8251,26 @@ func_mode_link () case " $dlpreconveniencelibs " in *" $deplib "*) ;; *) - valid_a_lib=no + valid_a_lib=false case $deplibs_check_method in match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ | $EGREP "$match_pattern_regex" > /dev/null; then - valid_a_lib=yes + valid_a_lib=: fi ;; pass_all) - valid_a_lib=yes + valid_a_lib=: ;; esac - if test "$valid_a_lib" != yes; then + if $valid_a_lib; then + echo + $ECHO "*** Warning: Linking the shared library $output against the" + $ECHO "*** static library $deplib is not portable!" + deplibs="$deplib $deplibs" + else echo $ECHO "*** Warning: Trying to link with static lib archive $deplib." echo "*** I have the capability to make that library automatically link in when" @@ -6769,18 +8278,13 @@ func_mode_link () echo "*** shared version of the library, which you do not appear to have" echo "*** because the file extensions .$libext of this argument makes me believe" echo "*** that it is just a static archive that I should not use here." - else - echo - $ECHO "*** Warning: Linking the shared library $output against the" - $ECHO "*** static library $deplib is not portable!" - deplibs="$deplib $deplibs" fi ;; esac continue ;; prog) - if test "$pass" != link; then + if test link != "$pass"; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" @@ -6791,38 +8295,36 @@ func_mode_link () esac # linkmode ;; # *.$libext *.lo | *.$objext) - if test "$pass" = conv; then + if test conv = "$pass"; then deplibs="$deplib $deplibs" - elif test "$linkmode" = prog; then - if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then + elif test prog = "$linkmode"; then + if test dlpreopen = "$pass" || test yes != "$dlopen_support" || test no = "$build_libtool_libs"; then # If there is no dlopen support or we're linking statically, # we need to preload. - newdlprefiles+=" $deplib" + func_append newdlprefiles " $deplib" compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else - newdlfiles+=" $deplib" + func_append newdlfiles " $deplib" fi fi continue ;; %DEPLIBS%) - alldeplibs=yes + alldeplibs=: continue ;; esac # case $deplib - if test "$found" = yes || test -f "$lib"; then : - else - func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" - fi + $found || test -f "$lib" \ + || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'" # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$lib" \ - || func_fatal_error "\`$lib' is not a valid libtool archive" + || func_fatal_error "'$lib' is not a valid libtool archive" func_dirname "$lib" "" "." - ladir="$func_dirname_result" + ladir=$func_dirname_result dlname= dlopen= @@ -6847,41 +8349,41 @@ func_mode_link () for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do case " $new_inherited_linker_flags " in *" $tmp_inherited_linker_flag "*) ;; - *) new_inherited_linker_flags+=" $tmp_inherited_linker_flag";; + *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";; esac done fi dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` - if test "$linkmode,$pass" = "lib,link" || - test "$linkmode,$pass" = "prog,scan" || - { test "$linkmode" != prog && test "$linkmode" != lib; }; then - test -n "$dlopen" && dlfiles+=" $dlopen" - test -n "$dlpreopen" && dlprefiles+=" $dlpreopen" + if test lib,link = "$linkmode,$pass" || + test prog,scan = "$linkmode,$pass" || + { test prog != "$linkmode" && test lib != "$linkmode"; }; then + test -n "$dlopen" && func_append dlfiles " $dlopen" + test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen" fi - if test "$pass" = conv; then + if test conv = "$pass"; then # Only check for convenience libraries deplibs="$lib $deplibs" if test -z "$libdir"; then if test -z "$old_library"; then - func_fatal_error "cannot find name of link library for \`$lib'" + func_fatal_error "cannot find name of link library for '$lib'" fi # It is a libtool convenience library, so add in its objects. - convenience+=" $ladir/$objdir/$old_library" - old_convenience+=" $ladir/$objdir/$old_library" - tmp_libs= - for deplib in $dependency_libs; do - deplibs="$deplib $deplibs" - if $opt_preserve_dup_deps ; then - case "$tmp_libs " in - *" $deplib "*) specialdeplibs+=" $deplib" ;; - esac - fi - tmp_libs+=" $deplib" - done - elif test "$linkmode" != prog && test "$linkmode" != lib; then - func_fatal_error "\`$lib' is not a convenience library" + func_append convenience " $ladir/$objdir/$old_library" + func_append old_convenience " $ladir/$objdir/$old_library" + elif test prog != "$linkmode" && test lib != "$linkmode"; then + func_fatal_error "'$lib' is not a convenience library" fi + tmp_libs= + for deplib in $dependency_libs; do + deplibs="$deplib $deplibs" + if $opt_preserve_dup_deps; then + case "$tmp_libs " in + *" $deplib "*) func_append specialdeplibs " $deplib" ;; + esac + fi + func_append tmp_libs " $deplib" + done continue fi # $pass = conv @@ -6889,86 +8391,86 @@ func_mode_link () # Get the name of the library we link against. linklib= if test -n "$old_library" && - { test "$prefer_static_libs" = yes || - test "$prefer_static_libs,$installed" = "built,no"; }; then + { test yes = "$prefer_static_libs" || + test built,no = "$prefer_static_libs,$installed"; }; then linklib=$old_library else for l in $old_library $library_names; do - linklib="$l" + linklib=$l done fi if test -z "$linklib"; then - func_fatal_error "cannot find name of link library for \`$lib'" + func_fatal_error "cannot find name of link library for '$lib'" fi # This library was specified with -dlopen. - if test "$pass" = dlopen; then - if test -z "$libdir"; then - func_fatal_error "cannot -dlopen a convenience library: \`$lib'" - fi + if test dlopen = "$pass"; then + test -z "$libdir" \ + && func_fatal_error "cannot -dlopen a convenience library: '$lib'" if test -z "$dlname" || - test "$dlopen_support" != yes || - test "$build_libtool_libs" = no; then + test yes != "$dlopen_support" || + test no = "$build_libtool_libs" + then # If there is no dlname, no dlopen support or we're linking # statically, we need to preload. We also need to preload any # dependent libraries so libltdl's deplib preloader doesn't # bomb out in the load deplibs phase. - dlprefiles+=" $lib $dependency_libs" + func_append dlprefiles " $lib $dependency_libs" else - newdlfiles+=" $lib" + func_append newdlfiles " $lib" fi continue fi # $pass = dlopen # We need an absolute path. case $ladir in - [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; + [\\/]* | [A-Za-z]:[\\/]*) abs_ladir=$ladir ;; *) abs_ladir=`cd "$ladir" && pwd` if test -z "$abs_ladir"; then - func_warning "cannot determine absolute directory name of \`$ladir'" + func_warning "cannot determine absolute directory name of '$ladir'" func_warning "passing it literally to the linker, although it might fail" - abs_ladir="$ladir" + abs_ladir=$ladir fi ;; esac func_basename "$lib" - laname="$func_basename_result" + laname=$func_basename_result # Find the relevant object directory and library name. - if test "X$installed" = Xyes; then + if test yes = "$installed"; then if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then - func_warning "library \`$lib' was moved." - dir="$ladir" - absdir="$abs_ladir" - libdir="$abs_ladir" + func_warning "library '$lib' was moved." + dir=$ladir + absdir=$abs_ladir + libdir=$abs_ladir else - dir="$lt_sysroot$libdir" - absdir="$lt_sysroot$libdir" + dir=$lt_sysroot$libdir + absdir=$lt_sysroot$libdir fi - test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes + test yes = "$hardcode_automatic" && avoidtemprpath=yes else if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then - dir="$ladir" - absdir="$abs_ladir" + dir=$ladir + absdir=$abs_ladir # Remove this search path later - notinst_path+=" $abs_ladir" + func_append notinst_path " $abs_ladir" else - dir="$ladir/$objdir" - absdir="$abs_ladir/$objdir" + dir=$ladir/$objdir + absdir=$abs_ladir/$objdir # Remove this search path later - notinst_path+=" $abs_ladir" + func_append notinst_path " $abs_ladir" fi fi # $installed = yes func_stripname 'lib' '.la' "$laname" name=$func_stripname_result # This library was specified with -dlpreopen. - if test "$pass" = dlpreopen; then - if test -z "$libdir" && test "$linkmode" = prog; then - func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'" + if test dlpreopen = "$pass"; then + if test -z "$libdir" && test prog = "$linkmode"; then + func_fatal_error "only libraries may -dlpreopen a convenience library: '$lib'" fi - case "$host" in + case $host in # special handling for platforms with PE-DLLs. *cygwin* | *mingw* | *cegcc* ) # Linker will automatically link against shared library if both @@ -6982,29 +8484,29 @@ func_mode_link () if test -n "$dlname"; then func_tr_sh "$dir/$linklib" eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname" - newdlprefiles+=" $dir/$linklib" + func_append newdlprefiles " $dir/$linklib" else - newdlprefiles+=" $dir/$old_library" + func_append newdlprefiles " $dir/$old_library" # Keep a list of preopened convenience libraries to check # that they are being used correctly in the link pass. test -z "$libdir" && \ - dlpreconveniencelibs+=" $dir/$old_library" + func_append dlpreconveniencelibs " $dir/$old_library" fi ;; * ) # Prefer using a static library (so that no silly _DYNAMIC symbols # are required to link). if test -n "$old_library"; then - newdlprefiles+=" $dir/$old_library" + func_append newdlprefiles " $dir/$old_library" # Keep a list of preopened convenience libraries to check # that they are being used correctly in the link pass. test -z "$libdir" && \ - dlpreconveniencelibs+=" $dir/$old_library" + func_append dlpreconveniencelibs " $dir/$old_library" # Otherwise, use the dlname, so that lt_dlopen finds it. elif test -n "$dlname"; then - newdlprefiles+=" $dir/$dlname" + func_append newdlprefiles " $dir/$dlname" else - newdlprefiles+=" $dir/$linklib" + func_append newdlprefiles " $dir/$linklib" fi ;; esac @@ -7012,9 +8514,9 @@ func_mode_link () if test -z "$libdir"; then # Link the convenience library - if test "$linkmode" = lib; then + if test lib = "$linkmode"; then deplibs="$dir/$old_library $deplibs" - elif test "$linkmode,$pass" = "prog,link"; then + elif test prog,link = "$linkmode,$pass"; then compile_deplibs="$dir/$old_library $compile_deplibs" finalize_deplibs="$dir/$old_library $finalize_deplibs" else @@ -7024,14 +8526,14 @@ func_mode_link () fi - if test "$linkmode" = prog && test "$pass" != link; then - newlib_search_path+=" $ladir" + if test prog = "$linkmode" && test link != "$pass"; then + func_append newlib_search_path " $ladir" deplibs="$lib $deplibs" - linkalldeplibs=no - if test "$link_all_deplibs" != no || test -z "$library_names" || - test "$build_libtool_libs" = no; then - linkalldeplibs=yes + linkalldeplibs=false + if test no != "$link_all_deplibs" || test -z "$library_names" || + test no = "$build_libtool_libs"; then + linkalldeplibs=: fi tmp_libs= @@ -7039,38 +8541,38 @@ func_mode_link () case $deplib in -L*) func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" - newlib_search_path+=" $func_resolve_sysroot_result" + func_append newlib_search_path " $func_resolve_sysroot_result" ;; esac # Need to link against all dependency_libs? - if test "$linkalldeplibs" = yes; then + if $linkalldeplibs; then deplibs="$deplib $deplibs" else # Need to hardcode shared library paths # or/and link against static libraries newdependency_libs="$deplib $newdependency_libs" fi - if $opt_preserve_dup_deps ; then + if $opt_preserve_dup_deps; then case "$tmp_libs " in - *" $deplib "*) specialdeplibs+=" $deplib" ;; + *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi - tmp_libs+=" $deplib" + func_append tmp_libs " $deplib" done # for deplib continue fi # $linkmode = prog... - if test "$linkmode,$pass" = "prog,link"; then + if test prog,link = "$linkmode,$pass"; then if test -n "$library_names" && - { { test "$prefer_static_libs" = no || - test "$prefer_static_libs,$installed" = "built,yes"; } || + { { test no = "$prefer_static_libs" || + test built,yes = "$prefer_static_libs,$installed"; } || test -z "$old_library"; }; then # We need to hardcode the library path - if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then + if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then # Make sure the rpath contains only unique directories. - case "$temp_rpath:" in + case $temp_rpath: in *"$absdir:"*) ;; - *) temp_rpath+="$absdir:" ;; + *) func_append temp_rpath "$absdir:" ;; esac fi @@ -7082,7 +8584,7 @@ func_mode_link () *) case "$compile_rpath " in *" $absdir "*) ;; - *) compile_rpath+=" $absdir" ;; + *) func_append compile_rpath " $absdir" ;; esac ;; esac @@ -7091,15 +8593,15 @@ func_mode_link () *) case "$finalize_rpath " in *" $libdir "*) ;; - *) finalize_rpath+=" $libdir" ;; + *) func_append finalize_rpath " $libdir" ;; esac ;; esac fi # $linkmode,$pass = prog,link... - if test "$alldeplibs" = yes && - { test "$deplibs_check_method" = pass_all || - { test "$build_libtool_libs" = yes && + if $alldeplibs && + { test pass_all = "$deplibs_check_method" || + { test yes = "$build_libtool_libs" && test -n "$library_names"; }; }; then # We only need to search for static libraries continue @@ -7108,20 +8610,20 @@ func_mode_link () link_static=no # Whether the deplib will be linked statically use_static_libs=$prefer_static_libs - if test "$use_static_libs" = built && test "$installed" = yes; then + if test built = "$use_static_libs" && test yes = "$installed"; then use_static_libs=no fi if test -n "$library_names" && - { test "$use_static_libs" = no || test -z "$old_library"; }; then + { test no = "$use_static_libs" || test -z "$old_library"; }; then case $host in - *cygwin* | *mingw* | *cegcc*) + *cygwin* | *mingw* | *cegcc* | *os2*) # No point in relinking DLLs because paths are not encoded - notinst_deplibs+=" $lib" + func_append notinst_deplibs " $lib" need_relink=no ;; *) - if test "$installed" = no; then - notinst_deplibs+=" $lib" + if test no = "$installed"; then + func_append notinst_deplibs " $lib" need_relink=yes fi ;; @@ -7130,24 +8632,24 @@ func_mode_link () # Warn about portability, can't link against -module's on some # systems (darwin). Don't bleat about dlopened modules though! - dlopenmodule="" + dlopenmodule= for dlpremoduletest in $dlprefiles; do if test "X$dlpremoduletest" = "X$lib"; then - dlopenmodule="$dlpremoduletest" + dlopenmodule=$dlpremoduletest break fi done - if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then + if test -z "$dlopenmodule" && test yes = "$shouldnotlink" && test link = "$pass"; then echo - if test "$linkmode" = prog; then + if test prog = "$linkmode"; then $ECHO "*** Warning: Linking the executable $output against the loadable module" else $ECHO "*** Warning: Linking the shared library $output against the loadable module" fi $ECHO "*** $linklib is not portable!" fi - if test "$linkmode" = lib && - test "$hardcode_into_libs" = yes; then + if test lib = "$linkmode" && + test yes = "$hardcode_into_libs"; then # Hardcode the library path. # Skip directories that are in the system default run-time # search path. @@ -7156,7 +8658,7 @@ func_mode_link () *) case "$compile_rpath " in *" $absdir "*) ;; - *) compile_rpath+=" $absdir" ;; + *) func_append compile_rpath " $absdir" ;; esac ;; esac @@ -7165,7 +8667,7 @@ func_mode_link () *) case "$finalize_rpath " in *" $libdir "*) ;; - *) finalize_rpath+=" $libdir" ;; + *) func_append finalize_rpath " $libdir" ;; esac ;; esac @@ -7175,43 +8677,43 @@ func_mode_link () # figure out the soname set dummy $library_names shift - realname="$1" + realname=$1 shift libname=`eval "\\$ECHO \"$libname_spec\""` # use dlname if we got it. it's perfectly good, no? if test -n "$dlname"; then - soname="$dlname" + soname=$dlname elif test -n "$soname_spec"; then # bleh windows case $host in - *cygwin* | mingw* | *cegcc*) + *cygwin* | mingw* | *cegcc* | *os2*) func_arith $current - $age major=$func_arith_result - versuffix="-$major" + versuffix=-$major ;; esac eval soname=\"$soname_spec\" else - soname="$realname" + soname=$realname fi # Make a new name for the extract_expsyms_cmds to use - soroot="$soname" + soroot=$soname func_basename "$soroot" - soname="$func_basename_result" + soname=$func_basename_result func_stripname 'lib' '.dll' "$soname" newlib=libimp-$func_stripname_result.a # If the library has no export list, then create one now if test -f "$output_objdir/$soname-def"; then : else - func_verbose "extracting exported symbol list from \`$soname'" + func_verbose "extracting exported symbol list from '$soname'" func_execute_cmds "$extract_expsyms_cmds" 'exit $?' fi # Create $newlib if test -f "$output_objdir/$newlib"; then :; else - func_verbose "generating import library for \`$soname'" + func_verbose "generating import library for '$soname'" func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' fi # make sure the library variables are pointing to the new library @@ -7219,70 +8721,70 @@ func_mode_link () linklib=$newlib fi # test -n "$old_archive_from_expsyms_cmds" - if test "$linkmode" = prog || test "$opt_mode" != relink; then + if test prog = "$linkmode" || test relink != "$opt_mode"; then add_shlibpath= add_dir= add= lib_linked=yes case $hardcode_action in immediate | unsupported) - if test "$hardcode_direct" = no; then - add="$dir/$linklib" + if test no = "$hardcode_direct"; then + add=$dir/$linklib case $host in - *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;; - *-*-sysv4*uw2*) add_dir="-L$dir" ;; + *-*-sco3.2v5.0.[024]*) add_dir=-L$dir ;; + *-*-sysv4*uw2*) add_dir=-L$dir ;; *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ - *-*-unixware7*) add_dir="-L$dir" ;; + *-*-unixware7*) add_dir=-L$dir ;; *-*-darwin* ) - # if the lib is a (non-dlopened) module then we can not + # if the lib is a (non-dlopened) module then we cannot # link against it, someone is ignoring the earlier warnings if /usr/bin/file -L $add 2> /dev/null | - $GREP ": [^:]* bundle" >/dev/null ; then + $GREP ": [^:]* bundle" >/dev/null; then if test "X$dlopenmodule" != "X$lib"; then $ECHO "*** Warning: lib $linklib is a module, not a shared library" - if test -z "$old_library" ; then + if test -z "$old_library"; then echo echo "*** And there doesn't seem to be a static archive available" echo "*** The link will probably fail, sorry" else - add="$dir/$old_library" + add=$dir/$old_library fi elif test -n "$old_library"; then - add="$dir/$old_library" + add=$dir/$old_library fi fi esac - elif test "$hardcode_minus_L" = no; then + elif test no = "$hardcode_minus_L"; then case $host in - *-*-sunos*) add_shlibpath="$dir" ;; + *-*-sunos*) add_shlibpath=$dir ;; esac - add_dir="-L$dir" - add="-l$name" - elif test "$hardcode_shlibpath_var" = no; then - add_shlibpath="$dir" - add="-l$name" + add_dir=-L$dir + add=-l$name + elif test no = "$hardcode_shlibpath_var"; then + add_shlibpath=$dir + add=-l$name else lib_linked=no fi ;; relink) - if test "$hardcode_direct" = yes && - test "$hardcode_direct_absolute" = no; then - add="$dir/$linklib" - elif test "$hardcode_minus_L" = yes; then - add_dir="-L$absdir" + if test yes = "$hardcode_direct" && + test no = "$hardcode_direct_absolute"; then + add=$dir/$linklib + elif test yes = "$hardcode_minus_L"; then + add_dir=-L$absdir # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) - add_dir+=" -L$inst_prefix_dir$libdir" + func_append add_dir " -L$inst_prefix_dir$libdir" ;; esac fi - add="-l$name" - elif test "$hardcode_shlibpath_var" = yes; then - add_shlibpath="$dir" - add="-l$name" + add=-l$name + elif test yes = "$hardcode_shlibpath_var"; then + add_shlibpath=$dir + add=-l$name else lib_linked=no fi @@ -7290,72 +8792,72 @@ func_mode_link () *) lib_linked=no ;; esac - if test "$lib_linked" != yes; then + if test yes != "$lib_linked"; then func_fatal_configuration "unsupported hardcode properties" fi if test -n "$add_shlibpath"; then case :$compile_shlibpath: in *":$add_shlibpath:"*) ;; - *) compile_shlibpath+="$add_shlibpath:" ;; + *) func_append compile_shlibpath "$add_shlibpath:" ;; esac fi - if test "$linkmode" = prog; then + if test prog = "$linkmode"; then test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" test -n "$add" && compile_deplibs="$add $compile_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" - if test "$hardcode_direct" != yes && - test "$hardcode_minus_L" != yes && - test "$hardcode_shlibpath_var" = yes; then + if test yes != "$hardcode_direct" && + test yes != "$hardcode_minus_L" && + test yes = "$hardcode_shlibpath_var"; then case :$finalize_shlibpath: in *":$libdir:"*) ;; - *) finalize_shlibpath+="$libdir:" ;; + *) func_append finalize_shlibpath "$libdir:" ;; esac fi fi fi - if test "$linkmode" = prog || test "$opt_mode" = relink; then + if test prog = "$linkmode" || test relink = "$opt_mode"; then add_shlibpath= add_dir= add= # Finalize command for both is simple: just hardcode it. - if test "$hardcode_direct" = yes && - test "$hardcode_direct_absolute" = no; then - add="$libdir/$linklib" - elif test "$hardcode_minus_L" = yes; then - add_dir="-L$libdir" - add="-l$name" - elif test "$hardcode_shlibpath_var" = yes; then + if test yes = "$hardcode_direct" && + test no = "$hardcode_direct_absolute"; then + add=$libdir/$linklib + elif test yes = "$hardcode_minus_L"; then + add_dir=-L$libdir + add=-l$name + elif test yes = "$hardcode_shlibpath_var"; then case :$finalize_shlibpath: in *":$libdir:"*) ;; - *) finalize_shlibpath+="$libdir:" ;; + *) func_append finalize_shlibpath "$libdir:" ;; esac - add="-l$name" - elif test "$hardcode_automatic" = yes; then + add=-l$name + elif test yes = "$hardcode_automatic"; then if test -n "$inst_prefix_dir" && - test -f "$inst_prefix_dir$libdir/$linklib" ; then - add="$inst_prefix_dir$libdir/$linklib" + test -f "$inst_prefix_dir$libdir/$linklib"; then + add=$inst_prefix_dir$libdir/$linklib else - add="$libdir/$linklib" + add=$libdir/$linklib fi else # We cannot seem to hardcode it, guess we'll fake it. - add_dir="-L$libdir" + add_dir=-L$libdir # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) - add_dir+=" -L$inst_prefix_dir$libdir" + func_append add_dir " -L$inst_prefix_dir$libdir" ;; esac fi - add="-l$name" + add=-l$name fi - if test "$linkmode" = prog; then + if test prog = "$linkmode"; then test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" test -n "$add" && finalize_deplibs="$add $finalize_deplibs" else @@ -7363,43 +8865,43 @@ func_mode_link () test -n "$add" && deplibs="$add $deplibs" fi fi - elif test "$linkmode" = prog; then + elif test prog = "$linkmode"; then # Here we assume that one of hardcode_direct or hardcode_minus_L # is not unsupported. This is valid on all known static and # shared platforms. - if test "$hardcode_direct" != unsupported; then - test -n "$old_library" && linklib="$old_library" + if test unsupported != "$hardcode_direct"; then + test -n "$old_library" && linklib=$old_library compile_deplibs="$dir/$linklib $compile_deplibs" finalize_deplibs="$dir/$linklib $finalize_deplibs" else compile_deplibs="-l$name -L$dir $compile_deplibs" finalize_deplibs="-l$name -L$dir $finalize_deplibs" fi - elif test "$build_libtool_libs" = yes; then + elif test yes = "$build_libtool_libs"; then # Not a shared library - if test "$deplibs_check_method" != pass_all; then + if test pass_all != "$deplibs_check_method"; then # We're trying link a shared library against a static one # but the system doesn't support it. # Just print a warning and add the library to dependency_libs so # that the program can be linked against the static library. echo - $ECHO "*** Warning: This system can not link to static lib archive $lib." + $ECHO "*** Warning: This system cannot link to static lib archive $lib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have." - if test "$module" = yes; then + if test yes = "$module"; then echo "*** But as you try to build a module library, libtool will still create " echo "*** a static module, that should work as long as the dlopening application" echo "*** is linked with the -dlopen flag to resolve symbols at runtime." if test -z "$global_symbol_pipe"; then echo echo "*** However, this would only work if libtool was able to extract symbol" - echo "*** lists from a program, using \`nm' or equivalent, but libtool could" + echo "*** lists from a program, using 'nm' or equivalent, but libtool could" echo "*** not find such a program. So, this module is probably useless." - echo "*** \`nm' from GNU binutils and a full rebuild may help." + echo "*** 'nm' from GNU binutils and a full rebuild may help." fi - if test "$build_old_libs" = no; then + if test no = "$build_old_libs"; then build_libtool_libs=module build_old_libs=yes else @@ -7412,11 +8914,11 @@ func_mode_link () fi fi # link shared/static library? - if test "$linkmode" = lib; then + if test lib = "$linkmode"; then if test -n "$dependency_libs" && - { test "$hardcode_into_libs" != yes || - test "$build_old_libs" = yes || - test "$link_static" = yes; }; then + { test yes != "$hardcode_into_libs" || + test yes = "$build_old_libs" || + test yes = "$link_static"; }; then # Extract -R from dependency_libs temp_deplibs= for libdir in $dependency_libs; do @@ -7425,17 +8927,17 @@ func_mode_link () temp_xrpath=$func_stripname_result case " $xrpath " in *" $temp_xrpath "*) ;; - *) xrpath+=" $temp_xrpath";; + *) func_append xrpath " $temp_xrpath";; esac;; - *) temp_deplibs+=" $libdir";; + *) func_append temp_deplibs " $libdir";; esac done - dependency_libs="$temp_deplibs" + dependency_libs=$temp_deplibs fi - newlib_search_path+=" $absdir" + func_append newlib_search_path " $absdir" # Link against this library - test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs" + test no = "$link_static" && newdependency_libs="$abs_ladir/$laname $newdependency_libs" # ... and its dependency_libs tmp_libs= for deplib in $dependency_libs; do @@ -7445,21 +8947,21 @@ func_mode_link () func_resolve_sysroot "$func_stripname_result";; *) func_resolve_sysroot "$deplib" ;; esac - if $opt_preserve_dup_deps ; then + if $opt_preserve_dup_deps; then case "$tmp_libs " in *" $func_resolve_sysroot_result "*) - specialdeplibs+=" $func_resolve_sysroot_result" ;; + func_append specialdeplibs " $func_resolve_sysroot_result" ;; esac fi - tmp_libs+=" $func_resolve_sysroot_result" + func_append tmp_libs " $func_resolve_sysroot_result" done - if test "$link_all_deplibs" != no; then + if test no != "$link_all_deplibs"; then # Add the search paths of all dependency libraries for deplib in $dependency_libs; do path= case $deplib in - -L*) path="$deplib" ;; + -L*) path=$deplib ;; *.la) func_resolve_sysroot "$deplib" deplib=$func_resolve_sysroot_result @@ -7467,12 +8969,12 @@ func_mode_link () dir=$func_dirname_result # We need an absolute path. case $dir in - [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; + [\\/]* | [A-Za-z]:[\\/]*) absdir=$dir ;; *) absdir=`cd "$dir" && pwd` if test -z "$absdir"; then - func_warning "cannot determine absolute directory name of \`$dir'" - absdir="$dir" + func_warning "cannot determine absolute directory name of '$dir'" + absdir=$dir fi ;; esac @@ -7480,35 +8982,35 @@ func_mode_link () case $host in *-*-darwin*) depdepl= - eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` - if test -n "$deplibrary_names" ; then - for tmp in $deplibrary_names ; do + eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` + if test -n "$deplibrary_names"; then + for tmp in $deplibrary_names; do depdepl=$tmp done - if test -f "$absdir/$objdir/$depdepl" ; then - depdepl="$absdir/$objdir/$depdepl" - darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` + if test -f "$absdir/$objdir/$depdepl"; then + depdepl=$absdir/$objdir/$depdepl + darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` if test -z "$darwin_install_name"; then - darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` + darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` fi - compiler_flags+=" ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}" - linker_flags+=" -dylib_file ${darwin_install_name}:${depdepl}" + func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl" + func_append linker_flags " -dylib_file $darwin_install_name:$depdepl" path= fi fi ;; *) - path="-L$absdir/$objdir" + path=-L$absdir/$objdir ;; esac else - eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` + eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` test -z "$libdir" && \ - func_fatal_error "\`$deplib' is not a valid libtool archive" + func_fatal_error "'$deplib' is not a valid libtool archive" test "$absdir" != "$libdir" && \ - func_warning "\`$deplib' seems to be moved" + func_warning "'$deplib' seems to be moved" - path="-L$absdir" + path=-L$absdir fi ;; esac @@ -7520,38 +9022,38 @@ func_mode_link () fi # link_all_deplibs != no fi # linkmode = lib done # for deplib in $libs - if test "$pass" = link; then - if test "$linkmode" = "prog"; then + if test link = "$pass"; then + if test prog = "$linkmode"; then compile_deplibs="$new_inherited_linker_flags $compile_deplibs" finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" else compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` fi fi - dependency_libs="$newdependency_libs" - if test "$pass" = dlpreopen; then + dependency_libs=$newdependency_libs + if test dlpreopen = "$pass"; then # Link the dlpreopened libraries before other libraries for deplib in $save_deplibs; do deplibs="$deplib $deplibs" done fi - if test "$pass" != dlopen; then - if test "$pass" != conv; then + if test dlopen != "$pass"; then + test conv = "$pass" || { # Make sure lib_search_path contains only unique directories. lib_search_path= for dir in $newlib_search_path; do case "$lib_search_path " in *" $dir "*) ;; - *) lib_search_path+=" $dir" ;; + *) func_append lib_search_path " $dir" ;; esac done newlib_search_path= - fi + } - if test "$linkmode,$pass" != "prog,link"; then - vars="deplibs" - else + if test prog,link = "$linkmode,$pass"; then vars="compile_deplibs finalize_deplibs" + else + vars=deplibs fi for var in $vars dependency_libs; do # Add libraries to $var in reverse order @@ -7600,71 +9102,102 @@ func_mode_link () -L*) case " $tmp_libs " in *" $deplib "*) ;; - *) tmp_libs+=" $deplib" ;; + *) func_append tmp_libs " $deplib" ;; esac ;; - *) tmp_libs+=" $deplib" ;; + *) func_append tmp_libs " $deplib" ;; esac done eval $var=\"$tmp_libs\" done # for var fi + + # Add Sun CC postdeps if required: + test CXX = "$tagname" && { + case $host_os in + linux*) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C++ 5.9 + func_suncc_cstd_abi + + if test no != "$suncc_use_cstd_abi"; then + func_append postdeps ' -library=Cstd -library=Crun' + fi + ;; + esac + ;; + + solaris*) + func_cc_basename "$CC" + case $func_cc_basename_result in + CC* | sunCC*) + func_suncc_cstd_abi + + if test no != "$suncc_use_cstd_abi"; then + func_append postdeps ' -library=Cstd -library=Crun' + fi + ;; + esac + ;; + esac + } + # Last step: remove runtime libs from dependency_libs # (they stay in deplibs) tmp_libs= - for i in $dependency_libs ; do + for i in $dependency_libs; do case " $predeps $postdeps $compiler_lib_search_path " in *" $i "*) - i="" + i= ;; esac - if test -n "$i" ; then - tmp_libs+=" $i" + if test -n "$i"; then + func_append tmp_libs " $i" fi done dependency_libs=$tmp_libs done # for pass - if test "$linkmode" = prog; then - dlfiles="$newdlfiles" + if test prog = "$linkmode"; then + dlfiles=$newdlfiles fi - if test "$linkmode" = prog || test "$linkmode" = lib; then - dlprefiles="$newdlprefiles" + if test prog = "$linkmode" || test lib = "$linkmode"; then + dlprefiles=$newdlprefiles fi case $linkmode in oldlib) - if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then - func_warning "\`-dlopen' is ignored for archives" + if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then + func_warning "'-dlopen' is ignored for archives" fi case " $deplibs" in *\ -l* | *\ -L*) - func_warning "\`-l' and \`-L' are ignored for archives" ;; + func_warning "'-l' and '-L' are ignored for archives" ;; esac test -n "$rpath" && \ - func_warning "\`-rpath' is ignored for archives" + func_warning "'-rpath' is ignored for archives" test -n "$xrpath" && \ - func_warning "\`-R' is ignored for archives" + func_warning "'-R' is ignored for archives" test -n "$vinfo" && \ - func_warning "\`-version-info/-version-number' is ignored for archives" + func_warning "'-version-info/-version-number' is ignored for archives" test -n "$release" && \ - func_warning "\`-release' is ignored for archives" + func_warning "'-release' is ignored for archives" test -n "$export_symbols$export_symbols_regex" && \ - func_warning "\`-export-symbols' is ignored for archives" + func_warning "'-export-symbols' is ignored for archives" # Now set the variables for building old libraries. build_libtool_libs=no - oldlibs="$output" - objs+="$old_deplibs" + oldlibs=$output + func_append objs "$old_deplibs" ;; lib) - # Make sure we only generate libraries of the form `libNAME.la'. + # Make sure we only generate libraries of the form 'libNAME.la'. case $outputname in lib*) func_stripname 'lib' '.la' "$outputname" @@ -7673,10 +9206,10 @@ func_mode_link () eval libname=\"$libname_spec\" ;; *) - test "$module" = no && \ - func_fatal_help "libtool library \`$output' must begin with \`lib'" + test no = "$module" \ + && func_fatal_help "libtool library '$output' must begin with 'lib'" - if test "$need_lib_prefix" != no; then + if test no != "$need_lib_prefix"; then # Add the "lib" prefix for modules if required func_stripname '' '.la' "$outputname" name=$func_stripname_result @@ -7690,31 +9223,31 @@ func_mode_link () esac if test -n "$objs"; then - if test "$deplibs_check_method" != pass_all; then - func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs" + if test pass_all != "$deplibs_check_method"; then + func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs" else echo $ECHO "*** Warning: Linking the shared library $output against the non-libtool" $ECHO "*** objects $objs is not portable!" - libobjs+=" $objs" + func_append libobjs " $objs" fi fi - test "$dlself" != no && \ - func_warning "\`-dlopen self' is ignored for libtool libraries" + test no = "$dlself" \ + || func_warning "'-dlopen self' is ignored for libtool libraries" set dummy $rpath shift - test "$#" -gt 1 && \ - func_warning "ignoring multiple \`-rpath's for a libtool library" + test 1 -lt "$#" \ + && func_warning "ignoring multiple '-rpath's for a libtool library" - install_libdir="$1" + install_libdir=$1 oldlibs= if test -z "$rpath"; then - if test "$build_libtool_libs" = yes; then + if test yes = "$build_libtool_libs"; then # Building a libtool convenience library. - # Some compilers have problems with a `.al' extension so + # Some compilers have problems with a '.al' extension so # convenience libraries should have the same extension an # archive normally would. oldlibs="$output_objdir/$libname.$libext $oldlibs" @@ -7723,20 +9256,20 @@ func_mode_link () fi test -n "$vinfo" && \ - func_warning "\`-version-info/-version-number' is ignored for convenience libraries" + func_warning "'-version-info/-version-number' is ignored for convenience libraries" test -n "$release" && \ - func_warning "\`-release' is ignored for convenience libraries" + func_warning "'-release' is ignored for convenience libraries" else # Parse the version information argument. - save_ifs="$IFS"; IFS=':' + save_ifs=$IFS; IFS=: set dummy $vinfo 0 0 0 shift - IFS="$save_ifs" + IFS=$save_ifs test -n "$7" && \ - func_fatal_help "too many parameters to \`-version-info'" + func_fatal_help "too many parameters to '-version-info'" # convert absolute version numbers to libtool ages # this retains compatibility with .la files and attempts @@ -7744,45 +9277,42 @@ func_mode_link () case $vinfo_number in yes) - number_major="$1" - number_minor="$2" - number_revision="$3" + number_major=$1 + number_minor=$2 + number_revision=$3 # # There are really only two kinds -- those that # use the current revision as the major version # and those that subtract age and use age as # a minor version. But, then there is irix - # which has an extra 1 added just for fun + # that has an extra 1 added just for fun # case $version_type in # correct linux to gnu/linux during the next big refactor - darwin|linux|osf|windows|none) + darwin|freebsd-elf|linux|osf|windows|none) func_arith $number_major + $number_minor current=$func_arith_result - age="$number_minor" - revision="$number_revision" + age=$number_minor + revision=$number_revision ;; - freebsd-aout|freebsd-elf|qnx|sunos) - current="$number_major" - revision="$number_minor" - age="0" + freebsd-aout|qnx|sunos) + current=$number_major + revision=$number_minor + age=0 ;; irix|nonstopux) func_arith $number_major + $number_minor current=$func_arith_result - age="$number_minor" - revision="$number_minor" + age=$number_minor + revision=$number_minor lt_irix_increment=no ;; - *) - func_fatal_configuration "$modename: unknown library version type \`$version_type'" - ;; esac ;; no) - current="$1" - revision="$2" - age="$3" + current=$1 + revision=$2 + age=$3 ;; esac @@ -7790,30 +9320,30 @@ func_mode_link () case $current in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) - func_error "CURRENT \`$current' must be a nonnegative integer" - func_fatal_error "\`$vinfo' is not valid version information" + func_error "CURRENT '$current' must be a nonnegative integer" + func_fatal_error "'$vinfo' is not valid version information" ;; esac case $revision in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) - func_error "REVISION \`$revision' must be a nonnegative integer" - func_fatal_error "\`$vinfo' is not valid version information" + func_error "REVISION '$revision' must be a nonnegative integer" + func_fatal_error "'$vinfo' is not valid version information" ;; esac case $age in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) - func_error "AGE \`$age' must be a nonnegative integer" - func_fatal_error "\`$vinfo' is not valid version information" + func_error "AGE '$age' must be a nonnegative integer" + func_fatal_error "'$vinfo' is not valid version information" ;; esac if test "$age" -gt "$current"; then - func_error "AGE \`$age' is greater than the current interface number \`$current'" - func_fatal_error "\`$vinfo' is not valid version information" + func_error "AGE '$age' is greater than the current interface number '$current'" + func_fatal_error "'$vinfo' is not valid version information" fi # Calculate the version variables. @@ -7828,26 +9358,36 @@ func_mode_link () # verstring for coding it into the library header func_arith $current - $age major=.$func_arith_result - versuffix="$major.$age.$revision" + versuffix=$major.$age.$revision # Darwin ld doesn't like 0 for these options... func_arith $current + 1 minor_current=$func_arith_result - xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" + xlcverstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision" verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" + # On Darwin other compilers + case $CC in + nagfor*) + verstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision" + ;; + *) + verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" + ;; + esac ;; freebsd-aout) - major=".$current" - versuffix=".$current.$revision"; + major=.$current + versuffix=.$current.$revision ;; freebsd-elf) - major=".$current" - versuffix=".$current" + func_arith $current - $age + major=.$func_arith_result + versuffix=$major.$age.$revision ;; irix | nonstopux) - if test "X$lt_irix_increment" = "Xno"; then + if test no = "$lt_irix_increment"; then func_arith $current - $age else func_arith $current - $age + 1 @@ -7858,69 +9398,74 @@ func_mode_link () nonstopux) verstring_prefix=nonstopux ;; *) verstring_prefix=sgi ;; esac - verstring="$verstring_prefix$major.$revision" + verstring=$verstring_prefix$major.$revision # Add in all the interfaces that we are compatible with. loop=$revision - while test "$loop" -ne 0; do + while test 0 -ne "$loop"; do func_arith $revision - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result - verstring="$verstring_prefix$major.$iface:$verstring" + verstring=$verstring_prefix$major.$iface:$verstring done - # Before this point, $major must not contain `.'. + # Before this point, $major must not contain '.'. major=.$major - versuffix="$major.$revision" + versuffix=$major.$revision ;; linux) # correct to gnu/linux during the next big refactor func_arith $current - $age major=.$func_arith_result - versuffix="$major.$age.$revision" + versuffix=$major.$age.$revision ;; osf) func_arith $current - $age major=.$func_arith_result - versuffix=".$current.$age.$revision" - verstring="$current.$age.$revision" + versuffix=.$current.$age.$revision + verstring=$current.$age.$revision # Add in all the interfaces that we are compatible with. loop=$age - while test "$loop" -ne 0; do + while test 0 -ne "$loop"; do func_arith $current - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result - verstring="$verstring:${iface}.0" + verstring=$verstring:$iface.0 done # Make executables depend on our current version. - verstring+=":${current}.0" + func_append verstring ":$current.0" ;; qnx) - major=".$current" - versuffix=".$current" + major=.$current + versuffix=.$current + ;; + + sco) + major=.$current + versuffix=.$current ;; sunos) - major=".$current" - versuffix=".$current.$revision" + major=.$current + versuffix=.$current.$revision ;; windows) # Use '-' rather than '.', since we only want one - # extension on DOS 8.3 filesystems. + # extension on DOS 8.3 file systems. func_arith $current - $age major=$func_arith_result - versuffix="-$major" + versuffix=-$major ;; *) - func_fatal_configuration "unknown library version type \`$version_type'" + func_fatal_configuration "unknown library version type '$version_type'" ;; esac @@ -7934,42 +9479,45 @@ func_mode_link () verstring= ;; *) - verstring="0.0" + verstring=0.0 ;; esac - if test "$need_version" = no; then + if test no = "$need_version"; then versuffix= else - versuffix=".0.0" + versuffix=.0.0 fi fi # Remove version info from name if versioning should be avoided - if test "$avoid_version" = yes && test "$need_version" = no; then + if test yes,no = "$avoid_version,$need_version"; then major= versuffix= - verstring="" + verstring= fi # Check to see if the archive will have undefined symbols. - if test "$allow_undefined" = yes; then - if test "$allow_undefined_flag" = unsupported; then - func_warning "undefined symbols not allowed in $host shared libraries" - build_libtool_libs=no - build_old_libs=yes + if test yes = "$allow_undefined"; then + if test unsupported = "$allow_undefined_flag"; then + if test yes = "$build_old_libs"; then + func_warning "undefined symbols not allowed in $host shared libraries; building static only" + build_libtool_libs=no + else + func_fatal_error "can't build $host shared library unless -no-undefined is specified" + fi fi else # Don't allow undefined symbols. - allow_undefined_flag="$no_undefined_flag" + allow_undefined_flag=$no_undefined_flag fi fi - func_generate_dlsyms "$libname" "$libname" "yes" - libobjs+=" $symfileobj" - test "X$libobjs" = "X " && libobjs= + func_generate_dlsyms "$libname" "$libname" : + func_append libobjs " $symfileobj" + test " " = "$libobjs" && libobjs= - if test "$opt_mode" != relink; then + if test relink != "$opt_mode"; then # Remove our outputs, but don't remove object files since they # may have been created when compiling PIC objects. removelist= @@ -7978,14 +9526,14 @@ func_mode_link () case $p in *.$objext | *.gcno) ;; - $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) - if test "X$precious_files_regex" != "X"; then + $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/$libname$release.*) + if test -n "$precious_files_regex"; then if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 then continue fi fi - removelist+=" $p" + func_append removelist " $p" ;; *) ;; esac @@ -7995,11 +9543,11 @@ func_mode_link () fi # Now set the variables for building old libraries. - if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then - oldlibs+=" $output_objdir/$libname.$libext" + if test yes = "$build_old_libs" && test convenience != "$build_libtool_libs"; then + func_append oldlibs " $output_objdir/$libname.$libext" # Transform .lo files to .o files. - oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP` + oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP` fi # Eliminate all temporary directories. @@ -8014,38 +9562,38 @@ func_mode_link () temp_xrpath= for libdir in $xrpath; do func_replace_sysroot "$libdir" - temp_xrpath+=" -R$func_replace_sysroot_result" + func_append temp_xrpath " -R$func_replace_sysroot_result" case "$finalize_rpath " in *" $libdir "*) ;; - *) finalize_rpath+=" $libdir" ;; + *) func_append finalize_rpath " $libdir" ;; esac done - if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then + if test yes != "$hardcode_into_libs" || test yes = "$build_old_libs"; then dependency_libs="$temp_xrpath $dependency_libs" fi fi # Make sure dlfiles contains only unique files that won't be dlpreopened - old_dlfiles="$dlfiles" + old_dlfiles=$dlfiles dlfiles= for lib in $old_dlfiles; do case " $dlprefiles $dlfiles " in *" $lib "*) ;; - *) dlfiles+=" $lib" ;; + *) func_append dlfiles " $lib" ;; esac done # Make sure dlprefiles contains only unique files - old_dlprefiles="$dlprefiles" + old_dlprefiles=$dlprefiles dlprefiles= for lib in $old_dlprefiles; do case "$dlprefiles " in *" $lib "*) ;; - *) dlprefiles+=" $lib" ;; + *) func_append dlprefiles " $lib" ;; esac done - if test "$build_libtool_libs" = yes; then + if test yes = "$build_libtool_libs"; then if test -n "$rpath"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) @@ -8053,7 +9601,7 @@ func_mode_link () ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C library is in the System framework - deplibs+=" System.ltframework" + func_append deplibs " System.ltframework" ;; *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. @@ -8069,8 +9617,8 @@ func_mode_link () ;; *) # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then - deplibs+=" -lc" + if test yes = "$build_libtool_need_lc"; then + func_append deplibs " -lc" fi ;; esac @@ -8085,9 +9633,9 @@ func_mode_link () # I'm not sure if I'm treating the release correctly. I think # release should show up in the -l (ie -lgmp5) so we don't want to # add it in twice. Is that correct? - release="" - versuffix="" - major="" + release= + versuffix= + major= newdeplibs= droppeddeps=no case $deplibs_check_method in @@ -8116,21 +9664,21 @@ EOF -l*) func_stripname -l '' "$i" name=$func_stripname_result - if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + if test yes = "$allow_libtool_libs_with_static_runtimes"; then case " $predeps $postdeps " in *" $i "*) - newdeplibs+=" $i" - i="" + func_append newdeplibs " $i" + i= ;; esac fi - if test -n "$i" ; then + if test -n "$i"; then libname=`eval "\\$ECHO \"$libname_spec\""` deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` set dummy $deplib_matches; shift deplib_match=$1 - if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then - newdeplibs+=" $i" + if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then + func_append newdeplibs " $i" else droppeddeps=yes echo @@ -8144,7 +9692,7 @@ EOF fi ;; *) - newdeplibs+=" $i" + func_append newdeplibs " $i" ;; esac done @@ -8159,21 +9707,21 @@ EOF $opt_dry_run || $RM conftest if $LTCC $LTCFLAGS -o conftest conftest.c $i; then ldd_output=`ldd conftest` - if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + if test yes = "$allow_libtool_libs_with_static_runtimes"; then case " $predeps $postdeps " in *" $i "*) - newdeplibs+=" $i" - i="" + func_append newdeplibs " $i" + i= ;; esac fi - if test -n "$i" ; then + if test -n "$i"; then libname=`eval "\\$ECHO \"$libname_spec\""` deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` set dummy $deplib_matches; shift deplib_match=$1 - if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then - newdeplibs+=" $i" + if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then + func_append newdeplibs " $i" else droppeddeps=yes echo @@ -8195,7 +9743,7 @@ EOF fi ;; *) - newdeplibs+=" $i" + func_append newdeplibs " $i" ;; esac done @@ -8209,24 +9757,24 @@ EOF -l*) func_stripname -l '' "$a_deplib" name=$func_stripname_result - if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + if test yes = "$allow_libtool_libs_with_static_runtimes"; then case " $predeps $postdeps " in *" $a_deplib "*) - newdeplibs+=" $a_deplib" - a_deplib="" + func_append newdeplibs " $a_deplib" + a_deplib= ;; esac fi - if test -n "$a_deplib" ; then + if test -n "$a_deplib"; then libname=`eval "\\$ECHO \"$libname_spec\""` if test -n "$file_magic_glob"; then libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob` else libnameglob=$libname fi - test "$want_nocaseglob" = yes && nocaseglob=`shopt -p nocaseglob` + test yes = "$want_nocaseglob" && nocaseglob=`shopt -p nocaseglob` for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do - if test "$want_nocaseglob" = yes; then + if test yes = "$want_nocaseglob"; then shopt -s nocaseglob potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` $nocaseglob @@ -8244,25 +9792,25 @@ EOF # We might still enter an endless loop, since a link # loop can be closed while we follow links, # but so what? - potlib="$potent_lib" + potlib=$potent_lib while test -h "$potlib" 2>/dev/null; do - potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` + potliblink=`ls -ld $potlib | $SED 's/.* -> //'` case $potliblink in - [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; - *) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";; + [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;; + *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";; esac done if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | $SED -e 10q | $EGREP "$file_magic_regex" > /dev/null; then - newdeplibs+=" $a_deplib" - a_deplib="" + func_append newdeplibs " $a_deplib" + a_deplib= break 2 fi done done fi - if test -n "$a_deplib" ; then + if test -n "$a_deplib"; then droppeddeps=yes echo $ECHO "*** Warning: linker path does not have real file for library $a_deplib." @@ -8270,7 +9818,7 @@ EOF echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because I did check the linker path looking for a file starting" - if test -z "$potlib" ; then + if test -z "$potlib"; then $ECHO "*** with $libname but no candidates were found. (...for file magic test)" else $ECHO "*** with $libname and none of the candidates passed a file format test" @@ -8280,7 +9828,7 @@ EOF ;; *) # Add a -L argument. - newdeplibs+=" $a_deplib" + func_append newdeplibs " $a_deplib" ;; esac done # Gone through all deplibs. @@ -8293,30 +9841,30 @@ EOF -l*) func_stripname -l '' "$a_deplib" name=$func_stripname_result - if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then + if test yes = "$allow_libtool_libs_with_static_runtimes"; then case " $predeps $postdeps " in *" $a_deplib "*) - newdeplibs+=" $a_deplib" - a_deplib="" + func_append newdeplibs " $a_deplib" + a_deplib= ;; esac fi - if test -n "$a_deplib" ; then + if test -n "$a_deplib"; then libname=`eval "\\$ECHO \"$libname_spec\""` for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do potential_libs=`ls $i/$libname[.-]* 2>/dev/null` for potent_lib in $potential_libs; do - potlib="$potent_lib" # see symlink-check above in file_magic test + potlib=$potent_lib # see symlink-check above in file_magic test if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \ $EGREP "$match_pattern_regex" > /dev/null; then - newdeplibs+=" $a_deplib" - a_deplib="" + func_append newdeplibs " $a_deplib" + a_deplib= break 2 fi done done fi - if test -n "$a_deplib" ; then + if test -n "$a_deplib"; then droppeddeps=yes echo $ECHO "*** Warning: linker path does not have real file for library $a_deplib." @@ -8324,7 +9872,7 @@ EOF echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because I did check the linker path looking for a file starting" - if test -z "$potlib" ; then + if test -z "$potlib"; then $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" else $ECHO "*** with $libname and none of the candidates passed a file format test" @@ -8334,24 +9882,24 @@ EOF ;; *) # Add a -L argument. - newdeplibs+=" $a_deplib" + func_append newdeplibs " $a_deplib" ;; esac done # Gone through all deplibs. ;; none | unknown | *) - newdeplibs="" + newdeplibs= tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` - if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then - for i in $predeps $postdeps ; do + if test yes = "$allow_libtool_libs_with_static_runtimes"; then + for i in $predeps $postdeps; do # can't use Xsed below, because $i might contain '/' - tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"` + tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"` done fi case $tmp_deplibs in *[!\ \ ]*) echo - if test "X$deplibs_check_method" = "Xnone"; then + if test none = "$deplibs_check_method"; then echo "*** Warning: inter-library dependencies are not supported in this platform." else echo "*** Warning: inter-library dependencies are not known to be supported." @@ -8375,8 +9923,8 @@ EOF ;; esac - if test "$droppeddeps" = yes; then - if test "$module" = yes; then + if test yes = "$droppeddeps"; then + if test yes = "$module"; then echo echo "*** Warning: libtool could not satisfy all declared inter-library" $ECHO "*** dependencies of module $libname. Therefore, libtool will create" @@ -8385,12 +9933,12 @@ EOF if test -z "$global_symbol_pipe"; then echo echo "*** However, this would only work if libtool was able to extract symbol" - echo "*** lists from a program, using \`nm' or equivalent, but libtool could" + echo "*** lists from a program, using 'nm' or equivalent, but libtool could" echo "*** not find such a program. So, this module is probably useless." - echo "*** \`nm' from GNU binutils and a full rebuild may help." + echo "*** 'nm' from GNU binutils and a full rebuild may help." fi - if test "$build_old_libs" = no; then - oldlibs="$output_objdir/$libname.$libext" + if test no = "$build_old_libs"; then + oldlibs=$output_objdir/$libname.$libext build_libtool_libs=module build_old_libs=yes else @@ -8401,14 +9949,14 @@ EOF echo "*** automatically added whenever a program is linked with this library" echo "*** or is declared to -dlopen it." - if test "$allow_undefined" = no; then + if test no = "$allow_undefined"; then echo echo "*** Since this library must not contain undefined symbols," echo "*** because either the platform does not support them or" echo "*** it was explicitly requested with -no-undefined," echo "*** libtool will only create a static version of it." - if test "$build_old_libs" = no; then - oldlibs="$output_objdir/$libname.$libext" + if test no = "$build_old_libs"; then + oldlibs=$output_objdir/$libname.$libext build_libtool_libs=module build_old_libs=yes else @@ -8438,7 +9986,7 @@ EOF *) case " $deplibs " in *" -L$path/$objdir "*) - new_libs+=" -L$path/$objdir" ;; + func_append new_libs " -L$path/$objdir" ;; esac ;; esac @@ -8448,13 +9996,13 @@ EOF -L*) case " $new_libs " in *" $deplib "*) ;; - *) new_libs+=" $deplib" ;; + *) func_append new_libs " $deplib" ;; esac ;; - *) new_libs+=" $deplib" ;; + *) func_append new_libs " $deplib" ;; esac done - deplibs="$new_libs" + deplibs=$new_libs # All the library-specific variables (install_libdir is set above). library_names= @@ -8462,65 +10010,65 @@ EOF dlname= # Test again, we may have decided not to build it any more - if test "$build_libtool_libs" = yes; then - # Remove ${wl} instances when linking with ld. + if test yes = "$build_libtool_libs"; then + # Remove $wl instances when linking with ld. # FIXME: should test the right _cmds variable. case $archive_cmds in *\$LD\ *) wl= ;; esac - if test "$hardcode_into_libs" = yes; then + if test yes = "$hardcode_into_libs"; then # Hardcode the library paths hardcode_libdirs= dep_rpath= - rpath="$finalize_rpath" - test "$opt_mode" != relink && rpath="$compile_rpath$rpath" + rpath=$finalize_rpath + test relink = "$opt_mode" || rpath=$compile_rpath$rpath for libdir in $rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then func_replace_sysroot "$libdir" libdir=$func_replace_sysroot_result if test -z "$hardcode_libdirs"; then - hardcode_libdirs="$libdir" + hardcode_libdirs=$libdir else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) - hardcode_libdirs+="$hardcode_libdir_separator$libdir" + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" - dep_rpath+=" $flag" + func_append dep_rpath " $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; - *) perm_rpath+=" $libdir" ;; + *) func_append perm_rpath " $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then - libdir="$hardcode_libdirs" + libdir=$hardcode_libdirs eval "dep_rpath=\"$hardcode_libdir_flag_spec\"" fi if test -n "$runpath_var" && test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do - rpath+="$dir:" + func_append rpath "$dir:" done eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" fi test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" fi - shlibpath="$finalize_shlibpath" - test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath" + shlibpath=$finalize_shlibpath + test relink = "$opt_mode" || shlibpath=$compile_shlibpath$shlibpath if test -n "$shlibpath"; then eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" fi @@ -8530,23 +10078,23 @@ EOF eval library_names=\"$library_names_spec\" set dummy $library_names shift - realname="$1" + realname=$1 shift if test -n "$soname_spec"; then eval soname=\"$soname_spec\" else - soname="$realname" + soname=$realname fi if test -z "$dlname"; then dlname=$soname fi - lib="$output_objdir/$realname" + lib=$output_objdir/$realname linknames= for link do - linknames+=" $link" + func_append linknames " $link" done # Use standard objects if they are pic @@ -8556,8 +10104,8 @@ EOF delfiles= if test -n "$export_symbols" && test -n "$include_expsyms"; then $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" - export_symbols="$output_objdir/$libname.uexp" - delfiles+=" $export_symbols" + export_symbols=$output_objdir/$libname.uexp + func_append delfiles " $export_symbols" fi orig_export_symbols= @@ -8565,31 +10113,31 @@ EOF cygwin* | mingw* | cegcc*) if test -n "$export_symbols" && test -z "$export_symbols_regex"; then # exporting using user supplied symfile - if test "x`$SED 1q $export_symbols`" != xEXPORTS; then + func_dll_def_p "$export_symbols" || { # and it's NOT already a .def file. Must figure out # which of the given symbols are data symbols and tag # them as such. So, trigger use of export_symbols_cmds. # export_symbols gets reassigned inside the "prepare # the list of exported symbols" if statement, so the # include_expsyms logic still works. - orig_export_symbols="$export_symbols" + orig_export_symbols=$export_symbols export_symbols= always_export_symbols=yes - fi + } fi ;; esac # Prepare the list of exported symbols if test -z "$export_symbols"; then - if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then - func_verbose "generating symbol list for \`$libname.la'" - export_symbols="$output_objdir/$libname.exp" + if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then + func_verbose "generating symbol list for '$libname.la'" + export_symbols=$output_objdir/$libname.exp $opt_dry_run || $RM $export_symbols cmds=$export_symbols_cmds - save_ifs="$IFS"; IFS='~' + save_ifs=$IFS; IFS='~' for cmd1 in $cmds; do - IFS="$save_ifs" + IFS=$save_ifs # Take the normal branch if the nm_file_list_spec branch # doesn't work or if tool conversion is not needed. case $nm_file_list_spec~$to_tool_file_cmd in @@ -8603,7 +10151,7 @@ EOF try_normal_branch=no ;; esac - if test "$try_normal_branch" = yes \ + if test yes = "$try_normal_branch" \ && { test "$len" -lt "$max_cmd_len" \ || test "$max_cmd_len" -le -1; } then @@ -8614,10 +10162,10 @@ EOF output_la=$func_basename_result save_libobjs=$libobjs save_output=$output - output=${output_objdir}/${output_la}.nm + output=$output_objdir/$output_la.nm func_to_tool_file "$output" libobjs=$nm_file_list_spec$func_to_tool_file_result - delfiles+=" $output" + func_append delfiles " $output" func_verbose "creating $NM input file list: $output" for obj in $save_libobjs; do func_to_tool_file "$obj" @@ -8637,8 +10185,8 @@ EOF break fi done - IFS="$save_ifs" - if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then + IFS=$save_ifs + if test -n "$export_symbols_regex" && test : != "$skipped_export"; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' func_show_eval '$MV "${export_symbols}T" "$export_symbols"' fi @@ -8646,21 +10194,21 @@ EOF fi if test -n "$export_symbols" && test -n "$include_expsyms"; then - tmp_export_symbols="$export_symbols" - test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" + tmp_export_symbols=$export_symbols + test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' fi - if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then + if test : != "$skipped_export" && test -n "$orig_export_symbols"; then # The given exports_symbols file has to be filtered, so filter it. - func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" + func_verbose "filter symbol list for '$libname.la' to tag DATA exports" # FIXME: $output_objdir/$libname.filter potentially contains lots of - # 's' commands which not all seds can handle. GNU sed should be fine + # 's' commands, which not all seds can handle. GNU sed should be fine # though. Also, the filter scales superlinearly with the number of # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter - delfiles+=" $export_symbols $output_objdir/$libname.filter" + func_append delfiles " $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi @@ -8670,15 +10218,15 @@ EOF case " $convenience " in *" $test_deplib "*) ;; *) - tmp_deplibs+=" $test_deplib" + func_append tmp_deplibs " $test_deplib" ;; esac done - deplibs="$tmp_deplibs" + deplibs=$tmp_deplibs if test -n "$convenience"; then if test -n "$whole_archive_flag_spec" && - test "$compiler_needs_object" = yes && + test yes = "$compiler_needs_object" && test -z "$libobjs"; then # extract the archives, so we have objects to list. # TODO: could optimize this to just extract one archive. @@ -8689,27 +10237,27 @@ EOF eval libobjs=\"\$libobjs $whole_archive_flag_spec\" test "X$libobjs" = "X " && libobjs= else - gentop="$output_objdir/${outputname}x" - generated+=" $gentop" + gentop=$output_objdir/${outputname}x + func_append generated " $gentop" func_extract_archives $gentop $convenience - libobjs+=" $func_extract_archives_result" + func_append libobjs " $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi fi - if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then + if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then eval flag=\"$thread_safe_flag_spec\" - linker_flags+=" $flag" + func_append linker_flags " $flag" fi # Make a backup of the uninstalled library when relinking - if test "$opt_mode" = relink; then + if test relink = "$opt_mode"; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? fi # Do each of the archive commands. - if test "$module" = yes && test -n "$module_cmds" ; then + if test yes = "$module" && test -n "$module_cmds"; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then eval test_cmds=\"$module_expsym_cmds\" cmds=$module_expsym_cmds @@ -8727,7 +10275,7 @@ EOF fi fi - if test "X$skipped_export" != "X:" && + if test : != "$skipped_export" && func_len " $test_cmds" && len=$func_len_result && test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then @@ -8760,8 +10308,8 @@ EOF last_robj= k=1 - if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then - output=${output_objdir}/${output_la}.lnkscript + if test -n "$save_libobjs" && test : != "$skipped_export" && test yes = "$with_gnu_ld"; then + output=$output_objdir/$output_la.lnkscript func_verbose "creating GNU ld script: $output" echo 'INPUT (' > $output for obj in $save_libobjs @@ -8770,17 +10318,17 @@ EOF $ECHO "$func_to_tool_file_result" >> $output done echo ')' >> $output - delfiles+=" $output" + func_append delfiles " $output" func_to_tool_file "$output" output=$func_to_tool_file_result - elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then - output=${output_objdir}/${output_la}.lnk + elif test -n "$save_libobjs" && test : != "$skipped_export" && test -n "$file_list_spec"; then + output=$output_objdir/$output_la.lnk func_verbose "creating linker input file list: $output" : > $output set x $save_libobjs shift firstobj= - if test "$compiler_needs_object" = yes; then + if test yes = "$compiler_needs_object"; then firstobj="$1 " shift fi @@ -8789,13 +10337,13 @@ EOF func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" >> $output done - delfiles+=" $output" + func_append delfiles " $output" func_to_tool_file "$output" output=$firstobj\"$file_list_spec$func_to_tool_file_result\" else if test -n "$save_libobjs"; then func_verbose "creating reloadable object files..." - output=$output_objdir/$output_la-${k}.$objext + output=$output_objdir/$output_la-$k.$objext eval test_cmds=\"$reload_cmds\" func_len " $test_cmds" len0=$func_len_result @@ -8807,13 +10355,13 @@ EOF func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result - if test "X$objlist" = X || + if test -z "$objlist" || test "$len" -lt "$max_cmd_len"; then - objlist+=" $obj" + func_append objlist " $obj" else # The command $test_cmds is almost too long, add a # command to the queue. - if test "$k" -eq 1 ; then + if test 1 -eq "$k"; then # The first file doesn't have a previous command to add. reload_objs=$objlist eval concat_cmds=\"$reload_cmds\" @@ -8823,10 +10371,10 @@ EOF reload_objs="$objlist $last_robj" eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\" fi - last_robj=$output_objdir/$output_la-${k}.$objext + last_robj=$output_objdir/$output_la-$k.$objext func_arith $k + 1 k=$func_arith_result - output=$output_objdir/$output_la-${k}.$objext + output=$output_objdir/$output_la-$k.$objext objlist=" $obj" func_len " $last_robj" func_arith $len0 + $func_len_result @@ -8838,19 +10386,19 @@ EOF # files will link in the last one created. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ reload_objs="$objlist $last_robj" - eval concat_cmds=\"\${concat_cmds}$reload_cmds\" + eval concat_cmds=\"\$concat_cmds$reload_cmds\" if test -n "$last_robj"; then - eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\" + eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" fi - delfiles+=" $output" + func_append delfiles " $output" else output= fi - if ${skipped_export-false}; then - func_verbose "generating symbol list for \`$libname.la'" - export_symbols="$output_objdir/$libname.exp" + ${skipped_export-false} && { + func_verbose "generating symbol list for '$libname.la'" + export_symbols=$output_objdir/$libname.exp $opt_dry_run || $RM $export_symbols libobjs=$output # Append the command to create the export file. @@ -8859,16 +10407,16 @@ EOF if test -n "$last_robj"; then eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" fi - fi + } test -n "$save_libobjs" && func_verbose "creating a temporary reloadable object file: $output" # Loop through the commands generated above and execute them. - save_ifs="$IFS"; IFS='~' + save_ifs=$IFS; IFS='~' for cmd in $concat_cmds; do - IFS="$save_ifs" - $opt_silent || { + IFS=$save_ifs + $opt_quiet || { func_quote_for_expand "$cmd" eval "func_echo $func_quote_for_expand_result" } @@ -8876,7 +10424,7 @@ EOF lt_exit=$? # Restore the uninstalled library and exit - if test "$opt_mode" = relink; then + if test relink = "$opt_mode"; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) @@ -8885,7 +10433,7 @@ EOF exit $lt_exit } done - IFS="$save_ifs" + IFS=$save_ifs if test -n "$export_symbols_regex" && ${skipped_export-false}; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' @@ -8893,27 +10441,27 @@ EOF fi fi - if ${skipped_export-false}; then + ${skipped_export-false} && { if test -n "$export_symbols" && test -n "$include_expsyms"; then - tmp_export_symbols="$export_symbols" - test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" + tmp_export_symbols=$export_symbols + test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' fi if test -n "$orig_export_symbols"; then # The given exports_symbols file has to be filtered, so filter it. - func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" + func_verbose "filter symbol list for '$libname.la' to tag DATA exports" # FIXME: $output_objdir/$libname.filter potentially contains lots of - # 's' commands which not all seds can handle. GNU sed should be fine + # 's' commands, which not all seds can handle. GNU sed should be fine # though. Also, the filter scales superlinearly with the number of # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter - delfiles+=" $export_symbols $output_objdir/$libname.filter" + func_append delfiles " $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi - fi + } libobjs=$output # Restore the value of output. @@ -8927,7 +10475,7 @@ EOF # value of $libobjs for piecewise linking. # Do each of the archive commands. - if test "$module" = yes && test -n "$module_cmds" ; then + if test yes = "$module" && test -n "$module_cmds"; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then cmds=$module_expsym_cmds else @@ -8949,19 +10497,20 @@ EOF # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then - gentop="$output_objdir/${outputname}x" - generated+=" $gentop" + gentop=$output_objdir/${outputname}x + func_append generated " $gentop" func_extract_archives $gentop $dlprefiles - libobjs+=" $func_extract_archives_result" + func_append libobjs " $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi - save_ifs="$IFS"; IFS='~' + save_ifs=$IFS; IFS='~' for cmd in $cmds; do - IFS="$save_ifs" + IFS=$sp$nl eval cmd=\"$cmd\" - $opt_silent || { + IFS=$save_ifs + $opt_quiet || { func_quote_for_expand "$cmd" eval "func_echo $func_quote_for_expand_result" } @@ -8969,7 +10518,7 @@ EOF lt_exit=$? # Restore the uninstalled library and exit - if test "$opt_mode" = relink; then + if test relink = "$opt_mode"; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) @@ -8978,10 +10527,10 @@ EOF exit $lt_exit } done - IFS="$save_ifs" + IFS=$save_ifs # Restore the uninstalled library and exit - if test "$opt_mode" = relink; then + if test relink = "$opt_mode"; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? if test -n "$convenience"; then @@ -9001,39 +10550,39 @@ EOF done # If -module or -export-dynamic was specified, set the dlname. - if test "$module" = yes || test "$export_dynamic" = yes; then + if test yes = "$module" || test yes = "$export_dynamic"; then # On all known operating systems, these are identical. - dlname="$soname" + dlname=$soname fi fi ;; obj) - if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then - func_warning "\`-dlopen' is ignored for objects" + if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then + func_warning "'-dlopen' is ignored for objects" fi case " $deplibs" in *\ -l* | *\ -L*) - func_warning "\`-l' and \`-L' are ignored for objects" ;; + func_warning "'-l' and '-L' are ignored for objects" ;; esac test -n "$rpath" && \ - func_warning "\`-rpath' is ignored for objects" + func_warning "'-rpath' is ignored for objects" test -n "$xrpath" && \ - func_warning "\`-R' is ignored for objects" + func_warning "'-R' is ignored for objects" test -n "$vinfo" && \ - func_warning "\`-version-info' is ignored for objects" + func_warning "'-version-info' is ignored for objects" test -n "$release" && \ - func_warning "\`-release' is ignored for objects" + func_warning "'-release' is ignored for objects" case $output in *.lo) test -n "$objs$old_deplibs" && \ - func_fatal_error "cannot build library object \`$output' from non-libtool objects" + func_fatal_error "cannot build library object '$output' from non-libtool objects" libobj=$output func_lo2o "$libobj" @@ -9041,7 +10590,7 @@ EOF ;; *) libobj= - obj="$output" + obj=$output ;; esac @@ -9054,18 +10603,20 @@ EOF # the extraction. reload_conv_objs= gentop= - # reload_cmds runs $LD directly, so let us get rid of - # -Wl from whole_archive_flag_spec and hope we can get by with - # turning comma into space.. - wl= - + # if reload_cmds runs $LD directly, get rid of -Wl from + # whole_archive_flag_spec and hope we can get by with turning comma + # into space. + case $reload_cmds in + *\$LD[\ \$]*) wl= ;; + esac if test -n "$convenience"; then if test -n "$whole_archive_flag_spec"; then eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" - reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` + test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` + reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags else - gentop="$output_objdir/${obj}x" - generated+=" $gentop" + gentop=$output_objdir/${obj}x + func_append generated " $gentop" func_extract_archives $gentop $convenience reload_conv_objs="$reload_objs $func_extract_archives_result" @@ -9073,12 +10624,12 @@ EOF fi # If we're not building shared, we need to use non_pic_objs - test "$build_libtool_libs" != yes && libobjs="$non_pic_objects" + test yes = "$build_libtool_libs" || libobjs=$non_pic_objects # Create the old-style object. - reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test + reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs - output="$obj" + output=$obj func_execute_cmds "$reload_cmds" 'exit $?' # Exit if we aren't doing a library object file. @@ -9090,7 +10641,7 @@ EOF exit $EXIT_SUCCESS fi - if test "$build_libtool_libs" != yes; then + test yes = "$build_libtool_libs" || { if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi @@ -9100,12 +10651,12 @@ EOF # $show "echo timestamp > $libobj" # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? exit $EXIT_SUCCESS - fi + } - if test -n "$pic_flag" || test "$pic_mode" != default; then + if test -n "$pic_flag" || test default != "$pic_mode"; then # Only do commands if we really have different PIC objects. reload_objs="$libobjs $reload_conv_objs" - output="$libobj" + output=$libobj func_execute_cmds "$reload_cmds" 'exit $?' fi @@ -9122,16 +10673,14 @@ EOF output=$func_stripname_result.exe;; esac test -n "$vinfo" && \ - func_warning "\`-version-info' is ignored for programs" + func_warning "'-version-info' is ignored for programs" test -n "$release" && \ - func_warning "\`-release' is ignored for programs" + func_warning "'-release' is ignored for programs" - test "$preload" = yes \ - && test "$dlopen_support" = unknown \ - && test "$dlopen_self" = unknown \ - && test "$dlopen_self_static" = unknown && \ - func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support." + $preload \ + && test unknown,unknown,unknown = "$dlopen_support,$dlopen_self,$dlopen_self_static" \ + && func_warning "'LT_INIT([dlopen])' not used. Assuming no dlopen support." case $host in *-*-rhapsody* | *-*-darwin1.[012]) @@ -9145,11 +10694,11 @@ EOF *-*-darwin*) # Don't allow lazy linking, it breaks C++ global constructors # But is supposedly fixed on 10.4 or later (yay!). - if test "$tagname" = CXX ; then + if test CXX = "$tagname"; then case ${MACOSX_DEPLOYMENT_TARGET-10.0} in 10.[0123]) - compile_command+=" ${wl}-bind_at_load" - finalize_command+=" ${wl}-bind_at_load" + func_append compile_command " $wl-bind_at_load" + func_append finalize_command " $wl-bind_at_load" ;; esac fi @@ -9169,7 +10718,7 @@ EOF *) case " $compile_deplibs " in *" -L$path/$objdir "*) - new_libs+=" -L$path/$objdir" ;; + func_append new_libs " -L$path/$objdir" ;; esac ;; esac @@ -9179,17 +10728,17 @@ EOF -L*) case " $new_libs " in *" $deplib "*) ;; - *) new_libs+=" $deplib" ;; + *) func_append new_libs " $deplib" ;; esac ;; - *) new_libs+=" $deplib" ;; + *) func_append new_libs " $deplib" ;; esac done - compile_deplibs="$new_libs" + compile_deplibs=$new_libs - compile_command+=" $compile_deplibs" - finalize_command+=" $finalize_deplibs" + func_append compile_command " $compile_deplibs" + func_append finalize_command " $finalize_deplibs" if test -n "$rpath$xrpath"; then # If the user specified any rpath flags, then add them. @@ -9197,7 +10746,7 @@ EOF # This is the magic to use -rpath. case "$finalize_rpath " in *" $libdir "*) ;; - *) finalize_rpath+=" $libdir" ;; + *) func_append finalize_rpath " $libdir" ;; esac done fi @@ -9209,39 +10758,39 @@ EOF if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then - hardcode_libdirs="$libdir" + hardcode_libdirs=$libdir else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) - hardcode_libdirs+="$hardcode_libdir_separator$libdir" + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" - rpath+=" $flag" + func_append rpath " $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; - *) perm_rpath+=" $libdir" ;; + *) func_append perm_rpath " $libdir" ;; esac fi case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) - testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` + testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'` case :$dllsearchpath: in *":$libdir:"*) ;; ::) dllsearchpath=$libdir;; - *) dllsearchpath+=":$libdir";; + *) func_append dllsearchpath ":$libdir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; - *) dllsearchpath+=":$testbindir";; + *) func_append dllsearchpath ":$testbindir";; esac ;; esac @@ -9249,10 +10798,10 @@ EOF # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then - libdir="$hardcode_libdirs" + libdir=$hardcode_libdirs eval rpath=\" $hardcode_libdir_flag_spec\" fi - compile_rpath="$rpath" + compile_rpath=$rpath rpath= hardcode_libdirs= @@ -9260,70 +10809,68 @@ EOF if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then - hardcode_libdirs="$libdir" + hardcode_libdirs=$libdir else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) - hardcode_libdirs+="$hardcode_libdir_separator$libdir" + func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" - rpath+=" $flag" + func_append rpath " $flag" fi elif test -n "$runpath_var"; then case "$finalize_perm_rpath " in *" $libdir "*) ;; - *) finalize_perm_rpath+=" $libdir" ;; + *) func_append finalize_perm_rpath " $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then - libdir="$hardcode_libdirs" + libdir=$hardcode_libdirs eval rpath=\" $hardcode_libdir_flag_spec\" fi - finalize_rpath="$rpath" + finalize_rpath=$rpath - if test -n "$libobjs" && test "$build_old_libs" = yes; then + if test -n "$libobjs" && test yes = "$build_old_libs"; then # Transform all the library objects into standard objects. compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` fi - func_generate_dlsyms "$outputname" "@PROGRAM@" "no" + func_generate_dlsyms "$outputname" "@PROGRAM@" false # template prelinking step if test -n "$prelink_cmds"; then func_execute_cmds "$prelink_cmds" 'exit $?' fi - wrappers_required=yes + wrappers_required=: case $host in *cegcc* | *mingw32ce*) # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway. - wrappers_required=no + wrappers_required=false ;; *cygwin* | *mingw* ) - if test "$build_libtool_libs" != yes; then - wrappers_required=no - fi + test yes = "$build_libtool_libs" || wrappers_required=false ;; *) - if test "$need_relink" = no || test "$build_libtool_libs" != yes; then - wrappers_required=no + if test no = "$need_relink" || test yes != "$build_libtool_libs"; then + wrappers_required=false fi ;; esac - if test "$wrappers_required" = no; then + $wrappers_required || { # Replace the output file specification. compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` - link_command="$compile_command$compile_rpath" + link_command=$compile_command$compile_rpath # We have no uninstalled library dependencies, so finalize right now. exit_status=0 @@ -9336,12 +10883,12 @@ EOF fi # Delete the generated files. - if test -f "$output_objdir/${outputname}S.${objext}"; then - func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"' + if test -f "$output_objdir/${outputname}S.$objext"; then + func_show_eval '$RM "$output_objdir/${outputname}S.$objext"' fi exit $exit_status - fi + } if test -n "$compile_shlibpath$finalize_shlibpath"; then compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" @@ -9357,7 +10904,7 @@ EOF # We should set the runpath_var. rpath= for dir in $perm_rpath; do - rpath+="$dir:" + func_append rpath "$dir:" done compile_var="$runpath_var=\"$rpath\$$runpath_var\" " fi @@ -9365,15 +10912,15 @@ EOF # We should set the runpath_var. rpath= for dir in $finalize_perm_rpath; do - rpath+="$dir:" + func_append rpath "$dir:" done finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " fi fi - if test "$no_install" = yes; then + if test yes = "$no_install"; then # We don't need to create a wrapper script. - link_command="$compile_var$compile_command$compile_rpath" + link_command=$compile_var$compile_command$compile_rpath # Replace the output file specification. link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` # Delete the old output file. @@ -9390,27 +10937,28 @@ EOF exit $EXIT_SUCCESS fi - if test "$hardcode_action" = relink; then - # Fast installation is not supported - link_command="$compile_var$compile_command$compile_rpath" - relink_command="$finalize_var$finalize_command$finalize_rpath" + case $hardcode_action,$fast_install in + relink,*) + # Fast installation is not supported + link_command=$compile_var$compile_command$compile_rpath + relink_command=$finalize_var$finalize_command$finalize_rpath - func_warning "this platform does not like uninstalled shared libraries" - func_warning "\`$output' will be relinked during installation" - else - if test "$fast_install" != no; then - link_command="$finalize_var$compile_command$finalize_rpath" - if test "$fast_install" = yes; then - relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` - else - # fast_install is set to needless - relink_command= - fi - else - link_command="$compile_var$compile_command$compile_rpath" - relink_command="$finalize_var$finalize_command$finalize_rpath" - fi - fi + func_warning "this platform does not like uninstalled shared libraries" + func_warning "'$output' will be relinked during installation" + ;; + *,yes) + link_command=$finalize_var$compile_command$finalize_rpath + relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` + ;; + *,no) + link_command=$compile_var$compile_command$compile_rpath + relink_command=$finalize_var$finalize_command$finalize_rpath + ;; + *,needless) + link_command=$finalize_var$compile_command$finalize_rpath + relink_command= + ;; + esac # Replace the output file specification. link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` @@ -9467,8 +11015,8 @@ EOF func_dirname_and_basename "$output" "" "." output_name=$func_basename_result output_path=$func_dirname_result - cwrappersource="$output_path/$objdir/lt-$output_name.c" - cwrapper="$output_path/$output_name.exe" + cwrappersource=$output_path/$objdir/lt-$output_name.c + cwrapper=$output_path/$output_name.exe $RM $cwrappersource $cwrapper trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 @@ -9489,7 +11037,7 @@ EOF trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15 $opt_dry_run || { # note: this script will not be executed, so do not chmod. - if test "x$build" = "x$host" ; then + if test "x$build" = "x$host"; then $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result else func_emit_wrapper no > $func_ltwrapper_scriptname_result @@ -9512,43 +11060,45 @@ EOF # See if we need to build an old-fashioned archive. for oldlib in $oldlibs; do - if test "$build_libtool_libs" = convenience; then - oldobjs="$libobjs_save $symfileobj" - addlibs="$convenience" - build_libtool_libs=no - else - if test "$build_libtool_libs" = module; then - oldobjs="$libobjs_save" + case $build_libtool_libs in + convenience) + oldobjs="$libobjs_save $symfileobj" + addlibs=$convenience build_libtool_libs=no - else + ;; + module) + oldobjs=$libobjs_save + addlibs=$old_convenience + build_libtool_libs=no + ;; + *) oldobjs="$old_deplibs $non_pic_objects" - if test "$preload" = yes && test -f "$symfileobj"; then - oldobjs+=" $symfileobj" - fi - fi - addlibs="$old_convenience" - fi + $preload && test -f "$symfileobj" \ + && func_append oldobjs " $symfileobj" + addlibs=$old_convenience + ;; + esac if test -n "$addlibs"; then - gentop="$output_objdir/${outputname}x" - generated+=" $gentop" + gentop=$output_objdir/${outputname}x + func_append generated " $gentop" func_extract_archives $gentop $addlibs - oldobjs+=" $func_extract_archives_result" + func_append oldobjs " $func_extract_archives_result" fi # Do each command in the archive commands. - if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then + if test -n "$old_archive_from_new_cmds" && test yes = "$build_libtool_libs"; then cmds=$old_archive_from_new_cmds else # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then - gentop="$output_objdir/${outputname}x" - generated+=" $gentop" + gentop=$output_objdir/${outputname}x + func_append generated " $gentop" func_extract_archives $gentop $dlprefiles - oldobjs+=" $func_extract_archives_result" + func_append oldobjs " $func_extract_archives_result" fi # POSIX demands no paths to be encoded in archives. We have @@ -9565,8 +11115,8 @@ EOF : else echo "copying selected object files to avoid basename conflicts..." - gentop="$output_objdir/${outputname}x" - generated+=" $gentop" + gentop=$output_objdir/${outputname}x + func_append generated " $gentop" func_mkdir_p "$gentop" save_oldobjs=$oldobjs oldobjs= @@ -9574,7 +11124,7 @@ EOF for obj in $save_oldobjs do func_basename "$obj" - objbase="$func_basename_result" + objbase=$func_basename_result case " $oldobjs " in " ") oldobjs=$obj ;; *[\ /]"$objbase "*) @@ -9590,9 +11140,9 @@ EOF esac done func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" - oldobjs+=" $gentop/$newobj" + func_append oldobjs " $gentop/$newobj" ;; - *) oldobjs+=" $obj" ;; + *) func_append oldobjs " $obj" ;; esac done fi @@ -9637,24 +11187,24 @@ EOF func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result - objlist+=" $obj" + func_append objlist " $obj" if test "$len" -lt "$max_cmd_len"; then : else # the above command should be used before it gets too long oldobjs=$objlist - if test "$obj" = "$last_oldobj" ; then + if test "$obj" = "$last_oldobj"; then RANLIB=$save_RANLIB fi test -z "$concat_cmds" || concat_cmds=$concat_cmds~ - eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\" + eval concat_cmds=\"\$concat_cmds$old_archive_cmds\" objlist= len=$len0 fi done RANLIB=$save_RANLIB oldobjs=$objlist - if test "X$oldobjs" = "X" ; then + if test -z "$oldobjs"; then eval cmds=\"\$concat_cmds\" else eval cmds=\"\$concat_cmds~\$old_archive_cmds\" @@ -9671,7 +11221,7 @@ EOF case $output in *.la) old_library= - test "$build_old_libs" = yes && old_library="$libname.$libext" + test yes = "$build_old_libs" && old_library=$libname.$libext func_verbose "creating $output" # Preserve any variables that may affect compiler behavior @@ -9686,63 +11236,63 @@ EOF fi done # Quote the link command for shipping. - relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" + relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` - if test "$hardcode_automatic" = yes ; then + if test yes = "$hardcode_automatic"; then relink_command= fi # Only create the output if not a dry run. $opt_dry_run || { for installed in no yes; do - if test "$installed" = yes; then + if test yes = "$installed"; then if test -z "$install_libdir"; then break fi - output="$output_objdir/$outputname"i + output=$output_objdir/${outputname}i # Replace all uninstalled libtool libraries with the installed ones newdependency_libs= for deplib in $dependency_libs; do case $deplib in *.la) func_basename "$deplib" - name="$func_basename_result" + name=$func_basename_result func_resolve_sysroot "$deplib" - eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` + eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` test -z "$libdir" && \ - func_fatal_error "\`$deplib' is not a valid libtool archive" - newdependency_libs+=" ${lt_sysroot:+=}$libdir/$name" + func_fatal_error "'$deplib' is not a valid libtool archive" + func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name" ;; -L*) func_stripname -L '' "$deplib" func_replace_sysroot "$func_stripname_result" - newdependency_libs+=" -L$func_replace_sysroot_result" + func_append newdependency_libs " -L$func_replace_sysroot_result" ;; -R*) func_stripname -R '' "$deplib" func_replace_sysroot "$func_stripname_result" - newdependency_libs+=" -R$func_replace_sysroot_result" + func_append newdependency_libs " -R$func_replace_sysroot_result" ;; - *) newdependency_libs+=" $deplib" ;; + *) func_append newdependency_libs " $deplib" ;; esac done - dependency_libs="$newdependency_libs" + dependency_libs=$newdependency_libs newdlfiles= for lib in $dlfiles; do case $lib in *.la) func_basename "$lib" - name="$func_basename_result" - eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` + name=$func_basename_result + eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ - func_fatal_error "\`$lib' is not a valid libtool archive" - newdlfiles+=" ${lt_sysroot:+=}$libdir/$name" + func_fatal_error "'$lib' is not a valid libtool archive" + func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name" ;; - *) newdlfiles+=" $lib" ;; + *) func_append newdlfiles " $lib" ;; esac done - dlfiles="$newdlfiles" + dlfiles=$newdlfiles newdlprefiles= for lib in $dlprefiles; do case $lib in @@ -9752,34 +11302,34 @@ EOF # didn't already link the preopened objects directly into # the library: func_basename "$lib" - name="$func_basename_result" - eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` + name=$func_basename_result + eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ - func_fatal_error "\`$lib' is not a valid libtool archive" - newdlprefiles+=" ${lt_sysroot:+=}$libdir/$name" + func_fatal_error "'$lib' is not a valid libtool archive" + func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name" ;; esac done - dlprefiles="$newdlprefiles" + dlprefiles=$newdlprefiles else newdlfiles= for lib in $dlfiles; do case $lib in - [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; + [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; *) abs=`pwd`"/$lib" ;; esac - newdlfiles+=" $abs" + func_append newdlfiles " $abs" done - dlfiles="$newdlfiles" + dlfiles=$newdlfiles newdlprefiles= for lib in $dlprefiles; do case $lib in - [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; + [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; *) abs=`pwd`"/$lib" ;; esac - newdlprefiles+=" $abs" + func_append newdlprefiles " $abs" done - dlprefiles="$newdlprefiles" + dlprefiles=$newdlprefiles fi $RM $output # place dlname in correct position for cygwin @@ -9795,10 +11345,9 @@ EOF case $host,$output,$installed,$module,$dlname in *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) # If a -bindir argument was supplied, place the dll there. - if test "x$bindir" != x ; - then + if test -n "$bindir"; then func_relative_path "$install_libdir" "$bindir" - tdlname=$func_relative_path_result$dlname + tdlname=$func_relative_path_result/$dlname else # Otherwise fall back on heuristic. tdlname=../bin/$dlname @@ -9807,7 +11356,7 @@ EOF esac $ECHO > $output "\ # $outputname - a libtool library file -# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION +# Generated by $PROGRAM (GNU $PACKAGE) $VERSION # # Please DO NOT delete this file! # It is necessary for linking the library. @@ -9821,7 +11370,7 @@ library_names='$library_names' # The name of the static archive. old_library='$old_library' -# Linker flags that can not go in dependency_libs. +# Linker flags that cannot go in dependency_libs. inherited_linker_flags='$new_inherited_linker_flags' # Libraries that this one depends upon. @@ -9847,7 +11396,7 @@ dlpreopen='$dlprefiles' # Directory that this library needs to be installed in: libdir='$install_libdir'" - if test "$installed" = no && test "$need_relink" = yes; then + if test no,yes = "$installed,$need_relink"; then $ECHO >> $output "\ relink_command=\"$relink_command\"" fi @@ -9862,29 +11411,31 @@ relink_command=\"$relink_command\"" exit $EXIT_SUCCESS } -{ test "$opt_mode" = link || test "$opt_mode" = relink; } && - func_mode_link ${1+"$@"} +if test link = "$opt_mode" || test relink = "$opt_mode"; then + func_mode_link ${1+"$@"} +fi # func_mode_uninstall arg... func_mode_uninstall () { - $opt_debug - RM="$nonopt" + $debug_cmd + + RM=$nonopt files= - rmforce= + rmforce=false exit_status=0 # This variable tells wrapper scripts just to set variables rather # than running their programs. - libtool_install_magic="$magic" + libtool_install_magic=$magic for arg do case $arg in - -f) RM+=" $arg"; rmforce=yes ;; - -*) RM+=" $arg" ;; - *) files+=" $arg" ;; + -f) func_append RM " $arg"; rmforce=: ;; + -*) func_append RM " $arg" ;; + *) func_append files " $arg" ;; esac done @@ -9895,21 +11446,21 @@ func_mode_uninstall () for file in $files; do func_dirname "$file" "" "." - dir="$func_dirname_result" - if test "X$dir" = X.; then - odir="$objdir" + dir=$func_dirname_result + if test . = "$dir"; then + odir=$objdir else - odir="$dir/$objdir" + odir=$dir/$objdir fi func_basename "$file" - name="$func_basename_result" - test "$opt_mode" = uninstall && odir="$dir" + name=$func_basename_result + test uninstall = "$opt_mode" && odir=$dir # Remember odir for removal later, being careful to avoid duplicates - if test "$opt_mode" = clean; then + if test clean = "$opt_mode"; then case " $rmdirs " in *" $odir "*) ;; - *) rmdirs+=" $odir" ;; + *) func_append rmdirs " $odir" ;; esac fi @@ -9921,11 +11472,11 @@ func_mode_uninstall () elif test -d "$file"; then exit_status=1 continue - elif test "$rmforce" = yes; then + elif $rmforce; then continue fi - rmfiles="$file" + rmfiles=$file case $name in *.la) @@ -9935,27 +11486,27 @@ func_mode_uninstall () # Delete the libtool libraries and symlinks. for n in $library_names; do - rmfiles+=" $odir/$n" + func_append rmfiles " $odir/$n" done - test -n "$old_library" && rmfiles+=" $odir/$old_library" + test -n "$old_library" && func_append rmfiles " $odir/$old_library" - case "$opt_mode" in + case $opt_mode in clean) case " $library_names " in *" $dlname "*) ;; - *) test -n "$dlname" && rmfiles+=" $odir/$dlname" ;; + *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;; esac - test -n "$libdir" && rmfiles+=" $odir/$name $odir/${name}i" + test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i" ;; uninstall) if test -n "$library_names"; then # Do each command in the postuninstall commands. - func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' + func_execute_cmds "$postuninstall_cmds" '$rmforce || exit_status=1' fi if test -n "$old_library"; then # Do each command in the old_postuninstall commands. - func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' + func_execute_cmds "$old_postuninstall_cmds" '$rmforce || exit_status=1' fi # FIXME: should reinstall the best remaining shared library. ;; @@ -9971,21 +11522,19 @@ func_mode_uninstall () func_source $dir/$name # Add PIC object to the list of files to remove. - if test -n "$pic_object" && - test "$pic_object" != none; then - rmfiles+=" $dir/$pic_object" + if test -n "$pic_object" && test none != "$pic_object"; then + func_append rmfiles " $dir/$pic_object" fi # Add non-PIC object to the list of files to remove. - if test -n "$non_pic_object" && - test "$non_pic_object" != none; then - rmfiles+=" $dir/$non_pic_object" + if test -n "$non_pic_object" && test none != "$non_pic_object"; then + func_append rmfiles " $dir/$non_pic_object" fi fi ;; *) - if test "$opt_mode" = clean ; then + if test clean = "$opt_mode"; then noexename=$name case $file in *.exe) @@ -9995,7 +11544,7 @@ func_mode_uninstall () noexename=$func_stripname_result # $file with .exe has already been added to rmfiles, # add $file without .exe - rmfiles+=" $file" + func_append rmfiles " $file" ;; esac # Do a test to see if this is a libtool program. @@ -10004,7 +11553,7 @@ func_mode_uninstall () func_ltwrapper_scriptname "$file" relink_command= func_source $func_ltwrapper_scriptname_result - rmfiles+=" $func_ltwrapper_scriptname_result" + func_append rmfiles " $func_ltwrapper_scriptname_result" else relink_command= func_source $dir/$noexename @@ -10012,12 +11561,12 @@ func_mode_uninstall () # note $name still contains .exe if it was in $file originally # as does the version of $file that was added into $rmfiles - rmfiles+=" $odir/$name $odir/${name}S.${objext}" - if test "$fast_install" = yes && test -n "$relink_command"; then - rmfiles+=" $odir/lt-$name" + func_append rmfiles " $odir/$name $odir/${name}S.$objext" + if test yes = "$fast_install" && test -n "$relink_command"; then + func_append rmfiles " $odir/lt-$name" fi - if test "X$noexename" != "X$name" ; then - rmfiles+=" $odir/lt-${noexename}.c" + if test "X$noexename" != "X$name"; then + func_append rmfiles " $odir/lt-$noexename.c" fi fi fi @@ -10026,7 +11575,7 @@ func_mode_uninstall () func_show_eval "$RM $rmfiles" 'exit_status=1' done - # Try to remove the ${objdir}s in the directories where we deleted files + # Try to remove the $objdir's in the directories where we deleted files for dir in $rmdirs; do if test -d "$dir"; then func_show_eval "rmdir $dir >/dev/null 2>&1" @@ -10036,16 +11585,17 @@ func_mode_uninstall () exit $exit_status } -{ test "$opt_mode" = uninstall || test "$opt_mode" = clean; } && - func_mode_uninstall ${1+"$@"} +if test uninstall = "$opt_mode" || test clean = "$opt_mode"; then + func_mode_uninstall ${1+"$@"} +fi test -z "$opt_mode" && { - help="$generic_help" + help=$generic_help func_fatal_help "you must specify a MODE" } test -z "$exec_cmd" && \ - func_fatal_help "invalid operation mode \`$opt_mode'" + func_fatal_help "invalid operation mode '$opt_mode'" if test -n "$exec_cmd"; then eval exec "$exec_cmd" @@ -10056,7 +11606,7 @@ exit $exit_status # The TAGs below are defined such that we never get into a situation -# in which we disable both kinds of libraries. Given conflicting +# where we disable both kinds of libraries. Given conflicting # choices, we go for a static library, that is the most portable, # since we can't tell whether shared libraries were disabled because # the user asked for that or because the platform doesn't support @@ -10079,5 +11629,3 @@ build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` # mode:shell-script # sh-indentation:2 # End: -# vi:sw=2 - diff --git a/ltmain.sh b/ltmain.sh index 4159958..8cff389 120000 --- a/ltmain.sh +++ b/ltmain.sh @@ -1 +1 @@ -/usr/share/libtool/config/ltmain.sh \ No newline at end of file +/usr/share/libtool/build-aux/ltmain.sh \ No newline at end of file diff --git a/src/.deps/dssi-render.Po b/src/.deps/dssi-render.Po index c0b6c2a..0b33806 100644 --- a/src/.deps/dssi-render.Po +++ b/src/.deps/dssi-render.Po @@ -1,61 +1,43 @@ dssi-render.o: dssi-render.c /usr/include/stdc-predef.h dssi-render.h \ /usr/include/sndfile.h /usr/include/stdio.h /usr/include/features.h \ - /usr/include/x86_64-linux-gnu/sys/cdefs.h \ - /usr/include/x86_64-linux-gnu/bits/wordsize.h \ - /usr/include/x86_64-linux-gnu/gnu/stubs.h \ - /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ - /usr/lib/gcc/x86_64-linux-gnu/4.9/include/stddef.h \ - /usr/include/x86_64-linux-gnu/bits/types.h \ - /usr/include/x86_64-linux-gnu/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h /usr/include/wchar.h \ - /usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdarg.h \ - /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ - /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ - /usr/include/x86_64-linux-gnu/bits/stdio.h \ - /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/time.h \ - /usr/include/endian.h /usr/include/x86_64-linux-gnu/bits/endian.h \ - /usr/include/x86_64-linux-gnu/bits/byteswap.h \ - /usr/include/x86_64-linux-gnu/bits/byteswap-16.h \ - /usr/include/x86_64-linux-gnu/sys/select.h \ - /usr/include/x86_64-linux-gnu/bits/select.h \ - /usr/include/x86_64-linux-gnu/bits/sigset.h \ - /usr/include/x86_64-linux-gnu/bits/time.h \ - /usr/include/x86_64-linux-gnu/sys/sysmacros.h /usr/include/ladspa.h \ - /usr/include/dssi.h /usr/include/alsa/seq_event.h /usr/include/stdlib.h \ - /usr/include/alloca.h \ - /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ - /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/string.h \ - /usr/include/x86_64-linux-gnu/bits/string.h \ - /usr/include/x86_64-linux-gnu/bits/string2.h /usr/include/assert.h \ - /usr/include/dlfcn.h /usr/include/x86_64-linux-gnu/bits/dlfcn.h \ - /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ - /usr/include/x86_64-linux-gnu/bits/confname.h /usr/include/math.h \ - /usr/include/x86_64-linux-gnu/bits/huge_val.h \ - /usr/include/x86_64-linux-gnu/bits/huge_valf.h \ - /usr/include/x86_64-linux-gnu/bits/huge_vall.h \ - /usr/include/x86_64-linux-gnu/bits/inf.h \ - /usr/include/x86_64-linux-gnu/bits/nan.h \ - /usr/include/x86_64-linux-gnu/bits/mathdef.h \ - /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ - /usr/include/x86_64-linux-gnu/bits/mathinline.h \ - /usr/include/x86_64-linux-gnu/sys/stat.h \ - /usr/include/x86_64-linux-gnu/bits/stat.h \ - /usr/include/x86_64-linux-gnu/sys/time.h \ - /usr/include/x86_64-linux-gnu/sys/wait.h /usr/include/signal.h \ - /usr/include/x86_64-linux-gnu/bits/signum.h \ - /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ - /usr/include/x86_64-linux-gnu/bits/sigstack.h \ - /usr/include/x86_64-linux-gnu/bits/waitflags.h \ - /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ - /usr/include/x86_64-linux-gnu/bits/siginfo.h /usr/include/dirent.h \ - /usr/include/x86_64-linux-gnu/bits/dirent.h \ - /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ - /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ + /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/sys/types.h /usr/include/time.h \ + /usr/include/endian.h /usr/include/bits/endian.h \ + /usr/include/bits/byteswap.h /usr/include/bits/byteswap-16.h \ + /usr/include/sys/select.h /usr/include/bits/select.h \ + /usr/include/bits/sigset.h /usr/include/bits/time.h \ + /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ + /usr/include/ladspa.h /usr/include/dssi.h /usr/include/alsa/seq_event.h \ + /usr/include/stdlib.h /usr/include/bits/waitflags.h \ + /usr/include/bits/waitstatus.h /usr/include/alloca.h \ + /usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \ + /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \ + /usr/include/bits/string2.h /usr/include/assert.h /usr/include/dlfcn.h \ + /usr/include/bits/dlfcn.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ + /usr/include/bits/confname.h /usr/include/getopt.h /usr/include/math.h \ + /usr/include/bits/huge_val.h /usr/include/bits/huge_valf.h \ + /usr/include/bits/huge_vall.h /usr/include/bits/inf.h \ + /usr/include/bits/nan.h /usr/include/bits/mathdef.h \ + /usr/include/bits/mathcalls.h /usr/include/bits/mathinline.h \ + /usr/include/sys/stat.h /usr/include/bits/stat.h /usr/include/sys/time.h \ + /usr/include/sys/wait.h /usr/include/signal.h /usr/include/bits/signum.h \ + /usr/include/bits/siginfo.h /usr/include/bits/sigaction.h \ + /usr/include/bits/sigcontext.h /usr/include/bits/sigstack.h \ + /usr/include/sys/ucontext.h /usr/include/bits/sigthread.h \ + /usr/include/dirent.h /usr/include/bits/dirent.h \ + /usr/include/bits/posix1_lim.h /usr/include/bits/local_lim.h \ /usr/include/linux/limits.h /usr/include/libgen.h ladspa_run_synth.h \ midi/midi_loader.h midi/fluid_list.h midi/fluidsynth_priv.h \ midi/fluid_midi_custom.h midi/midi_loader.h \ - /usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdint.h /usr/include/stdint.h \ - /usr/include/x86_64-linux-gnu/bits/wchar.h midi/fluid_midi.h + /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stdint.h \ + /usr/include/stdint.h /usr/include/bits/wchar.h midi/fluid_midi.h /usr/include/stdc-predef.h: @@ -67,19 +49,19 @@ dssi-render.h: /usr/include/features.h: -/usr/include/x86_64-linux-gnu/sys/cdefs.h: +/usr/include/sys/cdefs.h: -/usr/include/x86_64-linux-gnu/bits/wordsize.h: +/usr/include/bits/wordsize.h: -/usr/include/x86_64-linux-gnu/gnu/stubs.h: +/usr/include/gnu/stubs.h: -/usr/include/x86_64-linux-gnu/gnu/stubs-64.h: +/usr/include/gnu/stubs-64.h: -/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stddef.h: +/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stddef.h: -/usr/include/x86_64-linux-gnu/bits/types.h: +/usr/include/bits/types.h: -/usr/include/x86_64-linux-gnu/bits/typesizes.h: +/usr/include/bits/typesizes.h: /usr/include/libio.h: @@ -87,35 +69,37 @@ dssi-render.h: /usr/include/wchar.h: -/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdarg.h: +/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stdarg.h: -/usr/include/x86_64-linux-gnu/bits/stdio_lim.h: +/usr/include/bits/stdio_lim.h: -/usr/include/x86_64-linux-gnu/bits/sys_errlist.h: +/usr/include/bits/sys_errlist.h: -/usr/include/x86_64-linux-gnu/bits/stdio.h: +/usr/include/bits/stdio.h: -/usr/include/x86_64-linux-gnu/sys/types.h: +/usr/include/sys/types.h: /usr/include/time.h: /usr/include/endian.h: -/usr/include/x86_64-linux-gnu/bits/endian.h: +/usr/include/bits/endian.h: -/usr/include/x86_64-linux-gnu/bits/byteswap.h: +/usr/include/bits/byteswap.h: -/usr/include/x86_64-linux-gnu/bits/byteswap-16.h: +/usr/include/bits/byteswap-16.h: -/usr/include/x86_64-linux-gnu/sys/select.h: +/usr/include/sys/select.h: -/usr/include/x86_64-linux-gnu/bits/select.h: +/usr/include/bits/select.h: -/usr/include/x86_64-linux-gnu/bits/sigset.h: +/usr/include/bits/sigset.h: -/usr/include/x86_64-linux-gnu/bits/time.h: +/usr/include/bits/time.h: -/usr/include/x86_64-linux-gnu/sys/sysmacros.h: +/usr/include/sys/sysmacros.h: + +/usr/include/bits/pthreadtypes.h: /usr/include/ladspa.h: @@ -125,77 +109,89 @@ dssi-render.h: /usr/include/stdlib.h: +/usr/include/bits/waitflags.h: + +/usr/include/bits/waitstatus.h: + /usr/include/alloca.h: -/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h: +/usr/include/bits/stdlib-bsearch.h: -/usr/include/x86_64-linux-gnu/bits/stdlib-float.h: +/usr/include/bits/stdlib-float.h: /usr/include/string.h: -/usr/include/x86_64-linux-gnu/bits/string.h: +/usr/include/xlocale.h: + +/usr/include/bits/string.h: -/usr/include/x86_64-linux-gnu/bits/string2.h: +/usr/include/bits/string2.h: /usr/include/assert.h: /usr/include/dlfcn.h: -/usr/include/x86_64-linux-gnu/bits/dlfcn.h: +/usr/include/bits/dlfcn.h: /usr/include/unistd.h: -/usr/include/x86_64-linux-gnu/bits/posix_opt.h: +/usr/include/bits/posix_opt.h: -/usr/include/x86_64-linux-gnu/bits/confname.h: +/usr/include/bits/environments.h: + +/usr/include/bits/confname.h: + +/usr/include/getopt.h: /usr/include/math.h: -/usr/include/x86_64-linux-gnu/bits/huge_val.h: +/usr/include/bits/huge_val.h: -/usr/include/x86_64-linux-gnu/bits/huge_valf.h: +/usr/include/bits/huge_valf.h: -/usr/include/x86_64-linux-gnu/bits/huge_vall.h: +/usr/include/bits/huge_vall.h: -/usr/include/x86_64-linux-gnu/bits/inf.h: +/usr/include/bits/inf.h: -/usr/include/x86_64-linux-gnu/bits/nan.h: +/usr/include/bits/nan.h: -/usr/include/x86_64-linux-gnu/bits/mathdef.h: +/usr/include/bits/mathdef.h: -/usr/include/x86_64-linux-gnu/bits/mathcalls.h: +/usr/include/bits/mathcalls.h: -/usr/include/x86_64-linux-gnu/bits/mathinline.h: +/usr/include/bits/mathinline.h: -/usr/include/x86_64-linux-gnu/sys/stat.h: +/usr/include/sys/stat.h: -/usr/include/x86_64-linux-gnu/bits/stat.h: +/usr/include/bits/stat.h: -/usr/include/x86_64-linux-gnu/sys/time.h: +/usr/include/sys/time.h: -/usr/include/x86_64-linux-gnu/sys/wait.h: +/usr/include/sys/wait.h: /usr/include/signal.h: -/usr/include/x86_64-linux-gnu/bits/signum.h: +/usr/include/bits/signum.h: + +/usr/include/bits/siginfo.h: -/usr/include/x86_64-linux-gnu/bits/sigcontext.h: +/usr/include/bits/sigaction.h: -/usr/include/x86_64-linux-gnu/bits/sigstack.h: +/usr/include/bits/sigcontext.h: -/usr/include/x86_64-linux-gnu/bits/waitflags.h: +/usr/include/bits/sigstack.h: -/usr/include/x86_64-linux-gnu/bits/waitstatus.h: +/usr/include/sys/ucontext.h: -/usr/include/x86_64-linux-gnu/bits/siginfo.h: +/usr/include/bits/sigthread.h: /usr/include/dirent.h: -/usr/include/x86_64-linux-gnu/bits/dirent.h: +/usr/include/bits/dirent.h: -/usr/include/x86_64-linux-gnu/bits/posix1_lim.h: +/usr/include/bits/posix1_lim.h: -/usr/include/x86_64-linux-gnu/bits/local_lim.h: +/usr/include/bits/local_lim.h: /usr/include/linux/limits.h: @@ -213,10 +209,10 @@ midi/fluid_midi_custom.h: midi/midi_loader.h: -/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdint.h: +/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stdint.h: /usr/include/stdint.h: -/usr/include/x86_64-linux-gnu/bits/wchar.h: +/usr/include/bits/wchar.h: midi/fluid_midi.h: diff --git a/src/.deps/ladspa_run_synth.Po b/src/.deps/ladspa_run_synth.Po index cd2de68..004d67f 100644 --- a/src/.deps/ladspa_run_synth.Po +++ b/src/.deps/ladspa_run_synth.Po @@ -1,61 +1,44 @@ ladspa_run_synth.o: ladspa_run_synth.c /usr/include/stdc-predef.h \ dssi-render.h /usr/include/sndfile.h /usr/include/stdio.h \ - /usr/include/features.h /usr/include/x86_64-linux-gnu/sys/cdefs.h \ - /usr/include/x86_64-linux-gnu/bits/wordsize.h \ - /usr/include/x86_64-linux-gnu/gnu/stubs.h \ - /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ - /usr/lib/gcc/x86_64-linux-gnu/4.9/include/stddef.h \ - /usr/include/x86_64-linux-gnu/bits/types.h \ - /usr/include/x86_64-linux-gnu/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h /usr/include/wchar.h \ - /usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdarg.h \ - /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ - /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ - /usr/include/x86_64-linux-gnu/bits/stdio.h \ - /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/time.h \ - /usr/include/endian.h /usr/include/x86_64-linux-gnu/bits/endian.h \ - /usr/include/x86_64-linux-gnu/bits/byteswap.h \ - /usr/include/x86_64-linux-gnu/bits/byteswap-16.h \ - /usr/include/x86_64-linux-gnu/sys/select.h \ - /usr/include/x86_64-linux-gnu/bits/select.h \ - /usr/include/x86_64-linux-gnu/bits/sigset.h \ - /usr/include/x86_64-linux-gnu/bits/time.h \ - /usr/include/x86_64-linux-gnu/sys/sysmacros.h /usr/include/ladspa.h \ - /usr/include/dssi.h /usr/include/alsa/seq_event.h /usr/include/stdlib.h \ - /usr/include/alloca.h \ - /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ - /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/string.h \ - /usr/include/x86_64-linux-gnu/bits/string.h \ - /usr/include/x86_64-linux-gnu/bits/string2.h /usr/include/assert.h \ - /usr/include/dlfcn.h /usr/include/x86_64-linux-gnu/bits/dlfcn.h \ - /usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ - /usr/include/x86_64-linux-gnu/bits/confname.h /usr/include/math.h \ - /usr/include/x86_64-linux-gnu/bits/huge_val.h \ - /usr/include/x86_64-linux-gnu/bits/huge_valf.h \ - /usr/include/x86_64-linux-gnu/bits/huge_vall.h \ - /usr/include/x86_64-linux-gnu/bits/inf.h \ - /usr/include/x86_64-linux-gnu/bits/nan.h \ - /usr/include/x86_64-linux-gnu/bits/mathdef.h \ - /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ - /usr/include/x86_64-linux-gnu/bits/mathinline.h \ - /usr/include/x86_64-linux-gnu/sys/stat.h \ - /usr/include/x86_64-linux-gnu/bits/stat.h \ - /usr/include/x86_64-linux-gnu/sys/time.h \ - /usr/include/x86_64-linux-gnu/sys/wait.h /usr/include/signal.h \ - /usr/include/x86_64-linux-gnu/bits/signum.h \ - /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ - /usr/include/x86_64-linux-gnu/bits/sigstack.h \ - /usr/include/x86_64-linux-gnu/bits/waitflags.h \ - /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ - /usr/include/x86_64-linux-gnu/bits/siginfo.h /usr/include/dirent.h \ - /usr/include/x86_64-linux-gnu/bits/dirent.h \ - /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ - /usr/include/x86_64-linux-gnu/bits/local_lim.h \ + /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/sys/types.h /usr/include/time.h \ + /usr/include/endian.h /usr/include/bits/endian.h \ + /usr/include/bits/byteswap.h /usr/include/bits/byteswap-16.h \ + /usr/include/sys/select.h /usr/include/bits/select.h \ + /usr/include/bits/sigset.h /usr/include/bits/time.h \ + /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ + /usr/include/ladspa.h /usr/include/dssi.h /usr/include/alsa/seq_event.h \ + /usr/include/stdlib.h /usr/include/bits/waitflags.h \ + /usr/include/bits/waitstatus.h /usr/include/alloca.h \ + /usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \ + /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \ + /usr/include/bits/string2.h /usr/include/assert.h /usr/include/dlfcn.h \ + /usr/include/bits/dlfcn.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ + /usr/include/bits/confname.h /usr/include/getopt.h /usr/include/math.h \ + /usr/include/bits/huge_val.h /usr/include/bits/huge_valf.h \ + /usr/include/bits/huge_vall.h /usr/include/bits/inf.h \ + /usr/include/bits/nan.h /usr/include/bits/mathdef.h \ + /usr/include/bits/mathcalls.h /usr/include/bits/mathinline.h \ + /usr/include/sys/stat.h /usr/include/bits/stat.h /usr/include/sys/time.h \ + /usr/include/sys/wait.h /usr/include/signal.h /usr/include/bits/signum.h \ + /usr/include/bits/siginfo.h /usr/include/bits/sigaction.h \ + /usr/include/bits/sigcontext.h /usr/include/bits/sigstack.h \ + /usr/include/sys/ucontext.h /usr/include/bits/sigthread.h \ + /usr/include/dirent.h /usr/include/bits/dirent.h \ + /usr/include/bits/posix1_lim.h /usr/include/bits/local_lim.h \ /usr/include/linux/limits.h /usr/include/libgen.h midi/midi_loader.h \ midi/fluid_list.h midi/fluidsynth_priv.h midi/fluid_midi_custom.h \ - midi/midi_loader.h /usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdint.h \ - /usr/include/stdint.h /usr/include/x86_64-linux-gnu/bits/wchar.h \ - midi/fluid_midi.h + midi/midi_loader.h \ + /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stdint.h \ + /usr/include/stdint.h /usr/include/bits/wchar.h midi/fluid_midi.h /usr/include/stdc-predef.h: @@ -67,19 +50,19 @@ dssi-render.h: /usr/include/features.h: -/usr/include/x86_64-linux-gnu/sys/cdefs.h: +/usr/include/sys/cdefs.h: -/usr/include/x86_64-linux-gnu/bits/wordsize.h: +/usr/include/bits/wordsize.h: -/usr/include/x86_64-linux-gnu/gnu/stubs.h: +/usr/include/gnu/stubs.h: -/usr/include/x86_64-linux-gnu/gnu/stubs-64.h: +/usr/include/gnu/stubs-64.h: -/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stddef.h: +/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stddef.h: -/usr/include/x86_64-linux-gnu/bits/types.h: +/usr/include/bits/types.h: -/usr/include/x86_64-linux-gnu/bits/typesizes.h: +/usr/include/bits/typesizes.h: /usr/include/libio.h: @@ -87,35 +70,37 @@ dssi-render.h: /usr/include/wchar.h: -/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdarg.h: +/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stdarg.h: -/usr/include/x86_64-linux-gnu/bits/stdio_lim.h: +/usr/include/bits/stdio_lim.h: -/usr/include/x86_64-linux-gnu/bits/sys_errlist.h: +/usr/include/bits/sys_errlist.h: -/usr/include/x86_64-linux-gnu/bits/stdio.h: +/usr/include/bits/stdio.h: -/usr/include/x86_64-linux-gnu/sys/types.h: +/usr/include/sys/types.h: /usr/include/time.h: /usr/include/endian.h: -/usr/include/x86_64-linux-gnu/bits/endian.h: +/usr/include/bits/endian.h: -/usr/include/x86_64-linux-gnu/bits/byteswap.h: +/usr/include/bits/byteswap.h: -/usr/include/x86_64-linux-gnu/bits/byteswap-16.h: +/usr/include/bits/byteswap-16.h: -/usr/include/x86_64-linux-gnu/sys/select.h: +/usr/include/sys/select.h: -/usr/include/x86_64-linux-gnu/bits/select.h: +/usr/include/bits/select.h: -/usr/include/x86_64-linux-gnu/bits/sigset.h: +/usr/include/bits/sigset.h: -/usr/include/x86_64-linux-gnu/bits/time.h: +/usr/include/bits/time.h: -/usr/include/x86_64-linux-gnu/sys/sysmacros.h: +/usr/include/sys/sysmacros.h: + +/usr/include/bits/pthreadtypes.h: /usr/include/ladspa.h: @@ -125,77 +110,89 @@ dssi-render.h: /usr/include/stdlib.h: +/usr/include/bits/waitflags.h: + +/usr/include/bits/waitstatus.h: + /usr/include/alloca.h: -/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h: +/usr/include/bits/stdlib-bsearch.h: -/usr/include/x86_64-linux-gnu/bits/stdlib-float.h: +/usr/include/bits/stdlib-float.h: /usr/include/string.h: -/usr/include/x86_64-linux-gnu/bits/string.h: +/usr/include/xlocale.h: + +/usr/include/bits/string.h: -/usr/include/x86_64-linux-gnu/bits/string2.h: +/usr/include/bits/string2.h: /usr/include/assert.h: /usr/include/dlfcn.h: -/usr/include/x86_64-linux-gnu/bits/dlfcn.h: +/usr/include/bits/dlfcn.h: /usr/include/unistd.h: -/usr/include/x86_64-linux-gnu/bits/posix_opt.h: +/usr/include/bits/posix_opt.h: -/usr/include/x86_64-linux-gnu/bits/confname.h: +/usr/include/bits/environments.h: + +/usr/include/bits/confname.h: + +/usr/include/getopt.h: /usr/include/math.h: -/usr/include/x86_64-linux-gnu/bits/huge_val.h: +/usr/include/bits/huge_val.h: -/usr/include/x86_64-linux-gnu/bits/huge_valf.h: +/usr/include/bits/huge_valf.h: -/usr/include/x86_64-linux-gnu/bits/huge_vall.h: +/usr/include/bits/huge_vall.h: -/usr/include/x86_64-linux-gnu/bits/inf.h: +/usr/include/bits/inf.h: -/usr/include/x86_64-linux-gnu/bits/nan.h: +/usr/include/bits/nan.h: -/usr/include/x86_64-linux-gnu/bits/mathdef.h: +/usr/include/bits/mathdef.h: -/usr/include/x86_64-linux-gnu/bits/mathcalls.h: +/usr/include/bits/mathcalls.h: -/usr/include/x86_64-linux-gnu/bits/mathinline.h: +/usr/include/bits/mathinline.h: -/usr/include/x86_64-linux-gnu/sys/stat.h: +/usr/include/sys/stat.h: -/usr/include/x86_64-linux-gnu/bits/stat.h: +/usr/include/bits/stat.h: -/usr/include/x86_64-linux-gnu/sys/time.h: +/usr/include/sys/time.h: -/usr/include/x86_64-linux-gnu/sys/wait.h: +/usr/include/sys/wait.h: /usr/include/signal.h: -/usr/include/x86_64-linux-gnu/bits/signum.h: +/usr/include/bits/signum.h: + +/usr/include/bits/siginfo.h: -/usr/include/x86_64-linux-gnu/bits/sigcontext.h: +/usr/include/bits/sigaction.h: -/usr/include/x86_64-linux-gnu/bits/sigstack.h: +/usr/include/bits/sigcontext.h: -/usr/include/x86_64-linux-gnu/bits/waitflags.h: +/usr/include/bits/sigstack.h: -/usr/include/x86_64-linux-gnu/bits/waitstatus.h: +/usr/include/sys/ucontext.h: -/usr/include/x86_64-linux-gnu/bits/siginfo.h: +/usr/include/bits/sigthread.h: /usr/include/dirent.h: -/usr/include/x86_64-linux-gnu/bits/dirent.h: +/usr/include/bits/dirent.h: -/usr/include/x86_64-linux-gnu/bits/posix1_lim.h: +/usr/include/bits/posix1_lim.h: -/usr/include/x86_64-linux-gnu/bits/local_lim.h: +/usr/include/bits/local_lim.h: /usr/include/linux/limits.h: @@ -211,10 +208,10 @@ midi/fluid_midi_custom.h: midi/midi_loader.h: -/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdint.h: +/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stdint.h: /usr/include/stdint.h: -/usr/include/x86_64-linux-gnu/bits/wchar.h: +/usr/include/bits/wchar.h: midi/fluid_midi.h: diff --git a/src/Makefile b/src/Makefile index a8d50a0..bc24694 100644 --- a/src/Makefile +++ b/src/Makefile @@ -205,15 +205,15 @@ am__relativize = \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" -ACLOCAL = ${SHELL} /tmp/new/dssi-render/missing aclocal-1.14 +ACLOCAL = ${SHELL} /tmp/mybaby/dssi-render/missing aclocal-1.14 ALSA_CFLAGS = -I/usr/include/alsa ALSA_LIBS = -lasound AMTAR = $${TAR-tar} AM_DEFAULT_VERBOSITY = 1 AR = ar -AUTOCONF = ${SHELL} /tmp/new/dssi-render/missing autoconf -AUTOHEADER = ${SHELL} /tmp/new/dssi-render/missing autoheader -AUTOMAKE = ${SHELL} /tmp/new/dssi-render/missing automake-1.14 +AUTOCONF = ${SHELL} /tmp/mybaby/dssi-render/missing autoconf +AUTOHEADER = ${SHELL} /tmp/mybaby/dssi-render/missing autoheader +AUTOMAKE = ${SHELL} /tmp/mybaby/dssi-render/missing automake-1.14 AWK = gawk CC = gcc CCDEPMODE = depmode=gcc3 @@ -231,10 +231,10 @@ DUMPBIN = ECHO_C = ECHO_N = -n ECHO_T = -EGREP = /bin/grep -E +EGREP = /usr/bin/grep -E EXEEXT = -FGREP = /bin/grep -F -GREP = /bin/grep +FGREP = /usr/bin/grep -F +GREP = /usr/bin/grep INSTALL = /usr/bin/install -c INSTALL_DATA = ${INSTALL} -m 644 INSTALL_PROGRAM = ${INSTALL} @@ -248,9 +248,10 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool LIPO = LN_S = ln -s LTLIBOBJS = -MAKEINFO = ${SHELL} /tmp/new/dssi-render/missing makeinfo +LT_SYS_LIBRARY_PATH = +MAKEINFO = ${SHELL} /tmp/mybaby/dssi-render/missing makeinfo MANIFEST_TOOL = : -MKDIR_P = /bin/mkdir -p +MKDIR_P = /usr/bin/mkdir -p NM = /usr/bin/nm -B NMEDIT = OBJDUMP = objdump @@ -269,17 +270,17 @@ PKG_CONFIG = /usr/bin/pkg-config PKG_CONFIG_LIBDIR = PKG_CONFIG_PATH = RANLIB = ranlib -SED = /bin/sed +SED = /usr/bin/sed SET_MAKE = -SHELL = /bin/bash +SHELL = /bin/sh SNDFILE_CFLAGS = SNDFILE_LIBS = -lsndfile STRIP = strip VERSION = 0.0.1 -abs_builddir = /tmp/new/dssi-render/src -abs_srcdir = /tmp/new/dssi-render/src -abs_top_builddir = /tmp/new/dssi-render -abs_top_srcdir = /tmp/new/dssi-render +abs_builddir = /tmp/mybaby/dssi-render/src +abs_srcdir = /tmp/mybaby/dssi-render/src +abs_top_builddir = /tmp/mybaby/dssi-render +abs_top_srcdir = /tmp/mybaby/dssi-render ac_ct_AR = ar ac_ct_CC = gcc ac_ct_DUMPBIN = @@ -308,7 +309,7 @@ host_vendor = unknown htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info -install_sh = ${SHELL} /tmp/new/dssi-render/install-sh +install_sh = ${SHELL} /tmp/mybaby/dssi-render/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale diff --git a/src/Makefile.in b/src/Makefile.in index 99d1fad..d6310c7 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -248,6 +248,7 @@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ diff --git a/src/VALOUT b/src/VALOUT new file mode 100644 index 0000000..bbb2683 --- /dev/null +++ b/src/VALOUT @@ -0,0 +1,281279 @@ +==19216== Memcheck, a memory error detector +==19216== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al. +==19216== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info +==19216== Command: ./dssi-render /usr/local/lib/dssi/amsynth_dssi.so -p 1 +==19216== +==19216== Conditional jump or move depends on uninitialised value(s) +==19216== at 0x6DBEC62: revmodel::update() (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DBEE88: revmodel::setwet(float) (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DBE398: revmodel::revmodel() (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DB5CA2: VoiceAllocationUnit::VoiceAllocationUnit() (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DB8578: Synthesizer::Synthesizer(Config*) (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DC23F6: ??? (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x4015F2: main (dssi-render.c:276) +==19216== +==19216== Conditional jump or move depends on uninitialised value(s) +==19216== at 0x6DBEC62: revmodel::update() (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DBEDD6: revmodel::setroomsize(float) (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DBE3AC: revmodel::revmodel() (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DB5CA2: VoiceAllocationUnit::VoiceAllocationUnit() (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DB8578: Synthesizer::Synthesizer(Config*) (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DC23F6: ??? (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x4015F2: main (dssi-render.c:276) +==19216== +==19216== Conditional jump or move depends on uninitialised value(s) +==19216== at 0x6DBEC62: revmodel::update() (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DBEE3E: revmodel::setdamp(float) (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DBE3D0: revmodel::revmodel() (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DB5CA2: VoiceAllocationUnit::VoiceAllocationUnit() (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DB8578: Synthesizer::Synthesizer(Config*) (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DC23F6: ??? (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x4015F2: main (dssi-render.c:276) +==19216== +==19216== Conditional jump or move depends on uninitialised value(s) +==19216== at 0x6DBEC62: revmodel::update() (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DBEF00: revmodel::setwidth(float) (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DBE3E4: revmodel::revmodel() (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DB5CA2: VoiceAllocationUnit::VoiceAllocationUnit() (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DB8578: Synthesizer::Synthesizer(Config*) (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DC23F6: ??? (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x4015F2: main (dssi-render.c:276) +==19216== +==19216== Invalid read of size 1 +==19216== at 0x6DAFEEA: PresetController::loadPresets(char const*) (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DB861D: Synthesizer::Synthesizer(Config*) (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DC23F6: ??? (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x4015F2: main (dssi-render.c:276) +==19216== Address 0x6c25ee2 is 0 bytes after a block of size 147,682 alloc'd +==19216== at 0x4C2C080: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) +==19216== by 0x6DAF9E0: ??? (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DAFC8F: PresetController::loadPresets(char const*) (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DB861D: Synthesizer::Synthesizer(Config*) (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x6DC23F6: ??? (in /usr/local/lib/dssi/amsynth_dssi.so) +==19216== by 0x4015F2: main (dssi-render.c:276) +==19216== +FILENAME: /home/pepper/.amSynth.presets +inside fluid player load +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 0 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 0 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 0 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 0 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 +-- +, 1) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 765 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 23632 frames to output.wav +removed_note_off_event +event table last nframe: 24397 +run_synth(instancehandle, 23632, +-- +, 0) +dssi-render: Wrote 51 frames to output.wav +event table last nframe: 24448 +run_synth(instancehandle, 51, +-- +, 0) +dssi-render: Wrote 51 frames to output.wav +event table last nframe: 24499 +run_synth(instancehandle, 51, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 24499 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 24398 frames to output.wav +event table last nframe: 48897 +run_synth(instancehandle, 24398, +-- +, 0) +dssi-render: Wrote 51 frames to output.wav +event table last nframe: 48948 +run_synth(instancehandle, 51, +-- +, 0) +dssi-render: Wrote 51 frames to output.wav +event table last nframe: 48999 +run_synth(instancehandle, 51, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 48999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 48999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 48999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 48999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 +-- +, 1) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 49102 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 49102 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 +-- +, 1) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 49255 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 49255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 +-- +, 1) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 49357 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 49357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 +-- +, 1) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 49510 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 +-- +, 1) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 49765 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 23734 frames to output.wav +removed_note_off_event +event table last nframe: 73499 +run_synth(instancehandle, 23734, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 73499 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 73499 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 73602 +run_synth(instancehandle, 103, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 73602 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 73755 +run_synth(instancehandle, 153, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 73755 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 73755 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 73857 +run_synth(instancehandle, 102, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 73857 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 24142 frames to output.wav +event table last nframe: 97999 +run_synth(instancehandle, 24142, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 97999 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 97999 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 97999 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 97999 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 97999 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 97999 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 97999 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 97999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 97999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 97999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 97999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 97999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 97999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 1) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 98765 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 23632 frames to output.wav +removed_note_off_event +event table last nframe: 122397 +run_synth(instancehandle, 23632, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122397 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122397 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122397 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122397 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122397 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122397 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 51 frames to output.wav +event table last nframe: 122448 +run_synth(instancehandle, 51, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122448 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122448 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122448 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122448 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122448 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122448 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 51 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 51, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 122499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 1) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 123265 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 9290 frames to output.wav +removed_note_off_event +event table last nframe: 132555 +run_synth(instancehandle, 9290, +-- +, 0) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 133320 +run_synth(instancehandle, 765, +-- +, 0) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 134239 +run_synth(instancehandle, 919, +-- +, 0) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 134749 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 135107 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 136025 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 136893 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 137659 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 9340 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 9340, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 146999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147357 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 147510 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 147510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 3) +dssi-render: Wrote 25==19216== Source and destination overlap in memcpy(0x798e890, 0x798e8ac, 56) +==19216== at 0x4C2EACD: memcpy@@GLIBC_2.14 (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) +==19216== by 0x402D26: delete_note_off_events (midi_loader.c:53) +==19216== by 0x403102: get_events (midi_loader.c:232) +==19216== by 0x4047BC: fluid_track_send_events (fluid_midi.c:1212) +==19216== by 0x40326B: load_midi_file (midi_loader.c:297) +==19216== by 0x401905: main (dssi-render.c:416) +==19216== +5 frames to output.wav +replaced_event +event table last nframe: 147765 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 148377 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 10872 frames to output.wav +removed_note_off_event +event table last nframe: 159249 +run_synth(instancehandle, 10872, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 159249 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 55 tick: 0 +-- +, 3) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 159862 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 55 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 160015 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 3318 frames to output.wav +removed_note_off_event +event table last nframe: 163333 +run_synth(instancehandle, 3318, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 +-- +, 2) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 164098 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 3318 frames to output.wav +removed_note_off_event +event table last nframe: 167416 +run_synth(instancehandle, 3318, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 81 tick: 0 +-- +, 2) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 168182 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 169458 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 2041 frames to output.wav +removed_note_off_event +event table last nframe: 171499 +run_synth(instancehandle, 2041, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 171499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 46 velocity: 75 tick: 0 +-- +, 2) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 172265 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 10208 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 182473 +run_synth(instancehandle, 10208, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +event table last nframe: 183749 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 1) +dssi-render: Wrote 6636 frames to output.wav +event table last nframe: 190385 +run_synth(instancehandle, 6636, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 1) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 191150 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 1) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 191916 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 1) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 193702 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 1) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 194570 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 1) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 195489 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 1) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 195591 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 195591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 195591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 195999 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 21 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 195999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 21 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 196765 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 196765 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 197122 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 +-- +, 6) +dssi-render: Wrote 2552 frames to output.wav +event table last nframe: 199674 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 +-- +, 6) +dssi-render: Wrote 1174 frames to output.wav +replaced_event +event table last nframe: 200848 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 201359 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 201716 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 202380 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 4) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 203145 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 4) +dssi-render: Wrote 1633 frames to output.wav +event table last nframe: 204778 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 4) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 205697 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 4) +dssi-render: Wrote 2399 frames to output.wav +event table last nframe: 208096 +run_synth(instancehandle, 2399, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 208249 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 208607 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 209015 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 4083 frames to output.wav +replaced_event +event table last nframe: 213098 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 213966 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 6278 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 220244 +run_synth(instancehandle, 6278, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 220346 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 220499 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 220499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 221265 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 221265 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 +-- +, 6) +dssi-render: Wrote 4083 frames to output.wav +replaced_event +event table last nframe: 225348 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 226216 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 6533 frames to output.wav +removed_note_off_event +event table last nframe: 232749 +run_synth(instancehandle, 6533, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 233515 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 4083 frames to output.wav +replaced_event +event table last nframe: 237598 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 238364 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 238466 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 239232 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 240150 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1787 frames to output.wav +event table last nframe: 241937 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 242804 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 243570 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 244489 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 244591 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 244591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 244999 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 245765 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 246275 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 247041 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 +-- +, 6) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 248062 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 +-- +, 6) +dssi-render: Wrote 1531 frames to output.wav +event table last nframe: 249593 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 249848 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 250716 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 5002 frames to output.wav +removed_note_off_event +event table last nframe: 255718 +run_synth(instancehandle, 5002, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 256484 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 257249 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 257504 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 258015 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 258270 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1787 frames to output.wav +replaced_event +replaced_event +event table last nframe: 260057 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 2041 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 262098 +run_synth(instancehandle, 2041, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 262966 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 6533 frames to output.wav +removed_note_off_event +event table last nframe: 269499 +run_synth(instancehandle, 6533, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 98 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 269499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 270265 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 270265 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 4083 frames to output.wav +replaced_event +event table last nframe: 274348 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 275216 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 6125 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 281341 +run_synth(instancehandle, 6125, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 281341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 281341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 281341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 281341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 281341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 281749 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 282515 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 5) +dssi-render: Wrote 4083 frames to output.wav +replaced_event +event table last nframe: 286598 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 287466 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 6533 frames to output.wav +removed_note_off_event +event table last nframe: 293999 +run_synth(instancehandle, 6533, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 294765 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 +-- +, 5) +dssi-render: Wrote 4083 frames to output.wav +replaced_event +event table last nframe: 298848 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 299716 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 6533 frames to output.wav +removed_note_off_event +event table last nframe: 306249 +run_synth(instancehandle, 6533, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 307015 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 +-- +, 5) +dssi-render: Wrote 4083 frames to output.wav +replaced_event +event table last nframe: 311098 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 311966 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 6533 frames to output.wav +removed_note_off_event +event table last nframe: 318499 +run_synth(instancehandle, 6533, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 80 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 318499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 319265 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 319265 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 5) +dssi-render: Wrote 4083 frames to output.wav +replaced_event +event table last nframe: 323348 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 324216 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 3471 frames to output.wav +removed_note_off_event +event table last nframe: 327687 +run_synth(instancehandle, 3471, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 328452 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 329320 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 330239 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 330596 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 330749 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 331106 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 331515 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 332025 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 332791 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 333659 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 1939 frames to output.wav +replaced_event +event table last nframe: 335598 +run_synth(instancehandle, 1939, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 336466 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 6125 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 342591 +run_synth(instancehandle, 6125, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 342846 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 342999 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 343765 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 +-- +, 6) +dssi-render: Wrote 4083 frames to output.wav +replaced_event +event table last nframe: 347848 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 348716 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 6278 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 354994 +run_synth(instancehandle, 6278, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 355096 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 355249 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 356015 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 6) +dssi-render: Wrote 4083 frames to output.wav +replaced_event +event table last nframe: 360098 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 360966 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 4491 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 365457 +run_synth(instancehandle, 4491, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1889 frames to output.wav +removed_note_off_event +event table last nframe: 367346 +run_synth(instancehandle, 1889, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 367499 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 367499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 368265 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 368265 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 +-- +, 6) +dssi-render: Wrote 4083 frames to output.wav +replaced_event +event table last nframe: 372348 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 373216 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 3573 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 376789 +run_synth(instancehandle, 3573, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 2807 frames to output.wav +removed_note_off_event +event table last nframe: 379596 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 379749 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 380515 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 4083 frames to output.wav +replaced_event +event table last nframe: 384598 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 385466 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 3317 frames to output.wav +removed_note_off_event +event table last nframe: 388783 +run_synth(instancehandle, 3317, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 389702 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 390468 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1123 frames to output.wav +replaced_event +event table last nframe: 391591 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 391591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 391591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 391591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 391591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 391591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 391999 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 392254 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 392765 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 393020 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 393888 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 +-- +, 6) +dssi-render: Wrote 2552 frames to output.wav +event table last nframe: 396440 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 396848 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 397358 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 397716 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +event table last nframe: 399145 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 400013 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 400778 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 3216 frames to output.wav +replaced_event +event table last nframe: 403994 +run_synth(instancehandle, 3216, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 404096 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 404249 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 405015 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 4083 frames to output.wav +replaced_event +event table last nframe: 409098 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 409966 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 6278 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 416244 +run_synth(instancehandle, 6278, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 416346 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 416499 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 416499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 417265 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 417265 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 +-- +, 6) +dssi-render: Wrote 4083 frames to output.wav +replaced_event +event table last nframe: 421348 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 422216 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 6533 frames to output.wav +removed_note_off_event +event table last nframe: 428749 +run_synth(instancehandle, 6533, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 428749 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 429515 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 430280 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 3318 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 433598 +run_synth(instancehandle, 3318, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 434466 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 6125 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 440591 +run_synth(instancehandle, 6125, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 440591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 440999 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 440999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 441254 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 441765 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 442122 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 +-- +, 7) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 443908 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 444827 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 +-- +, 7) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 445695 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 445848 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 +-- +, 7) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 446716 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +event table last nframe: 448145 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 449166 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 1531 frames to output.wav +event table last nframe: 450697 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 2297 frames to output.wav +replaced_event +event table last nframe: 452994 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 453249 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 453249 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 454015 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 1786 frames to output.wav +replaced_event +event table last nframe: 455801 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +event table last nframe: 456822 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 457588 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 458098 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 458608 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 458966 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 459374 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 459374 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 +-- +, 2) +dssi-render: Wrote 6125 frames to output.wav +event table last nframe: 465499 +run_synth(instancehandle, 6125, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 465499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 465499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 466009 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 466265 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 466265 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 466775 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 467643 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 468562 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 469429 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 470195 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 470348 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 471216 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 6125 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 477341 +run_synth(instancehandle, 6125, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 477341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 477341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 477341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 477341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 477341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 477749 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 477749 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 478515 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 479280 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 7) +dssi-render: Wrote 3318 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 482598 +run_synth(instancehandle, 3318, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 483466 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 6533 frames to output.wav +removed_note_off_event +event table last nframe: 489999 +run_synth(instancehandle, 6533, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 490765 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 +-- +, 6) +dssi-render: Wrote 4083 frames to output.wav +replaced_event +event table last nframe: 494848 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 495716 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 3981 frames to output.wav +removed_note_off_event +event table last nframe: 499697 +run_synth(instancehandle, 3981, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 1531 frames to output.wav +event table last nframe: 501228 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 502096 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 502249 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 503015 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 503015 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 +-- +, 6) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 504801 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 505567 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 +-- +, 6) +dssi-render: Wrote 1531 frames to output.wav +replaced_event +event table last nframe: 507098 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 507353 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 +-- +, 5) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 507966 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 3573 frames to output.wav +removed_note_off_event +event table last nframe: 511539 +run_synth(instancehandle, 3573, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 512457 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 513325 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 513835 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 514346 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 70 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 514499 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 514499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 515009 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 515265 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 70 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 515265 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 6) +dssi-render: Wrote 4083 frames to output.wav +replaced_event +event table last nframe: 519348 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 70 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 520216 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 70 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 520369 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 6227 frames to output.wav +removed_note_off_event +event table last nframe: 526596 +run_synth(instancehandle, 6227, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 526749 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 527515 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 4083 frames to output.wav +replaced_event +event table last nframe: 531598 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 532466 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 5257 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 537723 +run_synth(instancehandle, 5257, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +event table last nframe: 538846 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 538999 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 539765 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 +-- +, 6) +dssi-render: Wrote 4083 frames to output.wav +replaced_event +event table last nframe: 543848 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 544716 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 6278 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 550994 +run_synth(instancehandle, 6278, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 551096 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 551249 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 552015 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 6) +dssi-render: Wrote 4083 frames to output.wav +replaced_event +event table last nframe: 556098 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 556966 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 3573 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 560539 +run_synth(instancehandle, 3573, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 2807 frames to output.wav +removed_note_off_event +event table last nframe: 563346 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 563499 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 563499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 563499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 564265 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 564265 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 564265 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 +-- +, 6) +dssi-render: Wrote 4083 frames to output.wav +replaced_event +event table last nframe: 568348 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 569216 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1939 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 571155 +run_synth(instancehandle, 1939, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 4441 frames to output.wav +removed_note_off_event +event table last nframe: 575596 +run_synth(instancehandle, 4441, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 575749 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 575749 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 576515 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 576515 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 4083 frames to output.wav +replaced_event +event table last nframe: 580598 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 581466 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 581874 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 10 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 582640 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1122 frames to output.wav +removed_note_off_event +event table last nframe: 583762 +run_synth(instancehandle, 1122, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 584681 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 1634 frames to output.wav +event table last nframe: 586315 +run_synth(instancehandle, 1634, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 587233 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 587591 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 587591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 587591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 587591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 587591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 587591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 587846 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 587999 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 587999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 587999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 587999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 587999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 588254 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 588765 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 588765 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 588765 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 589122 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 2450 frames to output.wav +event table last nframe: 591572 +run_synth(instancehandle, 2450, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 1276 frames to output.wav +replaced_event +replaced_event +event table last nframe: 592848 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 593205 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 593205 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 593716 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 594124 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 594124 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 594124 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 594992 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 2) +dssi-render: Wrote 4746 frames to output.wav +replaced_event +event table last nframe: 599738 +run_synth(instancehandle, 4746, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 2) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +event table last nframe: 599841 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 +-- +, 2) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 600096 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 600249 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 44 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 600249 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 44 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 600504 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 44 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 601015 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 601015 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 601372 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 7) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 605098 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 605455 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 605863 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 4) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 605966 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 606374 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 5717 frames to output.wav +removed_note_off_event +event table last nframe: 612091 +run_synth(instancehandle, 5717, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 612091 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 612346 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 612499 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 612499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 612499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 612754 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 613265 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 613265 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 613265 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 613622 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 89 tick: 0 +-- +, 7) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 617348 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 89 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 617705 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 89 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 618216 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 89 tick: 0 +-- +, 3) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 618624 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 618981 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 5360 frames to output.wav +event table last nframe: 624341 +run_synth(instancehandle, 5360, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 +-- +, 2) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 624749 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 49 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 624749 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 49 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 625004 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 49 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 625514 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 625514 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 625872 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 629598 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 629598 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 629955 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 4) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 630466 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 3) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 630874 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 631129 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 631997 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 632916 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1633 frames to output.wav +event table last nframe: 634549 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 635468 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 636233 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 636591 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 636591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 636591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 +-- +, 3) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 636999 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 636999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 636999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 637254 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 637764 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 637764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 637764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 638020 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 638122 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 638887 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 2961 frames to output.wav +replaced_event +replaced_event +event table last nframe: 641848 +run_synth(instancehandle, 2961, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 642205 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 642716 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 643124 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 643124 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 643379 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1531 frames to output.wav +event table last nframe: 644910 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 645676 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 646697 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1633 frames to output.wav +event table last nframe: 648330 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 648841 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 +-- +, 2) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 649249 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 45 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 649249 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 45 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 649504 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 45 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 650014 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 650014 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 650372 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 6) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 651137 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 6) +dssi-render: Wrote 2961 frames to output.wav +replaced_event +replaced_event +event table last nframe: 654098 +run_synth(instancehandle, 2961, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 654455 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 4) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 654966 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 3) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 655374 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 655731 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 5360 frames to output.wav +event table last nframe: 661091 +run_synth(instancehandle, 5360, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 +-- +, 2) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 661499 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 661499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 661499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 661754 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 662264 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 662264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 662264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 662622 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 666348 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 666705 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 667113 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 667215 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 3) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 667624 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 5716 frames to output.wav +removed_note_off_event +event table last nframe: 673340 +run_synth(instancehandle, 5716, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 673340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 673340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 673340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 673340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 673340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 673340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 +-- +, 4) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 673749 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 673749 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 674004 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 674514 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 674514 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 674872 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 678598 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 678955 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 679363 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 679465 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 679874 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 5716 frames to output.wav +removed_note_off_event +event table last nframe: 685590 +run_synth(instancehandle, 5716, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 685999 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 685999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 685999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 686254 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 686764 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 686764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 686764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 687122 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 7) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 690848 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 691205 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 691715 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 4) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 692124 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 692481 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 5359 frames to output.wav +event table last nframe: 697840 +run_synth(instancehandle, 5359, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 +-- +, 3) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 698249 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 698249 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 698504 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 699014 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 699014 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 699372 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 7) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 703098 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 703455 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 703965 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 703965 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 4) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 704374 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 5716 frames to output.wav +removed_note_off_event +event table last nframe: 710090 +run_synth(instancehandle, 5716, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 +-- +, 3) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 710346 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 710499 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 710499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 710499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 710754 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 711264 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 711264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 711264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 711622 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 8) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 715348 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 715705 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 716215 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 716624 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 716981 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 +-- +, 3) +dssi-render: Wrote 2807 frames to output.wav +replaced_event +event table last nframe: 719788 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 722340 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 +-- +, 3) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 722596 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 722749 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 60 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 722749 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 60 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 723004 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 60 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 723514 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 723514 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 723872 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 727598 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 727955 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 728465 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 728874 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 729231 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 4594 frames to output.wav +replaced_event +event table last nframe: 733825 +run_synth(instancehandle, 4594, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 734590 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 3) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 734846 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 734999 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 734999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 734999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 735254 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 735764 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 735764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 735764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 736122 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 8) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 739848 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 740205 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 740715 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 740715 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 741124 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 5716 frames to output.wav +removed_note_off_event +event table last nframe: 746840 +run_synth(instancehandle, 5716, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 746994 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 747096 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 747249 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 747249 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 47 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 747249 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 47 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 747504 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 47 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 748014 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 748014 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 748014 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 748372 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 752098 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 752455 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 752455 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 752965 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 753374 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 3164 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 756538 +run_synth(instancehandle, 3164, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 759090 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 +-- +, 3) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 759346 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 759499 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 759499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 759499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 759754 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 760264 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 760264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 760264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 760622 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 8) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 764348 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 764705 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 765215 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 765624 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +event table last nframe: 766900 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 1021 frames to output.wav +replaced_event +event table last nframe: 767921 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 770473 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 771340 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 771340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 +-- +, 3) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 771596 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 771749 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 80 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 771749 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 45 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 771749 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 45 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 772004 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 45 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 772259 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 45 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 772514 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 80 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 772514 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 772514 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 772872 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 773025 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 8) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 774046 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 774811 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 8) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 775832 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 +-- +, 9) +dssi-render: Wrote 613 frames to output.wav +replaced_event +replaced_event +event table last nframe: 776445 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 776598 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 776598 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 776955 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 777465 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 777874 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 2041 frames to output.wav +removed_note_off_event +event table last nframe: 779915 +run_synth(instancehandle, 2041, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 780681 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 2909 frames to output.wav +removed_note_off_event +event table last nframe: 783590 +run_synth(instancehandle, 2909, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 783590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 783590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 783590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 783590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 783590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 783999 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 783999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 783999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 783999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 784254 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 784764 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 784764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 784764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 785122 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 788848 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 789205 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 789715 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 790124 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 791757 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 2195 frames to output.wav +replaced_event +event table last nframe: 793952 +run_synth(instancehandle, 2195, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1888 frames to output.wav +removed_note_off_event +event table last nframe: 795840 +run_synth(instancehandle, 1888, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 2) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 796096 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 796249 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 44 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 796249 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 44 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 796504 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 44 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 797014 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 797014 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 797372 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 7) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 801098 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 801455 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 801863 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 801965 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 4) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 802374 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 5716 frames to output.wav +removed_note_off_event +event table last nframe: 808090 +run_synth(instancehandle, 5716, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 808243 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +event table last nframe: 808346 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 808499 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 808499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 808499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 808754 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 809264 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 809264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 809264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 809622 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 89 tick: 0 +-- +, 7) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 813348 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 89 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 813705 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 89 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 814215 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 89 tick: 0 +-- +, 3) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 814624 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 814981 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 +-- +, 1) +dssi-render: Wrote 5359 frames to output.wav +event table last nframe: 820340 +run_synth(instancehandle, 5359, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 +-- +, 2) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 820749 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 49 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 820749 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 49 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 821004 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 42 velocity: 49 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 821514 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 821514 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 821872 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 1174 frames to output.wav +event table last nframe: 823046 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 823811 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +replaced_event +replaced_event +event table last nframe: 824679 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 824832 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 825598 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 825598 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 825955 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 4) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 826465 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 3) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 826874 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 827384 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 +-- +, 1) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 828150 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 +-- +, 1) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 829936 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 +-- +, 1) +dssi-render: Wrote 2654 frames to output.wav +event table last nframe: 832590 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 832590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 832590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 +-- +, 3) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 832999 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 832999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 832999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 832999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 833254 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 833764 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 833764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 833764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 834122 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 2705 frames to output.wav +event table last nframe: 836827 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 837694 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 154 frames to output.wav +replaced_event +replaced_event +event table last nframe: 837848 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 838205 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 838460 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 838715 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 839124 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 839481 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 2) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 840247 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 2) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 841165 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 2) +dssi-render: Wrote 1634 frames to output.wav +event table last nframe: 842799 +run_synth(instancehandle, 1634, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 2) +dssi-render: Wrote 2041 frames to output.wav +event table last nframe: 844840 +run_synth(instancehandle, 2041, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 844993 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 +-- +, 3) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 845249 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 845249 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 845249 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 845504 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 846014 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 846014 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 846372 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 7) +dssi-render: Wrote 3572 frames to output.wav +replaced_event +replaced_event +event table last nframe: 849944 +run_synth(instancehandle, 3572, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 7) +dssi-render: Wrote 154 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 850098 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 850455 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 850965 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 851118 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 3) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 851374 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 5716 frames to output.wav +removed_note_off_event +event table last nframe: 857090 +run_synth(instancehandle, 5716, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 857499 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 857499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 857499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 857499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 857754 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 858264 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 858264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 858264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 858622 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 859030 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 859796 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 860663 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1685 frames to output.wav +replaced_event +replaced_event +event table last nframe: 862348 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 862348 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 862705 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 863215 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 863624 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 5716 frames to output.wav +removed_note_off_event +event table last nframe: 869340 +run_synth(instancehandle, 5716, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 869340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 869340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 869340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 869340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 869340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 869340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 869749 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 101 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 869749 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 101 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 870004 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 101 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 870514 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 870514 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 870872 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 871025 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 871790 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 872658 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 1940 frames to output.wav +replaced_event +replaced_event +event table last nframe: 874598 +run_synth(instancehandle, 1940, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 874955 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 875465 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 875874 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 876231 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 5359 frames to output.wav +event table last nframe: 881590 +run_synth(instancehandle, 5359, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 881999 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 881999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 881999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 882254 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 882764 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 882764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 882764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 883122 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 8) +dssi-render: Wrote 3572 frames to output.wav +replaced_event +replaced_event +event table last nframe: 886694 +run_synth(instancehandle, 3572, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 8) +dssi-render: Wrote 154 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 886848 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 887205 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 887715 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 888124 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 3573 frames to output.wav +removed_note_off_event +event table last nframe: 891697 +run_synth(instancehandle, 3573, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 892462 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 893483 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 893840 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 894249 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 894249 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 894504 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 895014 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 895014 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 895116 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 895372 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 8) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 896035 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 8) +dssi-render: Wrote 1633 frames to output.wav +event table last nframe: 897668 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 8) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 898587 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +replaced_event +replaced_event +event table last nframe: 899098 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 899455 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 899965 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 900374 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 900731 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 3828 frames to output.wav +event table last nframe: 904559 +run_synth(instancehandle, 3828, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 905478 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 906090 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 906345 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 906499 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 906499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 906499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 906754 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 907264 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 907264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 907264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 907264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 907622 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 8) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 908285 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 8) +dssi-render: Wrote 3063 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 911348 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 911705 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 912113 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 912215 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 4) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 912624 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 5716 frames to output.wav +removed_note_off_event +event table last nframe: 918340 +run_synth(instancehandle, 5716, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 +-- +, 3) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 918749 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 60 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 918749 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 60 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 919004 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 60 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 919514 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 919514 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 919871 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 7) +dssi-render: Wrote 1174 frames to output.wav +replaced_event +replaced_event +event table last nframe: 921045 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 7) +dssi-render: Wrote 2553 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 923598 +run_synth(instancehandle, 2553, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 923955 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 924465 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 924465 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 924874 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 3062 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 927936 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 2654 frames to output.wav +removed_note_off_event +event table last nframe: 930590 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 930845 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 930999 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 930999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 930999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 931254 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 931764 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 931764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 931764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 932121 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 8) +dssi-render: Wrote 3727 frames to output.wav +replaced_event +replaced_event +event table last nframe: 935848 +run_synth(instancehandle, 3727, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 936205 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 936613 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 936715 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 937124 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 4849 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 941973 +run_synth(instancehandle, 4849, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +event table last nframe: 942840 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 943095 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 943249 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 943249 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 47 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 943249 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 47 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 943504 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 47 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 944014 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 944014 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 944014 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 944371 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 1787 frames to output.wav +replaced_event +replaced_event +event table last nframe: 946158 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 1940 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 948098 +run_synth(instancehandle, 1940, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 948455 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 948965 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 83 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 948965 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 83 tick: 0 +-- +, 6) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 949374 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 83 tick: 0 +-- +, 5) +dssi-render: Wrote 2296 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 951670 +run_synth(instancehandle, 2296, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 3420 frames to output.wav +removed_note_off_event +event table last nframe: 955090 +run_synth(instancehandle, 3420, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 955243 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 955345 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 955499 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 955499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 955499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 955754 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 956264 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 956264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 956264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 956621 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 8) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 960347 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 960705 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 961113 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 961215 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 961624 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 3164 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 964788 +run_synth(instancehandle, 3164, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 967340 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 967595 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 967749 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 117 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 967749 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 117 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 967749 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 117 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 968004 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 117 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 968514 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 117 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 968514 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 968514 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 968871 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 8) +dssi-render: Wrote 1174 frames to output.wav +replaced_event +replaced_event +event table last nframe: 970045 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 8) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 972597 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 972955 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 973465 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 973465 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +event table last nframe: 973874 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 80 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 973874 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 80 tick: 0 +-- +, 6) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 974639 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 976170 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 3420 frames to output.wav +removed_note_off_event +event table last nframe: 979590 +run_synth(instancehandle, 3420, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 979590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 979590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 979590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 979590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 979590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 979845 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 979999 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 979999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 979999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 979999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 979999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 979999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 979999 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 980254 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 980764 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 980764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 980764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 981121 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 4747 frames to output.wav +replaced_event +event table last nframe: 985868 +run_synth(instancehandle, 4747, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 986124 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 986379 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 986736 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 986736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 986889 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 987246 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 987655 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 +-- +, 2) +dssi-render: Wrote 4083 frames to output.wav +replaced_event +event table last nframe: 991738 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 +-- +, 2) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 991840 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 991840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 992095 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 992095 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 992249 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 992249 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 74 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 992249 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 74 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 992504 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 74 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 992606 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 74 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 993014 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 993014 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 66 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 993371 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 66 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 +-- +, 11) +dssi-render: Wrote 3063 frames to output.wav +replaced_event +event table last nframe: 996434 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 66 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 996842 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 66 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 996944 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 66 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 +-- +, 9) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 997863 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 998220 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 998374 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 998629 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 998731 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 999139 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 999496 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1001283 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1002559 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 1004090 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1004090 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1004345 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1004498 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1004498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1004498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1004498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 +-- +, 10) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 1004601 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1004754 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1004754 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1004754 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1004856 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1005264 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1005264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1005264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1005519 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1005621 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 1006285 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 1007153 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 1008837 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 1009705 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 1010215 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1010623 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1010879 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1010879 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1010879 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1010981 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 1011389 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1011491 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 1011746 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 1012257 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 1012410 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 1012512 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 2705 frames to output.wav +event table last nframe: 1015217 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 1016340 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1016340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1016595 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1016595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1016748 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1016748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1016748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 79 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1016748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 79 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1017004 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 79 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1017106 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 79 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 1017514 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 79 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 1017514 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1017514 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1017871 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 13) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 1019147 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 13) +dssi-render: Wrote 664 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1019811 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1020066 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 11) +dssi-render: Wrote 613 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1020679 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1020934 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1020934 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 1021444 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 8) +dssi-render: Wrote 1174 frames to output.wav +removed_note_off_event +event table last nframe: 1022618 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1022720 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1022873 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1023129 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1023231 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 1023231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 1023639 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1023639 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 1023996 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1024915 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1025783 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1174 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1026957 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +event table last nframe: 1028590 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1028590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1028845 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1028845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1028998 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1028998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1028998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1028998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1028998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1028998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1028998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1028998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1029254 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 1029764 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1029764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1029764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1030121 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 3063 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1033184 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1034103 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1034868 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1035123 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1035379 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1035379 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 1035736 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1035889 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1036246 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 4594 frames to output.wav +event table last nframe: 1040840 +run_synth(instancehandle, 4594, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1040840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1041095 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1041248 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1041248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1041248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1041504 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1041606 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1042014 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1042014 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1042371 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 42 tick: 0 +-- +, 12) +dssi-render: Wrote 2706 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1045077 +run_synth(instancehandle, 2706, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 42 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1045179 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1045434 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 +-- +, 8) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1046097 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 +-- +, 7) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1047220 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1047373 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1047629 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1047731 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 1047884 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1048139 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1048496 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 2552 frames to output.wav +replaced_event +event table last nframe: 1051048 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1051559 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 1053090 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1053090 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1053345 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1053498 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1053498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1053498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1053498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1053498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1053754 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1053754 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1053754 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1053856 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1054264 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1054264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1054264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 14) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1054621 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1054774 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 +-- +, 15) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1056561 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 +-- +, 13) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1057429 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1058092 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 9) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1059215 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 1059623 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1059879 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 1060389 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1060746 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 5) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 1061410 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1062278 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 3062 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1065340 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1065340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1065595 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1065748 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1065748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1065748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1065748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1066004 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1066106 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1066514 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1066514 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1066871 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1067280 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 2297 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1069577 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1069934 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +event table last nframe: 1071720 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1071873 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1071873 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1072129 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1072231 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1072639 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1072996 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1072996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 1073915 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +replaced_event +event table last nframe: 1074783 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1174 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1075957 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +event table last nframe: 1077590 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 1077590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1077590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1077590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1077590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1077590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1077845 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1077998 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1077998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1077998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 1077998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1077998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1077998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1077998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1077998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 70 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1078254 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 1078764 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1078764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 70 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1078764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 43 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1079121 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 43 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 47 tick: 0 +-- +, 11) +dssi-render: Wrote 3982 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1083103 +run_synth(instancehandle, 3982, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 43 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 47 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1083868 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 47 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1084123 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 47 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1084379 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 47 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 1084736 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 47 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1084736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1084889 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1085246 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 +-- +, 3) +dssi-render: Wrote 4594 frames to output.wav +event table last nframe: 1089840 +run_synth(instancehandle, 4594, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1089840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1090095 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1090248 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 1090248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1090248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1090248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1090248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1090248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1090504 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1090606 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1091014 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1091014 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1091371 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 +-- +, 11) +dssi-render: Wrote 1174 frames to output.wav +replaced_event +event table last nframe: 1092545 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 +-- +, 11) +dssi-render: Wrote 1532 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1094077 +run_synth(instancehandle, 1532, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1094434 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 +-- +, 8) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1095863 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1096220 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1096373 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1096629 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1096731 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1096731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1097139 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1097496 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 4) +dssi-render: Wrote 1787 frames to output.wav +replaced_event +event table last nframe: 1099283 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1100559 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 1102090 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1102090 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1102243 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1102345 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1102498 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1102498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1102498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1102498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1102754 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1102754 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1102754 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1102856 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1103009 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 1103264 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1103264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1103264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1103621 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 1104030 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 1104795 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 1787 frames to output.wav +event table last nframe: 1106582 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1107347 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1107347 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 11) +dssi-render: Wrote 613 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1107960 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1108113 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1108215 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1108215 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 1108623 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1108879 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 1109389 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1109746 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 5) +dssi-render: Wrote 1532 frames to output.wav +replaced_event +event table last nframe: 1111278 +run_synth(instancehandle, 1532, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1111431 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 2807 frames to output.wav +removed_note_off_event +event table last nframe: 1114238 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1114340 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1114340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1114595 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1114748 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1114748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1114748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1115004 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1115106 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1115259 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 1115514 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1115514 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1115871 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 12) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 1116892 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 1117658 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 12) +dssi-render: Wrote 765 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1118423 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1118934 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1120363 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1120720 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1120873 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1121129 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1121231 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 72 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1121231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 72 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1121639 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 72 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1121996 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 72 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1122149 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 72 tick: 0 +-- +, 5) +dssi-render: Wrote 2553 frames to output.wav +replaced_event +event table last nframe: 1124702 +run_synth(instancehandle, 2553, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1124957 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1888 frames to output.wav +removed_note_off_event +event table last nframe: 1126845 +run_synth(instancehandle, 1888, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1126845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1126998 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1126998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1126998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1126998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1126998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1126998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 57 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1127254 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 57 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 1127764 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 57 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1127764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 57 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1127764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 57 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1128121 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 57 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 12) +dssi-render: Wrote 3982 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1132103 +run_synth(instancehandle, 3982, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1132358 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1132868 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1133123 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1133379 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 1133736 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1133889 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1134246 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1134655 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 2) +dssi-render: Wrote 3573 frames to output.wav +replaced_event +event table last nframe: 1138228 +run_synth(instancehandle, 3573, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 1138840 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1138840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1139095 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1139095 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1139248 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1139248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1139248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1139248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1139504 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1139606 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1140014 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1140014 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1140014 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 1140371 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1140371 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 62 tick: 0 +-- +, 10) +dssi-render: Wrote 3063 frames to output.wav +replaced_event +event table last nframe: 1143434 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 62 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1143842 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 62 tick: 0 +-- +, 9) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1144863 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 62 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1144965 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1145220 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1145373 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1145629 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1145731 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1146139 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1146496 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 1787 frames to output.wav +replaced_event +event table last nframe: 1148283 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1149559 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 1151090 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1151090 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 1151090 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 1151345 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1151345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1151498 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1151498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1151498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1151498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1151754 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1151754 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1151754 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1151856 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1152264 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1152264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1152264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 91 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1152621 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 91 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 77 tick: 0 +-- +, 13) +dssi-render: Wrote 3573 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1156194 +run_synth(instancehandle, 3573, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 77 tick: 0 +-- +, 13) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1157623 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 77 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1157879 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 77 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1157981 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 77 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1157981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1157981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 1158389 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1158746 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 1159001 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1159512 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1159512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 1160431 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1161196 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1161451 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1161707 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +event table last nframe: 1163340 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1163340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 1163595 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1163595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1163595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1163748 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1163748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1163748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1163748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1164004 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1164106 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1164514 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1164514 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1164514 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1164871 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 +-- +, 11) +dssi-render: Wrote 1787 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1166658 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 +-- +, 11) +dssi-render: Wrote 3215 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1169873 +run_synth(instancehandle, 3215, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1170129 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1170639 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1170996 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1171149 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 1171915 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 3318 frames to output.wav +event table last nframe: 1175233 +run_synth(instancehandle, 3318, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1175590 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 1175590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1175590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1175590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1175590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1175590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 1175845 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1175845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1175998 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1175998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1175998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1175998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1175998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1175998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1175998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1176254 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1176356 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1176764 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 100 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1176764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1176764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1177121 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1174 frames to output.wav +event table last nframe: 1178295 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1178295 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 3573 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1181868 +run_synth(instancehandle, 3573, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1182123 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1182379 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 1182736 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1182736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1182889 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 1183246 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1183655 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 +-- +, 2) +dssi-render: Wrote 4185 frames to output.wav +event table last nframe: 1187840 +run_synth(instancehandle, 4185, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1187840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 1187993 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 1188095 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1188095 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1188248 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1188248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 54 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1188248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 54 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1188504 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 54 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1188606 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 54 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1189014 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1189014 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 66 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1189371 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 66 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 +-- +, 11) +dssi-render: Wrote 3063 frames to output.wav +replaced_event +event table last nframe: 1192434 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 66 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1192842 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 66 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1192944 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 66 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 +-- +, 9) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1193863 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1194220 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1194373 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 1194629 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 1194731 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 1195139 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 1195496 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1197283 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1198559 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 1200090 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1200090 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1200345 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1200498 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1200498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1200498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1200498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1200754 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1200754 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1200754 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1200856 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1200856 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1201264 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1201264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1201264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 +-- +, 13) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1201621 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1201774 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 1202540 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 1203408 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 1205194 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 1206113 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 1206215 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1206623 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1206879 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1206879 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1206879 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1206981 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 1207389 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1207746 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 1207746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1208410 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 1208512 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 1210298 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 1211217 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 1212340 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1212340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1212595 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1212748 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1212748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 59 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1212748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 59 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1213003 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 59 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 +-- +, 10) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 1213106 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 59 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1213514 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1213514 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1213871 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 12) +dssi-render: Wrote 1940 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1215811 +run_synth(instancehandle, 1940, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 12) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1216678 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1216934 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1217444 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 7) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 1218108 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 6) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 1218720 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1218873 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 1219128 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 7) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +event table last nframe: 1219231 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 1219231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 1219639 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1219741 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 1219996 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 1220660 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1123 frames to output.wav +replaced_event +event table last nframe: 1221783 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 1222293 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 4) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 1222957 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 1223212 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1378 frames to output.wav +event table last nframe: 1224590 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1224590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1224845 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1224845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1224998 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1224998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1224998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 1224998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1224998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1224998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1224998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1224998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1224998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1225253 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 +-- +, 13) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 1225611 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 1225764 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1225764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1225764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1226121 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 1226530 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 1227295 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 1228316 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 1229082 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1229184 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1229949 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1230102 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1230868 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1231123 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1231378 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1231378 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 1231736 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1231889 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1232246 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 4594 frames to output.wav +event table last nframe: 1236840 +run_synth(instancehandle, 4594, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1236840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1237095 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1237248 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1237248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1237248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1237503 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 +-- +, 10) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 1237606 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1238014 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1238014 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1238371 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 42 tick: 0 +-- +, 12) +dssi-render: Wrote 2705 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1241076 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 42 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1241178 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1241434 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 +-- +, 8) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1242097 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 +-- +, 7) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1243220 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1243373 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1243628 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 1243731 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1244139 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1244496 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 2552 frames to output.wav +replaced_event +event table last nframe: 1247048 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1247303 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1247559 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 1249090 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1249090 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1249345 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1249498 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1249498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1249498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1249498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1249498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1249753 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1249753 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1249753 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 +-- +, 14) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 1249856 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1250264 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1250264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1250264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 14) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1250621 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1250774 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 +-- +, 15) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1252561 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 +-- +, 13) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1253428 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1254092 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 9) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1255215 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 1255623 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1255878 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 1256389 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1256746 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 5) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 1257410 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1258277 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 2297 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1260574 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 1261340 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1261340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1261595 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1261748 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1261748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1261748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 111 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1261748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1262003 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 +-- +, 9) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 1262106 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 104 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1262514 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 104 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1262514 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1262871 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 2705 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1265576 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1265934 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +event table last nframe: 1267720 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1267873 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1267873 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1268128 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 1268231 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1268639 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1268996 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1268996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 1269915 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +replaced_event +event table last nframe: 1270783 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1174 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1271957 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +event table last nframe: 1273590 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 1273590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1273590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1273590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1273590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1273590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1273845 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1273998 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1273998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1273998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 1273998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1273998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1273998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1273998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1273998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 70 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1274253 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 1274764 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1274764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 70 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1274764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 43 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1275121 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 43 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 47 tick: 0 +-- +, 11) +dssi-render: Wrote 3981 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1279102 +run_synth(instancehandle, 3981, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 43 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 47 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1279868 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 47 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1280123 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 47 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1280378 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 47 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 1280736 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 47 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1280736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1280889 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1281246 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 +-- +, 3) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +event table last nframe: 1284972 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 +-- +, 3) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +event table last nframe: 1285840 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1285840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1286095 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1286248 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 1286248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1286248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1286248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1286248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 52 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1286248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1286503 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 +-- +, 8) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 1286606 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1287014 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1287014 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1287371 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 +-- +, 10) +dssi-render: Wrote 2705 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1290076 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1290434 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 +-- +, 8) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1291863 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1292220 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1292373 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1292628 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1292730 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1292730 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 7) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1293139 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1293496 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 4) +dssi-render: Wrote 1787 frames to output.wav +replaced_event +event table last nframe: 1295283 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1296559 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 1298090 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1298090 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1298345 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1298498 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1298498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1298498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1298498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1298753 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1298753 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1298753 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1298855 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1298855 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1299264 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1299264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1299264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1299621 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 1300540 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 1301561 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 1302326 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 1021 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1303347 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1303960 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1304113 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1304113 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 1304215 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 1304623 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1304878 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1304878 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 1305389 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1305746 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1305746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 5) +dssi-render: Wrote 1531 frames to output.wav +replaced_event +event table last nframe: 1307277 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1307430 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 2910 frames to output.wav +removed_note_off_event +event table last nframe: 1310340 +run_synth(instancehandle, 2910, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1310340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1310595 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1310595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1310748 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1310748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 70 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1310748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 70 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1311003 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 70 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1311105 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 70 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1311514 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1311514 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1311871 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 1312637 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 1313913 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1314423 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1314934 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 1315087 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 1316108 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 1316720 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1316873 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1317128 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1317230 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 72 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1317230 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 72 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 1317230 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 72 tick: 0 +-- +, 10) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1317639 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 72 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1317996 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 72 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1318149 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 72 tick: 0 +-- +, 6) +dssi-render: Wrote 2552 frames to output.wav +replaced_event +event table last nframe: 1320701 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1320957 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1320957 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1888 frames to output.wav +removed_note_off_event +event table last nframe: 1322845 +run_synth(instancehandle, 1888, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1322845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1322998 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1322998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1322998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1322998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1322998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1322998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 57 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1323253 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 57 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 1323764 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 57 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1323764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 57 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1323764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 57 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1324121 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 57 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 12) +dssi-render: Wrote 3981 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1328102 +run_synth(instancehandle, 3981, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1328358 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1328868 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1329123 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1329378 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 1329736 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1329889 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1330246 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1330654 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 +-- +, 2) +dssi-render: Wrote 4186 frames to output.wav +event table last nframe: 1334840 +run_synth(instancehandle, 4186, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1334840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 1334993 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 1335095 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1335095 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1335248 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1335248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1335248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1335248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1335503 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1335605 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1336014 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1336014 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1336014 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 1336371 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1336371 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 62 tick: 0 +-- +, 10) +dssi-render: Wrote 3063 frames to output.wav +replaced_event +event table last nframe: 1339434 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 62 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1339842 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 62 tick: 0 +-- +, 9) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1340863 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 62 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1340965 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1341220 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1341373 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1341628 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1341730 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1342139 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1342496 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 1787 frames to output.wav +replaced_event +event table last nframe: 1344283 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1345559 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 1347090 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1347090 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 1347243 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 1347345 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1347345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1347498 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1347498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1347498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1347498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1347753 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1347753 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1347753 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1347855 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1348264 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1348264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1348264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 91 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1348621 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 91 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 77 tick: 0 +-- +, 13) +dssi-render: Wrote 4339 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1352960 +run_synth(instancehandle, 4339, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 91 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 77 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1353368 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 77 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 1353470 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 77 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1353623 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 77 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1353878 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 77 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1353980 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 91 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1353980 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1354389 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1354746 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 1355001 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1356430 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1357196 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1357809 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1358574 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 +-- +, 2) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 1359340 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1359340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1359595 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1359595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1359748 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1359748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1359748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1359748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1360003 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1360105 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1360514 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1360514 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1360514 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1360871 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 +-- +, 11) +dssi-render: Wrote 3471 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1364342 +run_synth(instancehandle, 3471, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 +-- +, 11) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1365618 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 1365720 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1365873 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 105 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1365873 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 105 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1366128 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 105 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1366230 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1366639 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1366639 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1366996 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1367149 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 1367915 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +replaced_event +event table last nframe: 1368783 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1370059 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1174 frames to output.wav +removed_note_off_event +event table last nframe: 1371233 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 +-- +, 3) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1371590 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 1371590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1371590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1371590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1371590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1371590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1371845 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1371998 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1371998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1371998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1371998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1371998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1371998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1371998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 75 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1371998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 75 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1371998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 75 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 +-- +, 14) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1372355 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 75 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 +-- +, 14) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1372764 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 75 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1372764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 75 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 1374295 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 75 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 1374295 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 75 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 2807 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1377102 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1377868 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1378736 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 1378889 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1378889 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 765 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1379654 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1380420 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 1531 frames to output.wav +replaced_event +event table last nframe: 1381951 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 2144 frames to output.wav +removed_note_off_event +event table last nframe: 1384095 +run_synth(instancehandle, 2144, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1384095 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1384248 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1384248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1384248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1384248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 74 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1384248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1384248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1384248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1384248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1384248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 14) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1384605 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 34 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1385014 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 34 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 3420 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1388434 +run_synth(instancehandle, 3420, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 34 velocity: 104 tick: 0 +-- +, 14) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1388944 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1174 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1390118 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1390118 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1390220 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1390220 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1390220 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 1390730 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 1392006 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 1276 frames to output.wav +replaced_event +event table last nframe: 1393282 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1393691 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1394456 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 1394559 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 1394967 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 1395732 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 1396345 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1396498 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1396498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1396498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1396498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1396498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1396498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1396498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1396498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1396753 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1396753 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1396753 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 93 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1396855 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 93 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 34 velocity: 120 tick: 0 +-- +, 15) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1397264 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 93 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 34 velocity: 120 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1397264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 93 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 34 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +event table last nframe: 1398387 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 34 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 1399305 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 34 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 1400071 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 34 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1123 frames to output.wav +replaced_event +event table last nframe: 1401194 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 93 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 1401857 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 93 tick: 0 +-- +, 12) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 1402215 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 93 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1402368 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 93 tick: 0 +-- +, 11) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1403491 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1403644 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1403746 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1404154 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1404410 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 1405022 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1405022 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1405277 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 1405941 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 2654 frames to output.wav +event table last nframe: 1408595 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1408748 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1408748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1408748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1408748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 79 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1408748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 79 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 59 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1408748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 79 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 59 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1408748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 79 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 59 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1409105 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 79 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 59 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 34 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1409514 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 59 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 34 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 3062 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1412576 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 59 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 84 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1412934 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 59 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1412934 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 59 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 1412934 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1412934 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1412934 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1414618 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1414618 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1414720 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 119 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1414720 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 119 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1414720 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 119 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 1415230 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 1416506 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 1417272 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1417680 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 119 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 1418191 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 119 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 1418956 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1418956 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 1419824 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1419977 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 1420590 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1420590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 1420743 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1420743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1420845 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1420845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1420998 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1420998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1420998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1420998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1420998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1420998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1420998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1420998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1420998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1420998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1420998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 18) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 1421611 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 1421611 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1421611 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 17) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1421764 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1421764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1421764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 13) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 1422376 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 1423040 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1423295 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 2807 frames to output.wav +event table last nframe: 1426102 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 1426868 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1426970 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1427736 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 24 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1427889 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1428654 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1428654 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1428654 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1428654 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 2) +dssi-render: Wrote 4339 frames to output.wav +replaced_event +event table last nframe: 1432993 +run_synth(instancehandle, 4339, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 1433095 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1433095 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1433248 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 75 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1433248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1433248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1433248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1433248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 76 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1433248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 76 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1433248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 76 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1433605 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 76 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1434014 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 76 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 1434269 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 3164 frames to output.wav +replaced_event +event table last nframe: 1437433 +run_synth(instancehandle, 3164, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 24 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1437842 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1438352 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1439118 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1439220 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1439220 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 1439730 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1439986 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1439986 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 2705 frames to output.wav +replaced_event +event table last nframe: 1442691 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1443558 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 24 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1444069 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +event table last nframe: 1445345 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1445345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1445498 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1445498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1445498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1445498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1445498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1445498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1445498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1445498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1445753 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1445753 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1445855 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 15) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1446264 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1446264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 3930 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1450194 +run_synth(instancehandle, 3930, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1451215 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 24 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 12) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1452236 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 11) +dssi-render: Wrote 918 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1453154 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1453256 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1453256 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 1453920 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1454022 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1454532 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 1454941 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 2654 frames to output.wav +event table last nframe: 1457595 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1457748 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1457748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1457748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1457748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1457748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1457748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1457748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1457748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1457748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1458105 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1458514 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 2909 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1461423 +run_synth(instancehandle, 2909, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1461933 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 24 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1461933 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 88 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1461933 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1462852 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1462852 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1463720 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1463720 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 1464230 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 1464639 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1464639 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 612 frames to output.wav +replaced_event +event table last nframe: 1465251 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 2705 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1467956 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 24 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1468569 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +event table last nframe: 1469590 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1469590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1469743 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1469845 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1469845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1469998 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1469998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1469998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1469998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1469998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1469998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1469998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1469998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1469998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 14) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 1470611 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1470611 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 1470764 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1470764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 1471529 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 1472397 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1472805 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1532 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1474337 +run_synth(instancehandle, 1532, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 2399 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1476736 +run_synth(instancehandle, 2399, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1476736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1476736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1020 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1477756 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 1478420 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1478420 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 3675 frames to output.wav +event table last nframe: 1482095 +run_synth(instancehandle, 3675, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1482248 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1482248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1482248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1482248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1482248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1482248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1482248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1482248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 76 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1482248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 76 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 75 tick: 0 +-- +, 13) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1482605 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 76 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 75 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1483014 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 76 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 75 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +event table last nframe: 1484290 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 76 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 75 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 37 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 867 frames to output.wav +replaced_event +event table last nframe: 1485157 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 76 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 75 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1486433 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 76 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 75 tick: 0 +-- +, 12) +dssi-render: Wrote 1685 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1488118 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 75 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1488118 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1488220 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1488220 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 1488730 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1488986 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1489139 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1489139 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 1489904 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1491282 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1491538 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_OFFchannel: 0 note: 85 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 1020 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1492558 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +event table last nframe: 1494345 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1494345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1494498 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1494498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1494498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1494498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1494498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1494498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1494498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 70 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1494498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1494753 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 73 velocity: 101 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1494753 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 73 velocity: 101 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1494855 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 73 velocity: 101 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1495264 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 73 velocity: 101 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1495264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 70 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 101 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 3828 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1499092 +run_synth(instancehandle, 3828, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 101 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1500215 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 101 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1500368 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 101 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1500470 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 101 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1501235 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 101 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 1501389 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 101 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 1501491 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 1501746 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 1502154 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1502409 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 4186 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1506595 +run_synth(instancehandle, 4186, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1506748 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1506748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1506748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1506748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1506748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1506748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1506748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1507105 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1507514 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 3062 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1510576 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1510933 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 +-- +, 9) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1511852 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 69 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1511852 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1512720 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1512720 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 4) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 1513230 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1513485 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 1514404 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 2297 frames to output.wav +replaced_event +event table last nframe: 1516701 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1516956 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1517467 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 3) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1517977 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1518590 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1518590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1518590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 +-- +, 2) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1518845 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1518845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1518998 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1518998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1518998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1518998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1518998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1518998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1518998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1518998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1518998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1518998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1518998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 1519508 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 1519764 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1519764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 +-- +, 14) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +event table last nframe: 1521040 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 +-- +, 13) +dssi-render: Wrote 2297 frames to output.wav +replaced_event +event table last nframe: 1523337 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 +-- +, 13) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1524868 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1524868 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 867 frames to output.wav +replaced_event +event table last nframe: 1525735 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1525735 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1525735 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 154 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1525889 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1525889 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 1526654 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 4339 frames to output.wav +replaced_event +event table last nframe: 1530993 +run_synth(instancehandle, 4339, + - 1: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 1531095 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1531095 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 +-- +, 2) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1531248 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1531248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1531248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1531248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1531248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1531248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1531248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1531248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1531503 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1531605 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1532014 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1532014 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 2909 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1534923 +run_synth(instancehandle, 2909, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1535433 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1536199 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 +-- +, 7) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1537220 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1537220 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1537373 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1537730 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 409 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1538139 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1538904 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 2297 frames to output.wav +replaced_event +event table last nframe: 1541201 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1541558 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +event table last nframe: 1543345 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1543498 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1543498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1543498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1543498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1543498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1543498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1543498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1543498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 69 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1543753 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 69 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1543753 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 69 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1543855 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 69 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1544264 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 69 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1544264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 3828 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1548092 +run_synth(instancehandle, 3828, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1549215 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1549470 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 69 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1550235 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1550235 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1551154 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1551154 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 1551665 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 5) +dssi-render: Wrote 612 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1552277 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1552277 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 2195 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1554472 +run_synth(instancehandle, 2195, + - 1: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 +-- +, 2) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +event table last nframe: 1555595 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1555595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1555748 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1555748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1555748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1555748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1555748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1555748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1555748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1555748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1555748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1555748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1556105 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 99 tick: 0 +-- +, 14) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1556514 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 99 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1556514 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 99 tick: 0 +-- +, 13) +dssi-render: Wrote 2807 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1559321 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1559933 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1685 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1561618 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1561720 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 119 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 1562230 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 119 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1562485 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 119 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1562485 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 119 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 154 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1562639 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1563404 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1563404 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 1564170 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 1786 frames to output.wav +replaced_event +event table last nframe: 1565956 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1566467 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +event table last nframe: 1567590 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1567590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1567590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1567590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1567590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1567590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 1567743 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 1567845 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1567845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1567998 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1567998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1567998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1567998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1567998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1567998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1567998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1567998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1567998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 1568764 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 100 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1568764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1569274 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 1570805 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 3165 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 1573970 +run_synth(instancehandle, 3165, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1574735 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1574735 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 2706 frames to output.wav +removed_note_off_event +event table last nframe: 1577441 +run_synth(instancehandle, 2706, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 2552 frames to output.wav +replaced_event +event table last nframe: 1579993 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 1580095 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1580095 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1580248 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1580248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1580248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1580248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 54 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1580248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1580248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1580605 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1580605 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 84 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 86 tick: 0 +-- +, 14) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1581014 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 84 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 86 tick: 0 +-- +, 14) +dssi-render: Wrote 4695 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1585709 +run_synth(instancehandle, 4695, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 86 tick: 0 +-- +, 13) +dssi-render: Wrote 1430 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1587139 +run_synth(instancehandle, 1430, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 86 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1587394 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 3062 frames to output.wav +removed_note_off_event +event table last nframe: 1590456 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 +-- +, 6) +dssi-render: Wrote 1889 frames to output.wav +replaced_event +event table last nframe: 1592345 +run_synth(instancehandle, 1889, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1592345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1592498 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1592498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1592498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1592498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1592498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1592498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1592753 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1592753 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1592855 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1592855 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 108 tick: 0 +-- +, 16) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1593264 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 108 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1593264 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 108 tick: 0 +-- +, 15) +dssi-render: Wrote 4695 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1597959 +run_synth(instancehandle, 4695, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1598112 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 1123 frames to output.wav +replaced_event +event table last nframe: 1599235 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 154 frames to output.wav +removed_note_off_event +event table last nframe: 1599389 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1599644 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 1599644 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +event table last nframe: 1600665 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 +-- +, 10) +dssi-render: Wrote 612 frames to output.wav +replaced_event +event table last nframe: 1601277 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 +-- +, 10) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1602961 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1603217 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 1020 frames to output.wav +event table last nframe: 1604237 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 1604595 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1604748 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1604748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1604748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 59 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1604748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 59 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1604748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 59 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1605105 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 59 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1605105 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 59 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1605514 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 1606024 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 1606790 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 1633 frames to output.wav +event table last nframe: 1608423 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 2552 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 1610975 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1611383 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 1611485 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 1611894 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1612251 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 1613017 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 1613170 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 3675 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1616845 +run_synth(instancehandle, 3675, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1616845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1616998 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1616998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1616998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1616998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1616998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1616998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1616998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1617253 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1617355 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1617355 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 17) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 1617764 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1617764 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 16) +dssi-render: Wrote 1020 frames to output.wav +removed_note_off_event +event table last nframe: 1618784 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 15) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 1619652 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 1619805 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1619907 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 1620571 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 1622357 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 1623123 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1623225 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 1623735 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1624246 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1624756 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1625165 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 2143 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1627308 +run_synth(instancehandle, 2143, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1787 frames to output.wav +event table last nframe: 1629095 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1629248 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1629248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1629248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1629248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1629248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1629605 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1629605 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 1630013 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 3063 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1633076 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 1633586 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 1633944 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 8) +dssi-render: Wrote 1174 frames to output.wav +event table last nframe: 1635118 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 8) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 1635730 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 1635730 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 2450 frames to output.wav +removed_note_off_event +event table last nframe: 1638180 +run_synth(instancehandle, 2450, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1638537 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1639303 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 2042 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1641345 +run_synth(instancehandle, 2042, + - 1: event_type: NOTE_OFFchannel: 0 note: 24 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1641345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1641498 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1641498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1641498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1641498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1641498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1641498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1641753 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 93 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1641753 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1641855 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1641855 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1642263 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1642263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1642774 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 93 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 4185 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1646959 +run_synth(instancehandle, 4185, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 93 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1647878 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 93 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1648235 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 93 tick: 0 +-- +, 7) +dssi-render: Wrote 1940 frames to output.wav +removed_note_off_event +event table last nframe: 1650175 +run_synth(instancehandle, 1940, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 93 tick: 0 +-- +, 6) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 1651196 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 93 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 1651196 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 2144 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1653340 +run_synth(instancehandle, 2144, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1653340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1653340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1653340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1653340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1653340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1653595 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1653748 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1653748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1653748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1653748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 111 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1653748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 111 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1653748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 111 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1654105 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 111 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1654105 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 111 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1654513 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1655279 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 2654 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1657933 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1658597 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1276 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1659873 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1660894 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1661149 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 4696 frames to output.wav +replaced_event +event table last nframe: 1665845 +run_synth(instancehandle, 4696, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1665845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 1665998 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1665998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1665998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1665998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1665998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1665998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1665998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1665998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1665998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 14) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 1666763 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1666763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 1667019 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1667121 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 12) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 1667886 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 12) +dssi-render: Wrote 2195 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1670081 +run_synth(instancehandle, 2195, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 55 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1670847 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 10) +dssi-render: Wrote 1888 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1672735 +run_synth(instancehandle, 1888, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1672735 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1672735 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1674522 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 3) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +event table last nframe: 1676206 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 2) +dssi-render: Wrote 1889 frames to output.wav +event table last nframe: 1678095 +run_synth(instancehandle, 1889, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1678248 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1678248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1678248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1678248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 52 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1678248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 52 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1678248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 52 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1678605 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 52 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1678605 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 52 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1679013 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 5717 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1684730 +run_synth(instancehandle, 5717, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1684730 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1686006 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 1685 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1687691 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 +-- +, 5) +dssi-render: Wrote 2654 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1690345 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1690345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1690498 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1690498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1690498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1690498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1690498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1690498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1690753 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1690753 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 70 velocity: 97 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1690855 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 70 velocity: 97 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 102 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1690855 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 70 velocity: 97 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 104 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1691263 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 70 velocity: 97 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 104 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1691263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 70 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 104 tick: 0 +-- +, 13) +dssi-render: Wrote 2297 frames to output.wav +removed_note_off_event +event table last nframe: 1693560 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 1693560 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 97 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 2808 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1696368 +run_synth(instancehandle, 2808, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1696878 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 97 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1696980 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 97 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 1697235 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 97 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1698664 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 97 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1699277 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1699277 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +event table last nframe: 1700196 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 1700808 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 1701727 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 1702595 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1702595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1702595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1702748 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1702748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1702748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 73 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1702748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 73 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1702748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 73 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1703105 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 73 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1703105 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 73 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 1703513 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1703616 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 1704279 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 3165 frames to output.wav +replaced_event +event table last nframe: 1707444 +run_synth(instancehandle, 3165, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 55 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1707852 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1708209 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1709128 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 868 frames to output.wav +replaced_event +event table last nframe: 1709996 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +event table last nframe: 1711680 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 6) +dssi-render: Wrote 2909 frames to output.wav +replaced_event +event table last nframe: 1714589 +run_synth(instancehandle, 2909, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1714845 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1714845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1714845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1714998 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1714998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1714998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1714998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1714998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1714998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1714998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1715355 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1715355 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1715763 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1715763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 2297 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1718060 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1718060 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 1718673 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 3062 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1721735 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1723011 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1723164 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 1723675 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1724440 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1532 frames to output.wav +replaced_event +event table last nframe: 1725972 +run_synth(instancehandle, 1532, + - 1: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +event table last nframe: 1727095 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1727095 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1727248 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1727248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1727248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1727248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1727248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1727248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 1727605 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1727605 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1728013 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1728013 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 2297 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1730310 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 10) +dssi-render: Wrote 1123 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1731433 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1731944 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 1732862 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 1532 frames to output.wav +event table last nframe: 1734394 +run_synth(instancehandle, 1532, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 1734394 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 3062 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1737456 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1889 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1739345 +run_synth(instancehandle, 1889, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1739345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1739345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1739498 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1739498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1739498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1739498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1739498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1739498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1739753 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1739753 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1739855 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1739855 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 +-- +, 17) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1740263 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1740263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 4849 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1745112 +run_synth(instancehandle, 4849, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 55 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 +-- +, 13) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1745470 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1746235 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1747664 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 +-- +, 9) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1747767 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 +-- +, 7) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 1748430 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1748430 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 +-- +, 7) +dssi-render: Wrote 3063 frames to output.wav +replaced_event +event table last nframe: 1751493 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 1751595 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1751595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1751748 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1751748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1751748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1751748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1751748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1751748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 1752003 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1752003 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1752003 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 79 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1752003 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 79 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 70 velocity: 79 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1752105 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 79 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 70 velocity: 79 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 106 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1752105 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 79 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 70 velocity: 79 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 106 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 16) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1752513 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 79 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 70 velocity: 79 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 106 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 16) +dssi-render: Wrote 2042 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1754555 +run_synth(instancehandle, 2042, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 79 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 106 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 15) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1755321 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 14) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 1757873 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 105 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1758128 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 105 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 75 velocity: 88 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1758128 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 105 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 75 velocity: 88 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 16) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 1758638 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 75 velocity: 88 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 16) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1759404 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 75 velocity: 88 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 15) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1759761 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 106 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1759761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1760272 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1760425 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 55 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1760782 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1760935 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1378 frames to output.wav +replaced_event +event table last nframe: 1762313 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 1762569 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1762722 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1762722 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 1762977 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1762977 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1763232 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1763589 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1763589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1763589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1763589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1763589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1763589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 1763743 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1763743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1763743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1763743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 1763845 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1763845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1763845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1763998 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1763998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1763998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1763998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1763998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1763998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1763998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1763998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1763998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 17) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 1764763 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1764763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1764763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1765121 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 4747 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1769868 +run_synth(instancehandle, 4747, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 1770633 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 1770735 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 1771654 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1772522 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1772522 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1774206 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1775074 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 1775737 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1775737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1775993 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 1776095 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1776095 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1776095 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1776248 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1776248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1776248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1776248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1776350 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1776350 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1776758 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1777013 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1777013 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 5105 frames to output.wav +removed_note_off_event +event table last nframe: 1782118 +run_synth(instancehandle, 5105, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 612 frames to output.wav +replaced_event +event table last nframe: 1782730 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1782883 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1783138 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1783394 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1783394 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1784261 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 2195 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1786456 +run_synth(instancehandle, 2195, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 1787987 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1787987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1787987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1787987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1788243 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 1788345 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1788345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1788345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1788498 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1788498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1788498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1788498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1788498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 16) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1788600 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1788600 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 18) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 1789263 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1789263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1789263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 16) +dssi-render: Wrote 4696 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1793959 +run_synth(instancehandle, 4696, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 1794367 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 15) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 1794725 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 1795133 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1795133 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1795644 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1796154 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 1796409 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1796511 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1796920 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 1797175 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 1797787 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 1797940 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1798808 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 4) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 1799472 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 1800237 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1800237 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1800492 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1800492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 7) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 1800595 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1800595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1800595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1800748 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1800748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1800748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1800748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1800850 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1800850 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 1801258 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 1801258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1801513 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1801513 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +event table last nframe: 1802126 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 4491 frames to output.wav +event table last nframe: 1806617 +run_synth(instancehandle, 4491, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 1807128 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1807383 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1807996 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1808149 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 1808659 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1808659 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1809016 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 1809272 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 1809935 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 1810701 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1810803 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 1810956 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 1812487 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1812487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1812487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 1812845 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1812845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1812845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1812998 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1812998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1812998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1812998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1812998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1813100 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1813100 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1813355 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1813763 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1813763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1813763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 1814274 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 2552 frames to output.wav +replaced_event +event table last nframe: 1816826 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +event table last nframe: 1817694 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 1818612 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1818867 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 1819378 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1819378 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 1819633 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 1820144 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1820246 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 1820909 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1821164 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1821164 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 1821675 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1821675 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1821930 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1821930 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 1822185 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 1822951 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 1823716 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 1823819 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 1824737 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1824737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1824992 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 6) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 1825095 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1825095 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1825095 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1825248 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1825248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1825248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1825248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1825350 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1825350 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1825503 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 1825758 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1826013 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1826013 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 2808 frames to output.wav +removed_note_off_event +event table last nframe: 1828821 +run_synth(instancehandle, 2808, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 1829586 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1829688 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 1829944 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 1830607 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1830607 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 1831117 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1831373 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1831373 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 1831883 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1832394 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 1833159 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1833261 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 1833414 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 1833925 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 1834027 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1834027 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 1834690 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 1834792 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1834792 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 1835813 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 1836068 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +event table last nframe: 1836987 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1836987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1836987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1836987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 1837345 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1837345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1837345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1837498 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1837498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1837498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1837498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1837498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1837600 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1837600 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 16) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 1838263 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1838263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1838263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 14) +dssi-render: Wrote 1889 frames to output.wav +removed_note_off_event +event table last nframe: 1840152 +run_synth(instancehandle, 1889, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 1840917 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1840917 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 1841683 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1841836 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 1842602 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1842602 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 1843367 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 14) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 1843470 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1843470 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1843878 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1844133 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 1844388 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1844388 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 1845154 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1845154 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 1845256 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1846175 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1847298 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1847298 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 1847451 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 1848727 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 1849237 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1849237 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1849237 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1849492 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 8) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 1849595 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1849595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1849748 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1849748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1849748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1849850 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1849850 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1850258 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 1850360 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 1850513 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1850513 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 1851279 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1851279 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 1852045 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 1852147 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 1852912 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1852912 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 8) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 1853831 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1853831 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 1854597 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 1854954 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 7) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 1855617 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 1855975 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1856383 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1856740 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1856893 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 4441 frames to output.wav +replaced_event +event table last nframe: 1861334 +run_synth(instancehandle, 4441, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1861487 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1861589 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1861589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1861589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1861589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1861589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1861589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1861742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1861742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1861742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1861742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1861742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 1861845 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1861845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1861845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1861998 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1861998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1861998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1861998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1861998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1861998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1861998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1861998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1861998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 17) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 1862763 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1862763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1862763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 2399 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1865162 +run_synth(instancehandle, 2399, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 2705 frames to output.wav +removed_note_off_event +event table last nframe: 1867867 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 14) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 1868633 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1869654 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1869654 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1869654 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1870522 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 3215 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1873737 +run_synth(instancehandle, 3215, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1873737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1873992 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 9) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 1874095 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1874095 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1874248 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1874248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1874248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1874350 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1874350 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1874758 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1875013 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1875013 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 12) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1875626 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 11) +dssi-render: Wrote 3471 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1879097 +run_synth(instancehandle, 3471, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1879454 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 1879709 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 1880117 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 1880373 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1880883 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1881138 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1881240 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 4747 frames to output.wav +removed_note_off_event +event table last nframe: 1885987 +run_synth(instancehandle, 4747, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1885987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1885987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1885987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1886242 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 1886344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1886344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1886344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 1886498 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1886498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1886498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1886498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1886498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1886600 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1886600 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 1887263 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1887263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1887263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1887774 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 4593 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1892367 +run_synth(instancehandle, 4593, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 1892725 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1893133 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1893643 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1894409 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1894409 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1894409 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1894409 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +replaced_event +event table last nframe: 1895277 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 2450 frames to output.wav +removed_note_off_event +event table last nframe: 1897727 +run_synth(instancehandle, 2450, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 1898237 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1898237 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 1898492 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1898492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1898492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 1898594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1898594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1898594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 1898748 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1898748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1898748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1898748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1898850 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1898850 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1899258 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1899513 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1899513 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1899513 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 1902065 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 2552 frames to output.wav +event table last nframe: 1904617 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 1905128 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1905383 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1905638 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1905996 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1906659 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 1906914 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 1907169 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1907169 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +event table last nframe: 1908037 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 1908956 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 1909824 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 1910487 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1910487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 1910844 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1910844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1910844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 1910998 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1910998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1910998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1910998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1910998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1911100 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1911100 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 15) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 1911763 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1911763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1911763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +event table last nframe: 1912376 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 1913294 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 1532 frames to output.wav +replaced_event +event table last nframe: 1914826 +run_synth(instancehandle, 1532, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 2041 frames to output.wav +removed_note_off_event +event table last nframe: 1916867 +run_synth(instancehandle, 2041, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 1917378 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 1917480 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 1917633 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1918143 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 1918399 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 1918909 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1918909 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1919266 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1787 frames to output.wav +event table last nframe: 1921053 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 1921972 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1921972 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 1922737 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1922737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1922737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1922737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1922992 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 1923094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1923094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 1923248 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1923248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1923248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1923350 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1923350 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1923605 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 1923758 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1924013 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1924013 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1924013 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +event table last nframe: 1925391 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1926310 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1927076 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 1927841 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1927841 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 1928862 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 1928964 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 1929117 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 1929475 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 1929628 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 1929883 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1930240 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1930240 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1930495 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 1685 frames to output.wav +removed_note_off_event +event table last nframe: 1932180 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 1933048 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 1933966 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 1934834 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1934987 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1934987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1934987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1934987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 1935344 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1935344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1935344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 1935498 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1935498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1935498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1935498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1935600 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1935600 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1935753 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 1936263 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1936263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1936263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 13) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +event table last nframe: 1937386 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 1938305 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1938305 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 1939070 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 1939173 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 1939836 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 1940857 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 1941367 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 1941623 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 1942133 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1942490 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 1943256 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 1943409 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1943511 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1943664 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1943664 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1943664 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 1944175 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1944430 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 1945042 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 1945961 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 1946829 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1946829 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 1947237 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1947237 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 1947492 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1947492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 1947594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1947594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1947594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 1947748 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1947748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1947748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1947748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1947850 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1947850 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1948258 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1948513 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1948513 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 1948615 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 5002 frames to output.wav +event table last nframe: 1953617 +run_synth(instancehandle, 5002, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 1954128 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1954383 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1954995 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1955506 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1955506 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1956169 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1956935 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1957292 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 1957956 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +event table last nframe: 1959589 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1959589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 1959589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1959589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1959589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1959589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 1959742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1959742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1959742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1959742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1959742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1959742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1959742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 1959844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1959844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1959844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 1959998 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1959998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1959998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1959998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1959998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1959998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1959998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1959998 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 18) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 1960100 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 18) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 1960355 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 17) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1960763 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1960763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1960763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 1965867 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 15) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 1966633 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1966735 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 14) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1967654 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 1968419 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 1969440 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 1970563 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 1971329 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 1971737 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1971737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 1971992 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 1972094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1972094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 +-- +, 8) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 1972248 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1972248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1972248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1972248 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1972350 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1972350 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1972758 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1973013 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1973013 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 1973115 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1685 frames to output.wav +event table last nframe: 1974800 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 612 frames to output.wav +replaced_event +event table last nframe: 1975412 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 1975820 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 1976586 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 1531 frames to output.wav +event table last nframe: 1978117 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 1978373 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1978628 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1978883 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 1979138 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 1979495 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 2195 frames to output.wav +removed_note_off_event +event table last nframe: 1981690 +run_synth(instancehandle, 2195, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 1982711 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 1983477 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 1983987 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1983987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1983987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1983987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 1984344 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1984344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1984344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1984344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 1984498 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1984498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1984498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1984498 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1984600 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1984600 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 1985110 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 1985263 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1985263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1985263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 1986029 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 1986794 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 1987815 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 2552 frames to output.wav +event table last nframe: 1990367 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 14) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 1990623 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1990878 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1991133 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 1991490 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 1991745 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1992511 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1992664 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +replaced_event +replaced_event +event table last nframe: 1993430 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 2807 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 1996237 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1996237 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 1996339 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 1996339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1996339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1996339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1996339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1996339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 1996492 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1996492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1996492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1996492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1996492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 1996492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1996492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1996492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1996492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1996492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 1996594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 1996594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1996594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 1996748 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1996748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1996748 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 1996850 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 1996850 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 1997258 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 1997513 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 1997513 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 3930 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2001443 +run_synth(instancehandle, 3930, + - 1: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1174 frames to output.wav +removed_note_off_event +event table last nframe: 2002617 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 2003383 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 2003893 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 613 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 2004506 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2004659 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 2004761 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 3828 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2008589 +run_synth(instancehandle, 3828, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 2008844 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2008844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2008844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2008997 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2008997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2008997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2008997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2008997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2008997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 2009100 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2009100 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 2009763 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2009763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2009763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 2014867 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 2015480 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 2015633 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2015633 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2015735 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 2016143 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 2016501 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2016654 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2016909 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2016909 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 2017011 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 2017930 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 2018287 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 2018797 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 2019053 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 2019716 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 2020074 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 2020737 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2020737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2020992 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2021094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2021094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2021247 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2021247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2021247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 2021350 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2021350 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2021350 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 2021758 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2021758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2022013 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2022013 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 2022268 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 2022524 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 2023034 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 2023391 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 2023902 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 2024310 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 2025178 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 2025943 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 2026862 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2026862 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2026862 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2027117 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 2027628 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2027628 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2027628 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2027730 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2027883 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 2028240 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 2029006 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2029159 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2029159 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2029925 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 2031711 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 2032579 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2032732 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2032987 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2032987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2032987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2032987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 2033344 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2033344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2033344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2033497 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2033497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2033497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2033497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2033497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 2033600 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2033600 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2033753 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 2034263 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2034263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2034263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2034263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 2034518 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 2035386 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 2037070 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 2037683 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2037938 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2038091 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 2038602 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2038857 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 2039367 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2039469 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 2039878 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2039878 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2040133 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 2040235 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1174 frames to output.wav +replaced_event +event table last nframe: 2041409 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 2041919 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 2042430 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 2042940 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2043195 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2043297 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2043808 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2044063 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 2044982 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2045237 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2045237 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2045492 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2045492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2045594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2045594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2045594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2045747 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2045747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2045747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2045747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 +-- +, 10) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 2045850 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2045850 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 2046258 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2046513 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2046513 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 2046768 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 2047279 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 2048044 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 2048300 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 2049065 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2049167 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 2049678 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 2050443 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 2050596 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 2051107 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2051107 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 2051617 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2052128 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2052383 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2052383 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1888 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2054271 +run_synth(instancehandle, 1888, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 3318 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2057589 +run_synth(instancehandle, 3318, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2057589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2057589 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2057589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2057589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2057589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2057742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2057742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2057742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2057742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2057742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2057742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2057742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2057742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2057844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2057844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2057844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2057997 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2057997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2057997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2057997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2057997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2057997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2057997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2057997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 17) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 2058763 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2058763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2058763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2059273 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 2655 frames to output.wav +removed_note_off_event +event table last nframe: 2061928 +run_synth(instancehandle, 2655, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 2062183 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 2063867 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 2064633 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 2065654 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 2065756 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 2066675 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 3062 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 2069737 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2069737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2069992 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2070094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2070094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2070247 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2070247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2070247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 +-- +, 10) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 2070350 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2070350 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 2070758 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2071013 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2071013 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 2297 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2073310 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2073820 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1634 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2075454 +run_synth(instancehandle, 1634, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 2076117 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2076372 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2076475 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 2076883 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 2077393 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2077495 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2077495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2078261 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2079027 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 2079945 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 2080813 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2081579 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 2081987 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2081987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2081987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2081987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 2082344 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2082344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2082344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2082497 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2082497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2082497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2082497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 2082600 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2082600 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 2083263 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2083263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2083263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2084539 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +event table last nframe: 2085917 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 2086836 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 2087602 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 2087704 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2087857 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2087959 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2088367 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2088622 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 2089133 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2089133 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 2089388 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 2144 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2091532 +run_synth(instancehandle, 2144, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2092451 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2094237 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2094237 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2094339 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2094339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2094339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2094339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2094339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2094339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2094492 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2094492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2094492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2094492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2094492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2094492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2094492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2094492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2094492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2094492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2094594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2094594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2094594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2094747 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2094747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2094747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2094849 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2094849 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 17) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 2095258 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 17) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2095513 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2095513 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 2100617 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 15) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 2101383 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 2102761 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 2103424 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 2103680 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 2104190 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2105058 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2106844 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2106844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2106844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2106997 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2106997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2106997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2106997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2106997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2107099 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2107099 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 2107763 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2107763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2107763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 2108273 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 4594 frames to output.wav +event table last nframe: 2112867 +run_synth(instancehandle, 4594, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 2113633 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2113990 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2114654 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2114756 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2114909 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 2115521 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 1787 frames to output.wav +event table last nframe: 2117308 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 2117818 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 2118227 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 2118737 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2118737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2118737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2118992 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2118992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2119094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2119094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2119247 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2119247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2119247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2119247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2119349 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2119349 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 2119503 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2119758 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 2119860 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2120013 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2120013 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 2120370 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 2120779 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2120779 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 2121544 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2121646 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2122412 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 2122922 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 2123331 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 2123841 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 2124964 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2125117 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2125883 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2125883 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 2126393 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2126393 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2126750 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 2127159 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2127159 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 2127516 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 2128180 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 2128537 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 2129047 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 2129303 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 2129813 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 2130221 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2130323 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 2130732 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2130987 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2130987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2130987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2130987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2130987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 2131344 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2131344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2131497 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2131497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2131497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2131497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2131599 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2131599 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2131599 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 2132008 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2132008 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2132263 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2132263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2132263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 2132518 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2132620 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 2132773 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 2132773 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 2133386 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2134152 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 2134560 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 2135070 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2135325 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 2136193 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1174 frames to output.wav +event table last nframe: 2137367 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2137622 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 2138133 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 2138898 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 2139154 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 2139409 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2139664 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2139664 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2139664 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 2140174 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 2140277 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2140277 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2140532 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 2141297 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 664 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2141961 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2141961 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2142216 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 2142829 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2142982 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2143237 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2143237 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2143492 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2143594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2143594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2143747 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2143747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2143747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2143849 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2143849 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 2144003 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2144258 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2144513 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 2149617 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2149872 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 101 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 2150383 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 101 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2150638 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2151659 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2151659 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2152680 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 2153445 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 2153803 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 2154568 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2154721 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2155487 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2155589 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2155589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2155589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2155742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2155742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2155742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2155742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2155742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2155742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2155742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2155844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2155844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2155844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2155997 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2155997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2155997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2155997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2155997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2155997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2155997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2155997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2155997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 16) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 2156253 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 16) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2156763 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2156763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2156763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 2042 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2158805 +run_synth(instancehandle, 2042, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 3062 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2161867 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 2162633 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 2162735 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 2163654 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2164521 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2164521 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1685 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2166206 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2167073 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 2167737 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2167737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2167992 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2168094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2168094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2168094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2168247 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2168247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2168247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2168349 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2168349 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 2168758 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2169013 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 2174117 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 2174730 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2174883 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2175138 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2175393 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2175393 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2176261 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 2195 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2178456 +run_synth(instancehandle, 2195, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 2179987 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2179987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2179987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2179987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2180242 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2180344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2180344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2180344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2180497 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2180497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2180497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2180497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2180497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 16) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2180599 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2180599 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 18) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 2181263 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2181263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2181263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 16) +dssi-render: Wrote 4696 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2185959 +run_synth(instancehandle, 4696, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 2186367 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 15) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 2186724 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 15) +dssi-render: Wrote 409 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 2187133 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2187133 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2187643 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2188154 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2188409 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2188511 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2188919 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2189174 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +event table last nframe: 2189787 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2189940 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2190808 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 4) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 2191471 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2192237 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2192237 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2192492 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2192492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2192594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2192594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2192594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2192747 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2192747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2192747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2192747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2192849 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2192849 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 2193258 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2193258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2193513 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2193513 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 2194125 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 4492 frames to output.wav +event table last nframe: 2198617 +run_synth(instancehandle, 4492, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 2199128 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2199383 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 2199995 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 2200148 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 2200659 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2200659 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 2201016 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2201271 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 2201935 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 2202700 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 2202803 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2202956 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 2204487 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2204487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2204487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 2204844 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2204844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2204844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2204997 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2204997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2204997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2204997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2204997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2205099 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2205099 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 2205355 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 2205763 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2205763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2205763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 2206273 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 2552 frames to output.wav +replaced_event +event table last nframe: 2208825 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +event table last nframe: 2209693 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 2210612 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2210867 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 2211377 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2211377 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 2211633 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 2212245 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 2212909 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2213164 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2213164 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2213674 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2213674 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2213930 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2213930 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2214185 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 2214950 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2215716 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2215818 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 2216482 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2216584 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2216737 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2216737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2216992 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2217094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2217094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2217094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2217247 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2217247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2217247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2217247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2217349 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2217349 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2217502 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 2217758 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2218013 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2218013 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 2807 frames to output.wav +removed_note_off_event +event table last nframe: 2220820 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2221586 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2221688 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2221943 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 2222607 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2222607 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 2223117 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2223372 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2223372 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 2223883 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2224393 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 2225159 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2225261 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2225414 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 2225924 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2226026 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2226026 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 2226690 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 2226792 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2226792 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 2227813 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2228068 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +event table last nframe: 2228987 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2228987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2228987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2228987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 2229344 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2229344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2229344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2229497 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2229497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2229497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2229497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2229497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2229599 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2229599 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 16) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 2230263 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2230263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2230263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 14) +dssi-render: Wrote 1888 frames to output.wav +removed_note_off_event +event table last nframe: 2232151 +run_synth(instancehandle, 1888, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2232917 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2232917 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2233683 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2233836 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 2234601 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2234601 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2235367 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 14) +dssi-render: Wrote 510 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2235877 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 14) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2236133 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 2236388 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2236388 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 868 frames to output.wav +replaced_event +event table last nframe: 2237256 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 918 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2238174 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2239297 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2239297 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 2239450 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 2240726 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 2241237 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2241237 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2241237 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2241492 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2241492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2241594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2241594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2241747 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2241747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2241747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2241849 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2241849 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 13) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 2242258 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 2242360 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2242513 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2242513 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 2243279 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2243279 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 2244044 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 2244146 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 2244912 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2244912 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 8) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 2245831 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2245831 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 2246596 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 2246954 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 7) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 2247617 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 2247974 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2248383 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 2248740 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2248893 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 4441 frames to output.wav +replaced_event +event table last nframe: 2253334 +run_synth(instancehandle, 4441, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2253487 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2253589 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2253589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2253589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2253589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2253589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2253589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2253742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2253742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2253742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2253742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2253742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2253844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2253844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2253844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2253997 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2253997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2253997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2253997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2253997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2253997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2253997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2253997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2253997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 17) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 2254763 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2254763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2254763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 2399 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2257162 +run_synth(instancehandle, 2399, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 2705 frames to output.wav +removed_note_off_event +event table last nframe: 2259867 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 14) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 2260633 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 1020 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2261653 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2261653 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2261653 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2262521 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 3216 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2265737 +run_synth(instancehandle, 3216, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2265737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2265992 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2266094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2266094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2266247 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2266247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2266247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2266349 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2266349 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 14) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 2266758 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2267013 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2267013 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 12) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2267625 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 11) +dssi-render: Wrote 3471 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2271096 +run_synth(instancehandle, 3471, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 2271453 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 2271709 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 2272117 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2272372 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2272883 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2273138 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2273240 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 4747 frames to output.wav +removed_note_off_event +event table last nframe: 2277987 +run_synth(instancehandle, 4747, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2277987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2277987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2277987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2278242 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2278344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2278344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2278344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2278497 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2278497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2278497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2278497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2278497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2278599 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2278599 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 2279263 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2279263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2279263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2279773 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 4594 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2284367 +run_synth(instancehandle, 4594, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 2284724 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2285133 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2285643 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2286409 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2286409 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2286409 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2286409 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 867 frames to output.wav +replaced_event +event table last nframe: 2287276 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 2450 frames to output.wav +removed_note_off_event +event table last nframe: 2289726 +run_synth(instancehandle, 2450, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 2290237 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2290237 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2290492 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2290492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2290492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2290594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2290594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2290594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2290747 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2290747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2290747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2290747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2290849 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2290849 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 2291258 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2291513 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2291513 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2291513 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 2294065 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 2552 frames to output.wav +event table last nframe: 2296617 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2297127 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2297383 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2297638 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2297995 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2298659 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 2298914 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2299169 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2299169 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +event table last nframe: 2300037 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 2300956 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 2301823 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 2302487 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2302487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 2302844 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2302844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2302844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2302997 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2302997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2302997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2302997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2302997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2303099 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2303099 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 15) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 2303763 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2303763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2303763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 2304375 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 2305294 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 1531 frames to output.wav +replaced_event +event table last nframe: 2306825 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 2042 frames to output.wav +removed_note_off_event +event table last nframe: 2308867 +run_synth(instancehandle, 2042, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2309377 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 2309479 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 2309633 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2310143 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 2310398 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 2310909 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2310909 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 2311266 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 2312185 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 2313052 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 2313971 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2313971 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2314737 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2314737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2314737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2314737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2314992 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2315094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2315094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2315247 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2315247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2315247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2315349 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2315349 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2315604 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 2315758 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2316013 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2316013 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2316013 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +event table last nframe: 2317391 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2318310 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2319075 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2319841 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2319841 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 2320862 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2320964 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 2321117 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 2321474 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 2321627 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 2321883 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2322240 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2322240 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2322495 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +event table last nframe: 2324179 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 2325047 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 2325966 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 2326834 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2326987 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2326987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2326987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2326987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 2327344 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2327344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2327344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2327497 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2327497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2327497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2327497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2327599 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2327599 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2327752 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 2328263 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2328263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2328263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 13) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +event table last nframe: 2329386 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 2330304 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2330304 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2331070 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2331172 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 1685 frames to output.wav +event table last nframe: 2332857 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 2333367 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2333622 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 2334133 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 2334388 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2334490 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 2335255 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 154 frames to output.wav +removed_note_off_event +event table last nframe: 2335409 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2335511 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2335664 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2335664 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2335664 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2336174 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 2336276 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2336429 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +event table last nframe: 2337042 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 2337961 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 2338828 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2338828 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 2339237 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2339237 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2339492 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2339492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2339594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2339594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2339594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2339747 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2339747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2339747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2339747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2339849 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2339849 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 2340258 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2340513 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2340513 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 2340615 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 5002 frames to output.wav +event table last nframe: 2345617 +run_synth(instancehandle, 5002, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2346127 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2346383 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2346995 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2347505 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2347505 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2348169 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2348935 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 2349292 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 2349955 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1634 frames to output.wav +removed_note_off_event +event table last nframe: 2351589 +run_synth(instancehandle, 1634, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2351589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2351589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2351589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2351589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2351589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2351742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2351742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2351742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2351742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2351742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2351742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2351742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2351844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2351844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2351844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2351997 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2351997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2351997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2351997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2351997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2351997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2351997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2351997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 18) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2352099 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 18) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 2352354 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 17) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 2352763 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2352763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2352763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 2357867 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 15) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 2358633 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 2358735 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 14) +dssi-render: Wrote 918 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 2359653 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 2360419 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 2361440 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 2362563 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 2363328 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 2363737 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2363737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2363992 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2364094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2364094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2364247 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2364247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2364247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2364247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2364349 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2364349 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 2364758 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2365013 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2365013 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 2365115 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 2366799 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 2367412 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 2367820 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 2297 frames to output.wav +event table last nframe: 2370117 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2370372 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2370627 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2370883 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 2371138 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 2371495 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 2195 frames to output.wav +removed_note_off_event +event table last nframe: 2373690 +run_synth(instancehandle, 2195, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 2374711 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 2375476 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 2375987 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2375987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2375987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2375987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 2376344 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2376344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2376344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2376344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2376497 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2376497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2376497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2376497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2376599 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2376599 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 2377110 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2377263 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2377263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2377263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 2378028 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2378794 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 2379815 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 2552 frames to output.wav +event table last nframe: 2382367 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2382622 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2382877 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2383133 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 2383490 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2383745 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2384511 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2384664 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2385429 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 2808 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2388237 +run_synth(instancehandle, 2808, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2388237 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2388339 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2388339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2388339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2388339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2388339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2388339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2388492 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2388492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2388492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2388492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2388492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2388492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2388492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2388492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2388492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2388492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2388594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2388594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2388594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2388747 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2388747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2388747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2388849 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2388849 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 2389258 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2389513 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2389513 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 3930 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2393443 +run_synth(instancehandle, 3930, + - 1: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1174 frames to output.wav +removed_note_off_event +event table last nframe: 2394617 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 2395383 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 2395893 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 612 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 2396505 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 154 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2396659 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 2396761 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 3828 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2400589 +run_synth(instancehandle, 3828, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 2400844 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2400844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2400844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2400997 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2400997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2400997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2400997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2400997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2400997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2401099 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2401099 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 2401763 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2401763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2401763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 2406867 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 612 frames to output.wav +replaced_event +event table last nframe: 2407479 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 154 frames to output.wav +removed_note_off_event +event table last nframe: 2407633 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2407633 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2407735 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 2408143 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 2408500 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2408653 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2408909 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2408909 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 2409011 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 2409419 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 2409929 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 2410797 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2411052 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 2411716 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 2412073 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 2412737 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2412737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2412992 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2413094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2413094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2413247 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2413247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2413247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2413349 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2413349 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2413349 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 2413758 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2413758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2414013 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2414013 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 2414268 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2414523 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 2415034 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 2415391 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 2416310 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 2417177 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2417943 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 2418862 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2418862 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2418862 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2419117 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2419627 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2419627 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2419627 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2419729 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2419882 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2419882 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 2420240 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 2421005 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2421159 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2421159 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 2421924 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1787 frames to output.wav +event table last nframe: 2423711 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 2424578 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2424731 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 2424987 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2424987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2424987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2424987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 2425344 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2425344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2425344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2425497 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2425497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2425497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2425497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2425497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2425599 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2425599 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2425752 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 2426263 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2426263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2426263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2426263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +event table last nframe: 2427386 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 2429070 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 2429682 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 2429938 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2430091 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 2430601 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2430856 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 2431367 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2431469 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 2431877 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2431877 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2432132 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +event table last nframe: 2432235 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1174 frames to output.wav +replaced_event +event table last nframe: 2433409 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 2433919 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 2434429 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 2434940 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2435195 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2435297 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2435807 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 2436063 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 2436981 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 2437237 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2437237 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2437492 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2437492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2437594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2437594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2437594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2437747 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2437747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2437747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2437747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2437849 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2437849 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 2438257 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2438513 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2438513 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 2438768 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 2439278 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2440044 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2440299 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2441065 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2441167 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 1276 frames to output.wav +replaced_event +event table last nframe: 2442443 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 2442596 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2443106 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2443106 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 2443464 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2443617 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2444127 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2444382 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2444382 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1889 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2446271 +run_synth(instancehandle, 1889, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 3318 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2449589 +run_synth(instancehandle, 3318, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2449589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2449589 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2449589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2449589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2449589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2449742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2449742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2449742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2449742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2449742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2449742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2449742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2449742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2449844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2449844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2449844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2449997 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2449997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2449997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2449997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2449997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2449997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2449997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2449997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 17) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 2450763 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2450763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2450763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2451273 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 2654 frames to output.wav +removed_note_off_event +event table last nframe: 2453927 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 2454182 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1685 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 2455867 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 2456632 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 2457653 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 2457755 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 2458674 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 3063 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 2461737 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2461737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2461992 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2462094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2462094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2462247 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2462247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2462247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2462349 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2462349 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 2462757 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2463013 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2463013 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 2297 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2465310 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2465820 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2467453 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 2468117 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2468372 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2468474 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 2468882 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 2469393 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2469495 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2469495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2470261 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 2471026 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 2471945 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 2472813 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 2473578 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 2473987 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2473987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2473987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2473987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 2474344 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2474344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2474344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2474497 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2474497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2474497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2474497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2474599 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2474599 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 2475263 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2475263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2475263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2476539 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +event table last nframe: 2477917 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 2478836 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 2479601 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 2479703 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2479856 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2479958 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2480367 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2480622 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2481132 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2481132 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 2481388 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 2143 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2483531 +run_synth(instancehandle, 2143, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2484450 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2486237 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2486237 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2486339 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2486339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2486339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2486339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2486339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2486339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2486492 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2486492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2486492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2486492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2486492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2486492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2486492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2486492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2486492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2486492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2486594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2486594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2486594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2486747 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2486747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2486747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2486849 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2486849 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 17) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 2487257 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 17) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2487513 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2487513 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 2492617 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 15) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 2493382 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 1379 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 2494761 +run_synth(instancehandle, 1379, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 2495424 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 2495679 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 2496190 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2497057 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2498844 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2498844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2498844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2498997 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2498997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2498997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2498997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2498997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2499099 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2499099 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 2499763 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2499763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2499763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 2500273 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 4594 frames to output.wav +event table last nframe: 2504867 +run_synth(instancehandle, 4594, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 2505632 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2505990 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2506653 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2506908 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 2910 frames to output.wav +event table last nframe: 2509818 +run_synth(instancehandle, 2910, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 2510737 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2510737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2510737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2510992 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2511094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2511094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2511094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2511247 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2511247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2511247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2511247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2511349 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2511349 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2511502 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2511757 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 2511859 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 2512013 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2512013 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 2512370 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 2512778 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 2513646 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2514412 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 2514922 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 2515330 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 2515841 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 2516964 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2517117 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 2517882 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2517882 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 2518393 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2518393 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2518750 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 2519158 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2519158 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 2519516 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 2520179 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 2521047 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2521813 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 2522221 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 2522731 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 2522987 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2522987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2522987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2522987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2522987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 2523344 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2523344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2523344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2523497 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2523497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2523497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2523497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2523599 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2523599 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2523599 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 2524007 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 2524263 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2524263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2524263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 2524518 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2524620 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 2524773 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 2525386 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 2526151 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 2526559 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 2527070 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2527325 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 2528193 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 1174 frames to output.wav +event table last nframe: 2529367 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2529622 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2530132 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 2530898 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2531153 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 2531408 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2531664 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2531664 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2531664 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 2532174 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2532276 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2532276 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2532531 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 2533297 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2533961 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2533961 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2534216 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 2534828 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2534981 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 2535237 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2535237 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2535492 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2535492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2535594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2535594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2535594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2535747 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2535747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2535747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2535747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2535849 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2535849 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2536002 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2536257 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2536513 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2536513 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 2541617 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2541872 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2542382 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2542638 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1020 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2543658 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2543658 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2544679 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 2545445 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 2545802 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2546568 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2546721 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2547487 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2547589 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2547589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2547589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2547589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2547742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2547742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2547742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2547742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2547742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2547844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2547844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 122 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2547997 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2547997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2547997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2547997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2547997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2547997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2547997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2547997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2548252 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2548507 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 2548763 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2548763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 2549375 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 1429 frames to output.wav +event table last nframe: 2550804 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 2551162 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 3572 frames to output.wav +replaced_event +event table last nframe: 2554734 +run_synth(instancehandle, 3572, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2555653 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2556521 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2556521 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 2557184 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 2558052 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2558818 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 2559737 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2559737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2559737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2559839 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2559992 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2559992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2560094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2560247 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2560247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2560349 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 56 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2560349 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 56 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 15) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 2561013 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 56 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2561013 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 37 velocity: 56 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 14) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +event table last nframe: 2562391 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 13) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 2563309 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 13) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 2564177 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 13) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 2565096 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 13) +dssi-render: Wrote 1633 frames to output.wav +event table last nframe: 2566729 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2566729 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 13) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2567393 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2567393 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 2567495 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 2568260 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 154 frames to output.wav +removed_note_off_event +event table last nframe: 2568414 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 2569281 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 2706 frames to output.wav +event table last nframe: 2571987 +run_synth(instancehandle, 2706, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2571987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2572089 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2572242 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2572497 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2572497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2572599 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2572599 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 17) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2572752 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 17) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 2573263 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2573263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 16) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 2573620 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 15) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 2574539 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 15) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 2575406 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 15) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2576172 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 2576580 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 15) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 2577091 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 14) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 2577958 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 14) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 2578724 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 14) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2579643 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2580408 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2581174 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +event table last nframe: 2582450 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 2584236 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2584236 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 +-- +, 12) +dssi-render: Wrote 103 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 2584339 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 2584339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2584492 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2584492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2584594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2584747 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2584747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2584849 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2584849 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 64 tick: 0 +-- +, 15) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 2585513 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 64 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2585513 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 64 tick: 0 +-- +, 14) +dssi-render: Wrote 5614 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2591127 +run_synth(instancehandle, 5614, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 37 velocity: 64 tick: 0 +-- +, 13) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2591995 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 64 tick: 0 +-- +, 11) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2592658 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2592658 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 3828 frames to output.wav +removed_note_off_event +event table last nframe: 2596486 +run_synth(instancehandle, 3828, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2596486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 2596589 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2596742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2596844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2596844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2596997 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2596997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2597099 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2597099 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 16) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 2597763 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2597763 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 15) +dssi-render: Wrote 7145 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2604908 +run_synth(instancehandle, 7145, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2605164 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 2605521 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2605674 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2605929 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 2606286 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 +-- +, 10) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 2607205 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 +-- +, 10) +dssi-render: Wrote 1531 frames to output.wav +event table last nframe: 2608736 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2608736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 +-- +, 12) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 2608839 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2608839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 101 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2608992 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 101 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2608992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2608992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2609247 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2609247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2609349 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2609349 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 37 velocity: 58 tick: 0 +-- +, 16) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 2610013 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 37 velocity: 58 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2610013 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 58 tick: 0 +-- +, 15) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 2610523 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 58 tick: 0 +-- +, 14) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 2611544 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 58 tick: 0 +-- +, 14) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 2612309 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 58 tick: 0 +-- +, 14) +dssi-render: Wrote 3420 frames to output.wav +event table last nframe: 2615729 +run_synth(instancehandle, 3420, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 58 tick: 0 +-- +, 14) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 2616393 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 2616648 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 13) +dssi-render: Wrote 612 frames to output.wav +replaced_event +event table last nframe: 2617260 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 13) +dssi-render: Wrote 154 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2617414 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 2617516 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2618026 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1174 frames to output.wav +removed_note_off_event +event table last nframe: 2619200 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 +-- +, 10) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 2620986 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2620986 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 +-- +, 12) +dssi-render: Wrote 103 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2621089 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2621089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2621242 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2621242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2621344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2621497 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2621497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2621599 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2621599 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 16) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 2622263 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2622263 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 15) +dssi-render: Wrote 5359 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 2627622 +run_synth(instancehandle, 5359, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 2627622 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2627877 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 11) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2629255 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2630174 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 3062 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2633236 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2633236 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2633236 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 +-- +, 8) +dssi-render: Wrote 103 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 2633339 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 2633339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2633492 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2633492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2633747 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2633747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2633849 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2633849 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 2634512 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2634512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2635023 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2635023 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 2654 frames to output.wav +replaced_event +event table last nframe: 2637677 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 2042 frames to output.wav +removed_note_off_event +event table last nframe: 2639719 +run_synth(instancehandle, 2042, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 43 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2639974 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2640740 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2640893 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 4593 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2645486 +run_synth(instancehandle, 4593, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2645589 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2645589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2645589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2645589 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2645589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2645589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2645589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2645589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2645844 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2645844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2645997 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2645997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2645997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2645997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2645997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2645997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2645997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2645997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2645997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2646252 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2646354 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 2646762 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2646762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 2647528 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 6125 frames to output.wav +replaced_event +event table last nframe: 2653653 +run_synth(instancehandle, 6125, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2653653 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2653653 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2654521 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 2705 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2657226 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 2657736 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2657736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 +-- +, 6) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 2657839 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2657992 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2658247 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2658247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2658349 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2658349 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 44 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 54 tick: 0 +-- +, 12) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 2659012 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 44 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 54 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2659012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 44 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 54 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2659012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 54 tick: 0 +-- +, 11) +dssi-render: Wrote 1634 frames to output.wav +removed_note_off_event +event table last nframe: 2660646 +run_synth(instancehandle, 1634, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 44 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 54 tick: 0 +-- +, 10) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 2661565 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 44 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 54 tick: 0 +-- +, 10) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 2662432 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 44 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 54 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2663198 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 44 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 54 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2663708 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 44 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 54 tick: 0 +-- +, 10) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2664372 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 44 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2665137 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2665240 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 +-- +, 7) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +event table last nframe: 2666669 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 +-- +, 6) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 2667536 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 2668455 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2669221 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 +-- +, 6) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 2669986 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2669986 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2670088 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2670088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 2670242 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2670497 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2670497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2670599 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2670599 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 84 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 2671007 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 84 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2671262 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 84 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2671262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 84 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 2671773 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 2672641 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 4083 frames to output.wav +replaced_event +event table last nframe: 2676724 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2678408 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 84 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2678408 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2678408 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 3420 frames to output.wav +removed_note_off_event +event table last nframe: 2681828 +run_synth(instancehandle, 3420, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 2682236 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2682236 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 2682338 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 2682338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 2682492 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2682492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2682594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2682594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2682747 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2682747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2682849 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 60 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2682849 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 60 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 14) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 2683512 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 60 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2683512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 60 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 13) +dssi-render: Wrote 5615 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2689127 +run_synth(instancehandle, 5615, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 60 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2689637 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 11) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2689995 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 10) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2690658 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 3828 frames to output.wav +removed_note_off_event +event table last nframe: 2694486 +run_synth(instancehandle, 3828, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2694486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2694588 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2694588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 +-- +, 10) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 2694742 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2694844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2694844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2694844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2694997 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2694997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2695099 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2695099 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 16) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 2695762 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2695762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 15) +dssi-render: Wrote 5207 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2700969 +run_synth(instancehandle, 5207, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2700969 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 105 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 2701377 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 105 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 2702143 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 105 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2702908 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2702908 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 3828 frames to output.wav +removed_note_off_event +event table last nframe: 2706736 +run_synth(instancehandle, 3828, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2706736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2706838 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2706838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 101 tick: 0 +-- +, 11) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 2706992 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 101 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2706992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2706992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2707094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2707094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2707247 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2707247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2707349 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 66 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2707349 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 66 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 +-- +, 15) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 2708012 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 66 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2708012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 66 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 5207 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2713219 +run_synth(instancehandle, 5207, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 66 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2713474 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 66 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 2714239 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 66 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2714239 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2714495 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 2960 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2717455 +run_synth(instancehandle, 2960, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2718986 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2718986 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 2719088 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 2719088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 2719242 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2719242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2719344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2719344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2719497 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2719497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2719599 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 74 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2719599 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 74 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 +-- +, 12) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 2720262 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 74 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2720262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 74 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 5207 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2725469 +run_synth(instancehandle, 5207, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2725622 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2725622 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 1633 frames to output.wav +replaced_event +event table last nframe: 2727255 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2727663 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2727663 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 2728174 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 612 frames to output.wav +replaced_event +event table last nframe: 2728786 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 2450 frames to output.wav +removed_note_off_event +event table last nframe: 2731236 +run_synth(instancehandle, 2450, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2731236 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2731338 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2731338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 2731492 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2731492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2731594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2731594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2731594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2731747 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2731849 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2731849 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 +-- +, 12) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 2732512 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2733023 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2733023 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 2733891 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 +-- +, 10) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 2734809 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 2735677 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 +-- +, 10) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 2737361 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 2737719 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2737719 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2737872 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 101 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2738127 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 101 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2738637 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2738995 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2739505 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2739505 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 4083 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2743588 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2743588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2743588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2743588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2743588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2743588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2743588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 2743844 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2743844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2743997 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2743997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2743997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2743997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2743997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2743997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2744252 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2744252 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +replaced_event +replaced_event +event table last nframe: 2744252 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 2744354 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 2744762 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2744762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2744762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 2745120 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2745120 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 2745528 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 2746038 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1634 frames to output.wav +event table last nframe: 2747672 +run_synth(instancehandle, 1634, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2747672 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 2748591 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 2748846 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 2749203 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2749356 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 2749713 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +event table last nframe: 2750122 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2750122 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2750632 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2750734 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +event table last nframe: 2751143 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 2751908 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 2752776 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 3062 frames to output.wav +event table last nframe: 2755838 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 +-- +, 2) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 2756094 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2756094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2756247 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 44 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2756247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 44 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2756247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 44 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2756502 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 44 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2757012 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2757012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 2757370 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 9) +dssi-render: Wrote 3062 frames to output.wav +replaced_event +event table last nframe: 2760432 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 9) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2761096 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2761453 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 2761861 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2761963 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2762219 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2762372 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 4185 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2766557 +run_synth(instancehandle, 4185, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 2768088 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 +-- +, 3) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 2768242 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 2768344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2768344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2768497 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2768497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2768497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2768497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2768752 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2769262 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2769262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2769262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 2769620 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 89 tick: 0 +-- +, 9) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2773346 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 89 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2773703 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 89 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2774213 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 89 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2774213 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 89 tick: 0 +-- +, 4) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2774622 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2774979 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 5359 frames to output.wav +event table last nframe: 2780338 +run_synth(instancehandle, 5359, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 +-- +, 2) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 2780594 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2780747 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 49 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2780747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 49 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2780747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 49 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2781002 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 49 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2781512 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2781512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 2781870 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 8) +dssi-render: Wrote 3062 frames to output.wav +replaced_event +event table last nframe: 2784932 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 8) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2785596 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2785596 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 2785953 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 2786361 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2786463 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 4) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 2786719 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2786872 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 2787229 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 3) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 2788913 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 3) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 2789526 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 3) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 2789934 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 3) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 2790547 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2790802 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2790955 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 2791721 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 +-- +, 2) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 2792486 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 +-- +, 2) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2792588 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2792588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2792588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 2792844 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2792997 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2792997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2792997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2792997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2793252 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2793252 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2793762 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2793762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2793762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 2794120 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2794273 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 2796059 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2796161 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2797590 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2797846 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2798203 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2798713 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2799122 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2799377 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 1) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 2799734 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 3981 frames to output.wav +removed_note_off_event +event table last nframe: 2803715 +run_synth(instancehandle, 3981, +-- +, 0) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2804481 +run_synth(instancehandle, 766, +-- +, 0) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 2804838 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 +-- +, 1) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 2805094 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2805247 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2805247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2805247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2805502 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2806012 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2806012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 2806268 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2806370 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 7) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 2807033 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 7) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 2808054 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 7) +dssi-render: Wrote 1378 frames to output.wav +replaced_event +event table last nframe: 2809432 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 7) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2810096 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2810453 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 4) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2810963 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 2) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 2811219 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2811372 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 2811729 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 1) +dssi-render: Wrote 3828 frames to output.wav +replaced_event +event table last nframe: 2815557 +run_synth(instancehandle, 3828, + - 1: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 2817088 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 +-- +, 1) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 2817344 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2817497 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2817497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2817497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2817497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2817752 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2818262 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2818262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2818262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 2818620 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2822346 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2822703 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 2823111 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2823213 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2823213 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 3) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2823622 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 5716 frames to output.wav +removed_note_off_event +event table last nframe: 2829338 +run_synth(instancehandle, 5716, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2829338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2829338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2829338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2829338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2829338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2829338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 +-- +, 4) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 2829594 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2829747 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 101 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2829747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 101 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2829747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 101 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2830002 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 101 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2830512 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2830512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 2830870 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 3062 frames to output.wav +replaced_event +event table last nframe: 2833932 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2834596 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2834953 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2835106 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2835361 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 2835463 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 2835719 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2835872 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 4083 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2839955 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +event table last nframe: 2841588 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 2841844 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2841997 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2841997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2841997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2841997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2842252 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2842252 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2842354 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 2842762 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2842762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2842762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 2843120 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2843375 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 3471 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2846846 +run_synth(instancehandle, 3471, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2847203 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2847713 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 6) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2848122 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2848479 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2848734 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 2853838 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 +-- +, 3) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 2854094 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2854247 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2854247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2854247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2854502 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2855012 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2855012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 2855370 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 9) +dssi-render: Wrote 3062 frames to output.wav +replaced_event +event table last nframe: 2858432 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 9) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2859096 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2859453 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2859963 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2859963 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 4) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 2860219 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2860372 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 4185 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2864557 +run_synth(instancehandle, 4185, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 2866088 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 +-- +, 3) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 2866344 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2866497 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2866497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2866497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2866497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2866752 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2867262 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2867262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2867262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 2867620 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 9) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2871346 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2871703 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2872213 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2872213 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2872622 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 2872979 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 +-- +, 3) +dssi-render: Wrote 2705 frames to output.wav +event table last nframe: 2875684 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 2876450 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 +-- +, 3) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 2877317 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 +-- +, 3) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 2878236 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2878338 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2878593 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2878593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 2878747 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 60 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2878747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 60 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2878747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 60 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2879002 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 60 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2879104 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 60 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 2879512 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2879512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 2879870 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 2880023 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 2880788 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 2881656 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 1276 frames to output.wav +replaced_event +event table last nframe: 2882932 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2883596 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2883953 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2884463 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 2884718 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 7) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 2884872 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 2885229 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 6) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +event table last nframe: 2888955 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +event table last nframe: 2890588 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2890588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2890843 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2890843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 2890997 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2890997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2890997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2891252 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2891762 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2891762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2891762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 2892120 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 10) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2895846 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2896203 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 2896713 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2896713 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 7) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2897122 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2897734 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 2902838 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2902991 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 2903093 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2903093 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 2903247 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2903247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 47 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2903247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 47 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2903247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 47 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2903502 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 47 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2904012 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2904012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2904012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2904267 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2904370 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 3062 frames to output.wav +replaced_event +event table last nframe: 2907432 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2908096 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2908453 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2908453 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2908963 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 2909218 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 2909372 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 4083 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2913455 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2913557 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 2915088 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2915343 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2915343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 2915497 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2915497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2915497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2915497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2915752 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2916262 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2916262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2916262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 2916620 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 10) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2920346 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2920703 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2921213 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 7) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2921622 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2922132 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2922898 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 612 frames to output.wav +replaced_event +event table last nframe: 2923510 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2923510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 1276 frames to output.wav +replaced_event +event table last nframe: 2924786 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 2927338 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2927593 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2927593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2927593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 2927747 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 117 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2927747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 117 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2927747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 117 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2927747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 117 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2928002 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 117 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2928512 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 117 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2928512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2928512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 2928869 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 9) +dssi-render: Wrote 3573 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2932442 +run_synth(instancehandle, 3573, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 9) +dssi-render: Wrote 154 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2932596 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 2932953 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2933463 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2933872 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2933872 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 80 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 2934637 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 2144 frames to output.wav +removed_note_off_event +event table last nframe: 2936781 +run_synth(instancehandle, 2144, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 2937700 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 1633 frames to output.wav +event table last nframe: 2939333 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2939486 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 2939588 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 2939588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2939588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2939588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2939588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2939588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2939843 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2939843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 2939997 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2939997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2939997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2939997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2939997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2940252 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2940252 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2940252 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2940762 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2940762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2940762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2940762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2941017 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2941017 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 2941119 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 1174 frames to output.wav +event table last nframe: 2942293 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 2144 frames to output.wav +event table last nframe: 2944437 +run_synth(instancehandle, 2144, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 409 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 2944846 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 2945203 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2945713 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2946122 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2946224 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2946734 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 2947142 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 2947755 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2948010 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 3828 frames to output.wav +event table last nframe: 2951838 +run_synth(instancehandle, 3828, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2951991 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 2952093 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2952093 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 2952247 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 44 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2952247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 44 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2952247 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 44 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2952502 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 44 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2953012 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2953012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 2953369 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 9) +dssi-render: Wrote 3063 frames to output.wav +replaced_event +event table last nframe: 2956432 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 9) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2957096 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2957453 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 2957861 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2957963 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2958218 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 2958372 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 4185 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2962557 +run_synth(instancehandle, 4185, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 2964088 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 2964241 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 2964343 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2964343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 2964497 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2964497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2964497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2964497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2964752 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2965262 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2965262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2965262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 2965619 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 89 tick: 0 +-- +, 9) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2969345 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 89 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2969703 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 89 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2970213 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 89 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2970213 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 89 tick: 0 +-- +, 4) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2970622 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2970979 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 +-- +, 1) +dssi-render: Wrote 5359 frames to output.wav +event table last nframe: 2976338 +run_synth(instancehandle, 5359, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 +-- +, 2) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2976593 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 2976747 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2976747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 49 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2976747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 49 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2976747 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 49 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2977002 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 49 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2977512 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2977512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 2977869 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 9) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 2978278 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 9) +dssi-render: Wrote 2399 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2980677 +run_synth(instancehandle, 2399, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 2980932 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 2981595 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 2981953 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2982463 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 2982718 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 2982872 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 4) +dssi-render: Wrote 2654 frames to output.wav +removed_note_off_event +event table last nframe: 2985526 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 3) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 2986547 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 3) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 2986955 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 2987720 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 +-- +, 2) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 2988588 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2988588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2988588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2988843 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 2988997 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2988997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2988997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2988997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2988997 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 2989252 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 2989252 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 2989762 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 2989762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 2989762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 2990119 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 2991038 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 2991906 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2992161 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2992825 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 1020 frames to output.wav +replaced_event +replaced_event +event table last nframe: 2993845 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2994203 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2994458 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2994713 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 2995122 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 2995479 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 2995734 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 2996142 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 +-- +, 1) +dssi-render: Wrote 2552 frames to output.wav +event table last nframe: 2998694 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 +-- +, 1) +dssi-render: Wrote 2144 frames to output.wav +event table last nframe: 3000838 +run_synth(instancehandle, 2144, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 +-- +, 2) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 3000991 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 +-- +, 2) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3001093 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3001246 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3001246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 45 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3001246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 45 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3001246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 45 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3001502 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 45 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 3002012 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3002012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3002369 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 8) +dssi-render: Wrote 1430 frames to output.wav +replaced_event +event table last nframe: 3003799 +run_synth(instancehandle, 1430, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 8) +dssi-render: Wrote 1020 frames to output.wav +removed_note_off_event +event table last nframe: 3004819 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 7) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 3005432 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 3005585 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3005942 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3006095 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 4) +dssi-render: Wrote 358 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3006453 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3006606 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 2) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 3006963 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 2) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 3007218 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 3007371 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3007371 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 1) +dssi-render: Wrote 4186 frames to output.wav +replaced_event +event table last nframe: 3011557 +run_synth(instancehandle, 4186, + - 1: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 3013088 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 +-- +, 1) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3013343 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3013496 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3013496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3013496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3013496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3013496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3013752 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3014007 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 3014262 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3014262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3014262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3014619 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 3014773 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 3015640 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 3016559 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 3017427 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 3018192 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3018345 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3018345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 3018703 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3019213 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3019213 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3019621 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 5717 frames to output.wav +removed_note_off_event +event table last nframe: 3025338 +run_synth(instancehandle, 5717, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3025338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3025338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3025338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3025338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3025338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3025338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3025593 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3025746 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3025746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3025746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3025746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3026002 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 3026512 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3026512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3026869 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 3027278 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 2654 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3029932 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3030595 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3030953 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3031106 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 3031463 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 3031718 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 3031871 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 3032229 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +event table last nframe: 3035955 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +event table last nframe: 3037588 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3037843 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3037996 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3037996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3037996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3037996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3038252 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3038252 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3038354 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3038762 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3038762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3038762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3039119 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 3039375 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 11) +dssi-render: Wrote 3317 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3042692 +run_synth(instancehandle, 3317, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3042845 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 3043203 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3043713 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3044121 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3044734 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 2960 frames to output.wav +removed_note_off_event +event table last nframe: 3047694 +run_synth(instancehandle, 2960, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 3048460 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 3049226 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 3) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 3049838 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3050093 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3050246 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3050246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3050246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3050502 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 3051012 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3051012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3051012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3051369 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 3051880 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 10) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 3052799 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 3053564 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +replaced_event +event table last nframe: 3054432 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 10) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3055095 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3055351 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3055453 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3055963 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 3056218 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 3056371 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 3056729 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 2807 frames to output.wav +event table last nframe: 3059536 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1021 frames to output.wav +replaced_event +event table last nframe: 3060557 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3060557 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 3) +dssi-render: Wrote 1276 frames to output.wav +replaced_event +event table last nframe: 3061833 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 3062088 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3062241 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3062343 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3062343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 70 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3062496 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3062496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3062496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3062496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3062752 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3063007 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 3063262 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3063262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 70 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3063262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3063619 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 10) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3067345 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3067703 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 3068111 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 3068213 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3068213 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3068366 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3068621 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 5717 frames to output.wav +removed_note_off_event +event table last nframe: 3074338 +run_synth(instancehandle, 5717, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3074593 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3074593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3074746 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 60 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3074746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 60 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3074746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 60 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3075002 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 60 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 3075512 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3075512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3075869 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 1174 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3077043 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 1889 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3078932 +run_synth(instancehandle, 1889, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 3079595 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 3079953 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 3080463 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3080463 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 3080718 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 3080871 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 8) +dssi-render: Wrote 3063 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3083934 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 7) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3084955 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3085720 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3086588 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3086843 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3086843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3086996 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3086996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3086996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3087252 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 3087762 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3087762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3087762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3088119 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 10) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3091845 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3092203 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 3092611 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 3092713 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3093121 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3093734 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 3098838 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 3098991 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3099093 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3099093 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3099246 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3099246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 47 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3099246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 47 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3099246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 47 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3099502 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 47 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 3100012 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3100012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3100012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3100267 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3100369 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 1787 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3102156 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3103432 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 7) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 3104095 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 3104453 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 3104963 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 83 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3104963 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 83 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 3105218 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 83 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 3105371 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 83 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 2297 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3107668 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3108536 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3109557 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 3111088 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3111343 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3111343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3111496 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3111496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3111496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3111496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3111752 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 3112262 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3112262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3112262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3112619 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 10) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3116345 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3116703 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 3117111 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 3117213 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3117366 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3117468 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 3117621 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3118132 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3119153 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 2654 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3121807 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 3123338 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 +-- +, 2) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3123593 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3123593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3123746 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 80 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3123746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 45 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3123746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 45 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3123746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 45 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3124002 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 45 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 3124512 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 80 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3124512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3124512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3124869 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 9) +dssi-render: Wrote 1174 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3126043 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 9) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3127830 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 3128595 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3128595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 3128953 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 3129463 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3129463 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3129616 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3129718 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 3129871 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1889 frames to output.wav +removed_note_off_event +event table last nframe: 3131760 +run_synth(instancehandle, 1889, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3131913 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 3132168 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3132679 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 3133444 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 3134057 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 3134312 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 3) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 3135231 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 3135486 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3135588 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3135588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3135588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3135588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3135588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3135588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3135843 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3135996 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3135996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3135996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3135996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3135996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3135996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3135996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3136252 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3136252 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 3136762 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3136762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 99 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3136762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3136762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3137017 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3137017 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3137119 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 1174 frames to output.wav +event table last nframe: 3138293 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 3139569 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 3140335 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 126 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +replaced_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3140845 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 3141203 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3141203 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3141713 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3142121 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3142121 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3142121 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 3142734 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3142734 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +event table last nframe: 3143653 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 2) +dssi-render: Wrote 4083 frames to output.wav +replaced_event +event table last nframe: 3147736 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 2) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3147838 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3147838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3147838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3148093 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3148093 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3148246 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 44 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3148246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3148246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3148502 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 3149012 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3149012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3149369 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 11) +dssi-render: Wrote 3063 frames to output.wav +replaced_event +event table last nframe: 3152432 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3152942 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 3153095 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 61 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 3153453 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 3153861 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 3153861 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 3153963 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3154218 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 3154371 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 4186 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3158557 +run_synth(instancehandle, 4186, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 3160088 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3160088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3160088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3160088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 3160343 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3160343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3160496 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3160496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3160496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3160496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3160752 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 3161262 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3161262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3161262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3161619 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 103 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 89 tick: 0 +-- +, 11) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 3165345 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 76 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 89 tick: 0 +-- +, 11) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3165703 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 89 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3166213 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 103 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 89 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3166213 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 98 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 89 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3166621 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3166877 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3166979 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3166979 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 5359 frames to output.wav +event table last nframe: 3172338 +run_synth(instancehandle, 5359, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3172338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3172338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3172593 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3172746 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 49 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3172746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 49 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3172746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 49 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3173002 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 49 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 3173512 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3173512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3173869 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 10) +dssi-render: Wrote 1940 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 3175809 +run_synth(instancehandle, 1940, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3176677 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3176932 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 5) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 3177595 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3177595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 4) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 3177953 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 4) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 3178463 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3178718 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 3178871 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 4) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 3179127 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 3) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 3179994 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 3) +dssi-render: Wrote 1531 frames to output.wav +event table last nframe: 3181525 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 3) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 3181679 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 3) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 3182546 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3182546 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 3) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 3182955 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 3183465 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 +-- +, 2) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3183720 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 +-- +, 2) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 3184588 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3184588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3184588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3184843 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3184996 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3184996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3184996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3184996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3184996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3184996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3185252 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3185252 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 3185762 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3185762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3185762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3186017 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3186119 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 3186885 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1276 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3188161 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3189845 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3190100 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3190203 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3190713 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 3190866 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 1) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3191121 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3191121 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 1) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3191377 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 1) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 3191734 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 3191989 +run_synth(instancehandle, 255, +-- +, 0) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 3192908 +run_synth(instancehandle, 919, +-- +, 0) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 3193673 +run_synth(instancehandle, 765, +-- +, 0) +dssi-render: Wrote 1787 frames to output.wav +event table last nframe: 3195460 +run_synth(instancehandle, 1787, +-- +, 0) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 3196328 +run_synth(instancehandle, 868, +-- +, 0) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 3196838 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3196838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3196838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3197093 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3197246 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3197246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3197246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3197502 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 3198012 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3198012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3198369 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 3199135 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 9) +dssi-render: Wrote 2042 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3201177 +run_synth(instancehandle, 2042, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3201432 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3202095 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3202095 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 3) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3202453 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 1) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 3202963 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 3203218 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 1) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3203371 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 1) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3203729 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 1) +dssi-render: Wrote 3828 frames to output.wav +replaced_event +event table last nframe: 3207557 +run_synth(instancehandle, 3828, + - 1: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 3209088 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3209088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3209088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3209343 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3209496 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3209496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3209496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3209496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3209751 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3210262 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3210262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3210262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3210619 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 1940 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3212559 +run_synth(instancehandle, 1940, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3213426 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3214345 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3214703 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 3215111 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 3215213 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3215213 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 3215621 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 1) +dssi-render: Wrote 5717 frames to output.wav +event table last nframe: 3221338 +run_synth(instancehandle, 5717, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3221338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3221338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3221338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3221338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3221338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3221338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3221338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3221338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3221593 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3221746 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 101 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3221746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 101 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3221746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 101 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3222001 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 101 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3222512 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3222512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3222869 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 3063 frames to output.wav +replaced_event +event table last nframe: 3225932 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3226595 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3226953 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3227106 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 3227361 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 3227463 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 3227718 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 3227871 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +event table last nframe: 3228994 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 3229913 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 2042 frames to output.wav +replaced_event +event table last nframe: 3231955 +run_synth(instancehandle, 2042, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +event table last nframe: 3233588 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3233843 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3233996 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3233996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3233996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3233996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3233996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3233996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3234251 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3234251 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 +-- +, 12) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 3234354 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3234762 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3234762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3234762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3235119 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 3235374 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 12) +dssi-render: Wrote 3471 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3238845 +run_synth(instancehandle, 3471, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 11) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3239203 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3239713 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 3239866 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 3240121 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 3240479 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3240734 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3240734 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 3245838 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3245838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3245838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3246093 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3246246 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3246246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3246246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3246501 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3247012 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3247012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3247369 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 11) +dssi-render: Wrote 3063 frames to output.wav +replaced_event +event table last nframe: 3250432 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 11) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3251095 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3251452 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 8) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 3251861 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3251963 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3251963 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 3252218 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3252371 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3252729 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 3828 frames to output.wav +replaced_event +event table last nframe: 3256557 +run_synth(instancehandle, 3828, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 3258088 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3258088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3258088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3258343 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3258343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3258496 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3258496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3258496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3258496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3258751 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3259262 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3259262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3259262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3259619 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 12) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3263345 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3263345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3263702 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3264111 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 3264213 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3264213 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 3264621 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 +-- +, 4) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3264979 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 55 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 +-- +, 4) +dssi-render: Wrote 2807 frames to output.wav +replaced_event +event table last nframe: 3267786 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 +-- +, 4) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 3270338 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3270338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3270338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3270593 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3270593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3270746 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 60 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3270746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 60 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3270746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 60 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3271001 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 60 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3271512 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3271512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3271869 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 3063 frames to output.wav +replaced_event +event table last nframe: 3274932 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3275595 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3275952 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3276463 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 3276718 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3276871 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3277229 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3277229 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 6) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 3278147 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 6) +dssi-render: Wrote 2808 frames to output.wav +replaced_event +event table last nframe: 3280955 +run_synth(instancehandle, 2808, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3281822 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3282588 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3282843 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3282843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3282996 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3282996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3282996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3282996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3282996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3283251 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3283762 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3283762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3283762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3284119 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 12) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3287845 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3288202 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3288713 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3288713 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 3288866 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3289121 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3289734 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 918 frames to output.wav +removed_note_off_event +event table last nframe: 3290652 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 4186 frames to output.wav +event table last nframe: 3294838 +run_synth(instancehandle, 4186, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3294838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3294838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 3294991 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3295093 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3295093 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3295246 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3295246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 47 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3295246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 47 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3295246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 47 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3295501 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 47 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3296012 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3296012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3296012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3296267 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3296369 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 3063 frames to output.wav +replaced_event +event table last nframe: 3299432 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3300095 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3300452 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3300452 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3300861 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3300963 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3300963 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 3301218 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3301371 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 3165 frames to output.wav +replaced_event +event table last nframe: 3304536 +run_synth(instancehandle, 3165, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3305557 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 3307088 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3307088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3307088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3307343 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3307343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3307496 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3307496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3307496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3307496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3307751 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3308262 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3308262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3308262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3308619 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 12) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3312345 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3312702 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3313213 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3313621 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3313978 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3313978 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3314132 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3314897 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 3315510 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3315510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3315918 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 3318470 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 3319338 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3319338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3319338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3319338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 3319593 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3319593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3319593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3319746 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 117 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3319746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 117 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3319746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 117 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3319746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 117 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3320001 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 117 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3320257 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 117 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 3320512 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 117 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3320512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3320512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3320869 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3321022 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 11) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 3322043 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 3322809 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 11) +dssi-render: Wrote 1633 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3324442 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3324595 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3324952 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3325463 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3325871 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3325871 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 80 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 3326637 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 3327147 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 3327913 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 3573 frames to output.wav +replaced_event +event table last nframe: 3331486 +run_synth(instancehandle, 3573, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3331588 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3331588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3331588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3331588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3331588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3331588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 3331843 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3331843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3331996 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3331996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3331996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3331996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3331996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3331996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3331996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 126 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3332251 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 126 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 99 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3332251 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 126 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 99 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3332762 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 99 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3332762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 99 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3332762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 99 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3332762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 99 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 124 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3333017 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 99 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 124 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3333119 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 99 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 1174 frames to output.wav +event table last nframe: 3334293 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 99 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 2552 frames to output.wav +replaced_event +event table last nframe: 3336845 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 99 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 124 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3337202 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3337713 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 3338121 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 3338734 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3338734 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 918 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3339652 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3339754 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 2195 frames to output.wav +replaced_event +event table last nframe: 3341949 +run_synth(instancehandle, 2195, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 1889 frames to output.wav +removed_note_off_event +event table last nframe: 3343838 +run_synth(instancehandle, 1889, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3343838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3343838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3344093 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3344093 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3344246 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3344246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 44 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3344246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 44 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3344501 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 44 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3345012 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3345012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3345369 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 +-- +, 12) +dssi-render: Wrote 3063 frames to output.wav +replaced_event +event table last nframe: 3348432 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3348942 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3349095 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3349452 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 3349861 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3349861 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3349963 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3350218 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3350371 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 4186 frames to output.wav +replaced_event +event table last nframe: 3354557 +run_synth(instancehandle, 4186, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 3356088 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3356088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3356088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 3356241 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3356343 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3356343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3356496 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3356496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3356496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3356496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 103 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3356751 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 103 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3357262 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 103 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3357262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 103 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3357262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 103 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 103 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3357619 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 103 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 103 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 89 tick: 0 +-- +, 12) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 3361345 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 103 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3361702 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3362213 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3362213 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 3362621 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 3362876 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3362978 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3362978 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 3471 frames to output.wav +removed_note_off_event +event table last nframe: 3366449 +run_synth(instancehandle, 3471, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 4) +dssi-render: Wrote 1889 frames to output.wav +event table last nframe: 3368338 +run_synth(instancehandle, 1889, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3368338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3368338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3368593 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3368746 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 49 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3368746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 49 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3368746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 49 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 82 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3369001 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 49 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 82 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 55 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3369512 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 82 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 55 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3369512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 55 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3369869 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 55 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 +-- +, 13) +dssi-render: Wrote 1174 frames to output.wav +event table last nframe: 3371043 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 55 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 3371809 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 55 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3371809 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 55 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 +-- +, 12) +dssi-render: Wrote 867 frames to output.wav +replaced_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3372676 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 55 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3372676 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3372932 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 3373595 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3373595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3373952 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3374463 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3374463 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3374718 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 119 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3374871 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 119 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 3375382 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 119 tick: 0 +-- +, 5) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 3375994 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 119 tick: 0 +-- +, 5) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 3377270 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 119 tick: 0 +-- +, 5) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 3377934 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 119 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 3378699 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 119 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3378954 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1634 frames to output.wav +removed_note_off_event +event table last nframe: 3380588 +run_synth(instancehandle, 1634, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3380588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3380588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3380588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3380588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3380588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3380588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3380843 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3380996 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3380996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3380996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3380996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3380996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3380996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3380996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3381251 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 +-- +, 14) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3381762 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3381762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3381762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 +-- +, 13) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3382119 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 2705 frames to output.wav +event table last nframe: 3384824 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 3385692 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 3385845 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3386100 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3386202 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 124 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3386713 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 3386866 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3387121 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3387376 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3387478 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 3387734 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 3388244 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 3389163 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1633 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3390796 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 2042 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3392838 +run_synth(instancehandle, 2042, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3392838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3392838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 3392991 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3393093 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3393246 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3393246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3393246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3393246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3393501 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3394012 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3394012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3394369 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 11) +dssi-render: Wrote 2807 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3397176 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3397432 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3397942 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 63 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3398095 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 120 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3398095 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3398452 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 4) +dssi-render: Wrote 511 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3398963 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3399116 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3399218 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3399371 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 4186 frames to output.wav +replaced_event +event table last nframe: 3403557 +run_synth(instancehandle, 4186, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 3405088 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3405088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3405088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3405343 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3405496 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3405496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3405496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3405496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3405496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3405751 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3406262 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3406262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3406262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3406619 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 3407027 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 3407793 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3407793 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 79 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3408559 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3408661 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 3408814 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3409426 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 3410345 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3410345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3410702 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3411213 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3411213 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 +-- +, 2) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 3411621 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 +-- +, 2) +dssi-render: Wrote 5717 frames to output.wav +event table last nframe: 3417338 +run_synth(instancehandle, 5717, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3417338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3417338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3417338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3417338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3417338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3417338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3417338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3417338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 3417491 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3417593 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3417746 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 101 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3417746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 101 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3417746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 101 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3418001 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 101 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3418512 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3418512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3418869 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3419022 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 3419788 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 3420655 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 1276 frames to output.wav +replaced_event +event table last nframe: 3421931 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3422595 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 97 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3422952 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3423463 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 3423718 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3423871 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3424228 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 3424994 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 3425913 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 2041 frames to output.wav +replaced_event +event table last nframe: 3427954 +run_synth(instancehandle, 2041, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1634 frames to output.wav +removed_note_off_event +event table last nframe: 3429588 +run_synth(instancehandle, 1634, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3429843 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3429996 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3429996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3429996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3429996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3429996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3430251 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3430762 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3430762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3430762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3431119 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 11) +dssi-render: Wrote 3573 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3434692 +run_synth(instancehandle, 3573, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3434845 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 65 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3435202 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 83 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3435713 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 3435866 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 69 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3436121 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3436734 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3436734 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 2960 frames to output.wav +removed_note_off_event +event table last nframe: 3439694 +run_synth(instancehandle, 2960, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 3441480 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3441838 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3441838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3441838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3442093 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3442246 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3442246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3442246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3442246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3442501 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 42 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3443012 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3443012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3443114 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3443369 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 12) +dssi-render: Wrote 1429 frames to output.wav +event table last nframe: 3444798 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 12) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 3445666 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 12) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 3446431 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 12) +dssi-render: Wrote 154 frames to output.wav +removed_note_off_event +event table last nframe: 3446585 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 64 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3447095 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 37 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3447452 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 9) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 3447861 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 64 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 3447963 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 3448218 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 50 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3448371 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3448728 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3448728 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 3828 frames to output.wav +replaced_event +event table last nframe: 3452556 +run_synth(instancehandle, 3828, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3452556 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 3453475 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 3454088 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3454088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3454088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3454343 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3454496 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3454496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3454496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3454496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3454751 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3454751 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3455262 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3455262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3455262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3455619 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 3456027 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 3456283 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 66 tick: 0 +-- +, 12) +dssi-render: Wrote 3062 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3459345 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3459345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 53 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3459702 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 7) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3460111 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3460111 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 3460213 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3460213 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 3460621 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 +-- +, 3) +dssi-render: Wrote 5717 frames to output.wav +event table last nframe: 3466338 +run_synth(instancehandle, 5717, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3466338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3466338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3466593 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3466746 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 60 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3466746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 60 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3466746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 60 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3467001 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 60 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3467512 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3467512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3467869 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 54 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 1174 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3469043 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 1888 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3470931 +run_synth(instancehandle, 1888, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 3471595 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 93 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3471952 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3472463 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3472463 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 3472718 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3472871 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3473228 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 3474147 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 6) +dssi-render: Wrote 1787 frames to output.wav +replaced_event +event table last nframe: 3475934 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 6) +dssi-render: Wrote 1020 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3476954 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1634 frames to output.wav +removed_note_off_event +event table last nframe: 3478588 +run_synth(instancehandle, 1634, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3478843 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3478843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3478996 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3478996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3478996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3478996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3478996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3479251 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3479762 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3479762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3479762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3480119 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 13) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3483845 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 52 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 13) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3484202 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 11) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3484611 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 79 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 3484713 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 3484866 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 65 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3485121 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3485734 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 918 frames to output.wav +removed_note_off_event +event table last nframe: 3486652 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 3318 frames to output.wav +replaced_event +event table last nframe: 3489970 +run_synth(instancehandle, 3318, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +event table last nframe: 3490838 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3490838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3490838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3491093 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3491093 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3491246 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3491246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 47 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3491246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 47 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3491246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 47 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3491501 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 47 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 +-- +, 14) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3492012 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 108 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3492012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3492012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 13) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3492369 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 63 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 14) +dssi-render: Wrote 1786 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3494155 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 14) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3494921 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3495431 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 3496095 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3496452 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3496861 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3496963 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3496963 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 83 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3496963 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 83 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 3497218 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 83 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3497371 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 83 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 2297 frames to output.wav +replaced_event +event table last nframe: 3499668 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1888 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3501556 +run_synth(instancehandle, 1888, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1532 frames to output.wav +removed_note_off_event +event table last nframe: 3503088 +run_synth(instancehandle, 1532, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3503088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3503088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 3503241 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3503343 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3503343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3503496 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3503496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3503496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3503496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3503751 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3504262 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3504262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3504262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3504619 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 13) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3508345 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3508447 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3508702 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 9) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3509111 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 3509213 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3509366 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3509468 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 99 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3509621 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3509978 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3509978 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 2808 frames to output.wav +replaced_event +event table last nframe: 3512786 +run_synth(instancehandle, 2808, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1020 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3513806 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3514062 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 2) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +event table last nframe: 3515338 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3515338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3515338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3515593 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3515593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3515746 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 117 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3515746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 117 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3515746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 117 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3515746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 117 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3516001 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 117 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3516512 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 117 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3516512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3516512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3516869 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 79 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 11) +dssi-render: Wrote 1174 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3518043 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 11) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3520595 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 63 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3520952 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3521463 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3521463 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3521616 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3521718 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3521871 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3521871 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 38 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 3522637 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 3523147 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 3523913 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 3524168 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 3524525 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1276 frames to output.wav +replaced_event +event table last nframe: 3525801 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3526056 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1532 frames to output.wav +removed_note_off_event +event table last nframe: 3527588 +run_synth(instancehandle, 1532, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3527588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3527588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3527588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3527588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3527588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3527741 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3527843 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3527996 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3527996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3527996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3527996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3527996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3527996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3527996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3527996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3528251 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3528762 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3528762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 3528762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3529119 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 4747 frames to output.wav +replaced_event +event table last nframe: 3533866 +run_synth(instancehandle, 4747, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 3534121 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3534376 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3534733 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3534733 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 154 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3534887 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 3535244 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 3535652 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 +-- +, 2) +dssi-render: Wrote 4084 frames to output.wav +replaced_event +event table last nframe: 3539736 +run_synth(instancehandle, 4084, + - 1: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 +-- +, 2) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3539838 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3539838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3540093 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3540093 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3540246 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3540246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 54 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3540246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 54 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3540501 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 54 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3540603 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 54 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 3541012 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3541012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 66 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3541369 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 66 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 +-- +, 11) +dssi-render: Wrote 3062 frames to output.wav +replaced_event +event table last nframe: 3544431 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 66 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 +-- +, 11) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3544840 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 66 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3544942 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 66 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 +-- +, 9) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3545861 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3546218 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3546371 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 3546626 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3546728 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 3547137 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 3547494 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3549280 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3550556 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1532 frames to output.wav +removed_note_off_event +event table last nframe: 3552088 +run_synth(instancehandle, 1532, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3552088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3552343 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3552496 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3552496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3552496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3552496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3552598 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3552751 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3552751 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3552751 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3552853 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 3553262 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3553262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3553262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3553517 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3553619 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 3554282 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 1787 frames to output.wav +event table last nframe: 3556069 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 3556834 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 1379 frames to output.wav +replaced_event +event table last nframe: 3558213 +run_synth(instancehandle, 1379, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3558621 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3558876 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3558876 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3558876 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 3558978 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 3559387 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3559489 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 3559744 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 3560254 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 3560407 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3560509 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 2706 frames to output.wav +event table last nframe: 3563215 +run_synth(instancehandle, 2706, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 3564338 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3564338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3564593 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3564593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3564746 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3564746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3564746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 59 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3564746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 59 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3565001 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 59 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3565103 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 59 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 3565512 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 59 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3565512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3565512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3565869 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 13) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 3567145 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 13) +dssi-render: Wrote 663 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3567808 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 13) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3568676 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3568931 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3568931 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3569442 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 3569850 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 3570616 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3570718 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3570871 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3571126 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3571228 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3571228 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +event table last nframe: 3571637 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3571637 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 3571994 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3572913 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3573780 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1174 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3574954 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1634 frames to output.wav +removed_note_off_event +event table last nframe: 3576588 +run_synth(instancehandle, 1634, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3576588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3576843 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3576843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3576996 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3576996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3576996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3576996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3576996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3576996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3576996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3576996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3577251 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3577762 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3577762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3577762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3578119 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 3062 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3581181 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3582100 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3582866 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 3583121 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3583376 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3583376 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 3583733 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3583887 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 3584244 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 4594 frames to output.wav +event table last nframe: 3588838 +run_synth(instancehandle, 4594, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3588838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3589093 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3589246 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3589246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3589246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3589501 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3589603 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 3590012 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3590012 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3590369 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 42 tick: 0 +-- +, 12) +dssi-render: Wrote 2705 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3593074 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 42 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3593176 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3593431 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 +-- +, 8) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3594095 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 +-- +, 7) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3595218 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3595371 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3595626 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3595728 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 3595881 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3596137 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 3596494 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 2552 frames to output.wav +replaced_event +event table last nframe: 3599046 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3599556 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1532 frames to output.wav +removed_note_off_event +event table last nframe: 3601088 +run_synth(instancehandle, 1532, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3601088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3601343 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3601496 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3601496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3601496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3601496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3601496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3601751 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3601751 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3601751 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3601853 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 3602262 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3602262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3602262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 14) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3602619 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3602772 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 +-- +, 15) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3604558 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 +-- +, 13) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3605426 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3606090 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 9) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3607213 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 3607621 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3607876 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 3608387 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 3608744 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 5) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 3609407 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3610275 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 3063 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3613338 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3613338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3613593 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3613746 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3613746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3613746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 111 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3613746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3614001 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3614103 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 3614512 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3614512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3614869 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3615277 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 2297 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3617574 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3617931 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +event table last nframe: 3619718 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3619871 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3619871 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3620126 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3620228 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 3620637 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3620994 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3620994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 3621913 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 867 frames to output.wav +replaced_event +event table last nframe: 3622780 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1174 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3623954 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1634 frames to output.wav +removed_note_off_event +event table last nframe: 3625588 +run_synth(instancehandle, 1634, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3625588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3625588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3625588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3625588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3625588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3625843 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3625996 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3625996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3625996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 3625996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 3625996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3625996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3625996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3625996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 70 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3626251 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 3626761 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3626761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 70 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3626761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 43 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3627119 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 43 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 47 tick: 0 +-- +, 11) +dssi-render: Wrote 3981 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3631100 +run_synth(instancehandle, 3981, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 43 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 47 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3631866 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 47 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3632121 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 47 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3632376 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 47 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 3632733 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 47 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3632733 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3632886 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 3633244 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 +-- +, 3) +dssi-render: Wrote 4594 frames to output.wav +event table last nframe: 3637838 +run_synth(instancehandle, 4594, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3637838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3638093 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3638246 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3638246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3638246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3638246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3638246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 52 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3638246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 52 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3638501 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 52 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3638603 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 52 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3639011 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3639011 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3639369 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 +-- +, 11) +dssi-render: Wrote 1174 frames to output.wav +replaced_event +event table last nframe: 3640543 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 +-- +, 11) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3642074 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3642431 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 +-- +, 8) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3643860 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3644218 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3644371 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3644626 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3644728 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3644728 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3645136 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 3645494 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 4) +dssi-render: Wrote 1786 frames to output.wav +replaced_event +event table last nframe: 3647280 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3648556 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1532 frames to output.wav +removed_note_off_event +event table last nframe: 3650088 +run_synth(instancehandle, 1532, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3650088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3650241 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3650343 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3650496 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3650496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3650496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3650496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3650751 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3650751 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3650751 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3650853 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3651006 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 3651261 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3651261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3651261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3651619 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 3652027 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 1633 frames to output.wav +event table last nframe: 3653660 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 3654579 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3655345 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3655957 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3656110 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 9) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3656213 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3656213 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 3656621 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3656876 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3657131 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 3657386 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 3657744 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 5) +dssi-render: Wrote 1531 frames to output.wav +replaced_event +event table last nframe: 3659275 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3659428 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 2807 frames to output.wav +removed_note_off_event +event table last nframe: 3662235 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 +-- +, 3) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 3662338 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3662338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3662593 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3662746 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3662746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 70 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3662746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3663001 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3663103 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3663256 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 3663511 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3663511 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3663869 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3664022 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 12) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 3664890 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 12) +dssi-render: Wrote 1531 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3666421 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3666931 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3668360 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 3668718 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3668871 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3669126 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3669228 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 72 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3669228 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 72 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3669636 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 72 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3669994 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 72 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3670147 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 72 tick: 0 +-- +, 5) +dssi-render: Wrote 2552 frames to output.wav +replaced_event +event table last nframe: 3672699 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3672954 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1889 frames to output.wav +removed_note_off_event +event table last nframe: 3674843 +run_synth(instancehandle, 1889, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3674843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3674996 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3674996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3674996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3674996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3674996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3674996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 57 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3675251 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 57 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 3675761 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 57 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3675761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 57 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3675761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 57 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 +-- +, 11) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3676119 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 57 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 12) +dssi-render: Wrote 3981 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3680100 +run_synth(instancehandle, 3981, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3680355 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3680866 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3681121 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3681376 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 3681733 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3681886 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3682244 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3682652 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 2) +dssi-render: Wrote 3573 frames to output.wav +replaced_event +event table last nframe: 3686225 +run_synth(instancehandle, 3573, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 3686837 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3686837 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 +-- +, 3) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3687093 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3687093 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3687246 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3687246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3687246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3687246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3687501 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3687603 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3688011 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3688011 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3688011 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 3688369 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3688369 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 62 tick: 0 +-- +, 10) +dssi-render: Wrote 3062 frames to output.wav +replaced_event +event table last nframe: 3691431 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 62 tick: 0 +-- +, 10) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3691840 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 62 tick: 0 +-- +, 9) +dssi-render: Wrote 1020 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3692860 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 62 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3692962 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3693218 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3693371 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3693626 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3693728 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3694136 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 3694494 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 1786 frames to output.wav +replaced_event +event table last nframe: 3696280 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3697556 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 3699087 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3699087 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3699087 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 3699343 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3699343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3699496 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3699496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3699496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3699496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3699751 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3699751 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3699751 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3699853 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3700261 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3700261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3700261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 91 tick: 0 +-- +, 11) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3700619 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 91 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 77 tick: 0 +-- +, 12) +dssi-render: Wrote 3573 frames to output.wav +replaced_event +event table last nframe: 3704192 +run_synth(instancehandle, 3573, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 77 tick: 0 +-- +, 12) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3705621 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 77 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3705876 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 77 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3705978 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 77 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3705978 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3705978 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 3706386 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3706744 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 3706999 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3707509 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3707509 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 3708428 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3709194 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3709449 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3709704 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +event table last nframe: 3711337 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3711337 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 3711593 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3711593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3711593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3711746 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3711746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3711746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3711746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3712001 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3712103 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3712511 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3712511 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3712511 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3712869 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 +-- +, 11) +dssi-render: Wrote 1786 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3714655 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 +-- +, 11) +dssi-render: Wrote 3216 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3717871 +run_synth(instancehandle, 3216, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3718126 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3718636 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3718994 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3719147 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 3719912 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 3318 frames to output.wav +event table last nframe: 3723230 +run_synth(instancehandle, 3318, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3723587 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3723587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3723587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3723587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3723587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3723587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 3723843 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3723843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3723996 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3723996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3723996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3723996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3723996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3723996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3723996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3724251 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3724353 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3724761 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 100 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3724761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3724761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3725119 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1174 frames to output.wav +event table last nframe: 3726293 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 77 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3726293 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 3573 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3729866 +run_synth(instancehandle, 3573, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3730121 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3730376 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 3730733 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3730733 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3730886 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 3731244 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 3731652 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 +-- +, 2) +dssi-render: Wrote 4185 frames to output.wav +event table last nframe: 3735837 +run_synth(instancehandle, 4185, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3735837 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 3735991 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3736093 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3736093 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3736246 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3736246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 74 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3736246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 74 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3736501 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 74 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3736603 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 74 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3737011 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3737011 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 66 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3737369 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 66 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 +-- +, 11) +dssi-render: Wrote 3062 frames to output.wav +replaced_event +event table last nframe: 3740431 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 66 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 +-- +, 11) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3740840 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 66 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 66 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3740942 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 66 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 +-- +, 9) +dssi-render: Wrote 918 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3741860 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3742218 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3742371 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 39 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 3742626 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3742728 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 3743136 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 52 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 3743494 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3745280 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3746556 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 3748087 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3748087 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3748343 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3748496 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3748496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3748496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3748496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3748751 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3748751 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3748751 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3748853 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3748853 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3749261 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3749261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3749261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 +-- +, 13) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3749619 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3749772 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 1633 frames to output.wav +event table last nframe: 3751405 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 3752324 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 3753192 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 1020 frames to output.wav +replaced_event +event table last nframe: 3754212 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 81 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3754621 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3754876 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3754876 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3754876 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 54 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 3754876 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 3754978 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 3755386 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3755744 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 67 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3755744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3756407 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3756509 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 1787 frames to output.wav +event table last nframe: 3758296 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 3759214 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 3760337 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3760337 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3760593 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3760746 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3760746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 79 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3760746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 79 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3761001 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 79 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3761103 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 79 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3761511 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3761511 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 +-- +, 11) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3761869 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 60 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 12) +dssi-render: Wrote 1939 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3763808 +run_synth(instancehandle, 1939, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 12) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3764676 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3764931 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3765442 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 7) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 3766105 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 +-- +, 6) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 3766718 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3766871 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 33 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 3767126 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3767228 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3767228 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 3767636 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3767738 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 3767994 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 3768657 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 3769678 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 37 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 3769780 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 3770291 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 4) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 3770954 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +event table last nframe: 3772587 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3772587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 +-- +, 4) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3772843 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3772843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3772996 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3772996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3772996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3772996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3772996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3772996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3772996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3772996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3772996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3773251 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 +-- +, 13) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3773608 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 3773761 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3773761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3773761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3774119 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 3774527 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 3775293 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1020 frames to output.wav +event table last nframe: 3776313 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 3777079 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3777181 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3777947 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3778100 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3778866 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 3779121 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3779376 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3779376 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 3779733 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3779886 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 3780244 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 4593 frames to output.wav +event table last nframe: 3784837 +run_synth(instancehandle, 4593, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3784837 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3785093 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3785246 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3785246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3785246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3785501 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3785603 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3786011 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3786011 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 +-- +, 11) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3786369 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 42 tick: 0 +-- +, 12) +dssi-render: Wrote 2705 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3789074 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 42 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3789176 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3789431 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 80 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 41 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 +-- +, 8) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3790095 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 +-- +, 7) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3791218 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3791371 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3791626 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3791728 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3792136 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 3792494 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 2552 frames to output.wav +replaced_event +event table last nframe: 3795046 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3795301 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3795556 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 3797087 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3797087 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3797343 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3797496 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3797496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3797496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3797496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3797496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3797751 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3797751 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3797751 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3797853 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3798261 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3798261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3798261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 14) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3798619 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3798772 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 57 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 +-- +, 15) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3800558 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 +-- +, 13) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3801426 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3802089 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 9) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3803212 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 7) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +event table last nframe: 3803621 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3803876 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 3804386 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 3804744 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 5) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 3805407 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3806275 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 2297 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3808572 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 3809337 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3809337 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3809593 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3809746 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3809746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3809746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3809746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3810001 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3810103 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 104 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3810511 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 104 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3810511 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3810869 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 2705 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3813574 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3813931 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +event table last nframe: 3815718 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3815871 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3815871 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3816126 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3816228 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3816636 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3816994 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3816994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 3817912 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +replaced_event +event table last nframe: 3818780 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1174 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3819954 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +event table last nframe: 3821587 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3821587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3821587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3821587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3821587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3821587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3821843 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3821996 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3821996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3821996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 3821996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 3821996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3821996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3821996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3821996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 70 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3822251 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 3822761 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3822761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 70 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3822761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 43 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3823119 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 43 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 47 tick: 0 +-- +, 11) +dssi-render: Wrote 3981 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3827100 +run_synth(instancehandle, 3981, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 43 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 47 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3827865 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 47 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3828121 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 47 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3828376 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 47 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 3828733 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 47 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3828733 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3828886 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 3829244 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 +-- +, 3) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +event table last nframe: 3832970 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 +-- +, 3) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +event table last nframe: 3833837 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3833837 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 +-- +, 4) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3834093 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3834246 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3834246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3834246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3834246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3834246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3834246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3834501 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3834603 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3835011 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3835011 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3835369 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 42 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 +-- +, 10) +dssi-render: Wrote 2705 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3838074 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3838431 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 15 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 +-- +, 8) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3839860 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3840218 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3840371 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3840626 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3840728 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 28 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3840728 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 42 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3841136 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 3841494 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 4) +dssi-render: Wrote 1786 frames to output.wav +replaced_event +event table last nframe: 3843280 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3844556 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 3846087 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3846087 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3846343 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3846496 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3846496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3846496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3846496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3846751 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3846751 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3846751 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3846853 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3846853 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3847261 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3847261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3847261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3847619 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3847772 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 3848537 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 3849558 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 1531 frames to output.wav +event table last nframe: 3851089 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3851345 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3851957 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 31 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3852110 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3852110 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 3852212 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 7) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +event table last nframe: 3852621 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3852876 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 3853386 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 3853744 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3853744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 5) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 3854662 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 5) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 3855275 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 87 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3855428 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 2909 frames to output.wav +removed_note_off_event +event table last nframe: 3858337 +run_synth(instancehandle, 2909, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3858337 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 3858593 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3858593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3858746 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3858746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3858746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3859001 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3859103 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3859511 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3859511 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3859869 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 3860634 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 3861553 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 3862319 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3862421 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3862931 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 1174 frames to output.wav +removed_note_off_event +event table last nframe: 3864105 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 3864718 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3864871 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 71 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3865126 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3865228 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 72 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3865228 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 72 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3865228 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 72 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3865636 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 72 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3865994 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 72 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3866147 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 72 tick: 0 +-- +, 6) +dssi-render: Wrote 2552 frames to output.wav +replaced_event +event table last nframe: 3868699 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3868954 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 68 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3868954 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1889 frames to output.wav +removed_note_off_event +event table last nframe: 3870843 +run_synth(instancehandle, 1889, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3870843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3870996 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3870996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3870996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3870996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3870996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3870996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 57 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3871251 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 57 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 3871761 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 57 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3871761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 57 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3871761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 57 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 +-- +, 11) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3872119 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 57 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 12) +dssi-render: Wrote 3981 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3876100 +run_synth(instancehandle, 3981, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3876355 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 30 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3876865 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3877121 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3877376 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 3877733 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 57 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3877886 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3878244 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3878652 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 +-- +, 2) +dssi-render: Wrote 4185 frames to output.wav +event table last nframe: 3882837 +run_synth(instancehandle, 4185, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3882837 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 3882990 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3883092 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3883092 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 3883246 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3883246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3883246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3883246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3883501 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3883603 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3884011 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3884011 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3884011 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 3884369 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3884369 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 62 tick: 0 +-- +, 10) +dssi-render: Wrote 3062 frames to output.wav +replaced_event +event table last nframe: 3887431 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 62 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3887839 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 49 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 62 tick: 0 +-- +, 9) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3888860 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 60 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 62 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3888962 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3889217 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 3889371 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3889626 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3889728 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3890136 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 3890494 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 1786 frames to output.wav +replaced_event +event table last nframe: 3892280 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3893556 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 3895087 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3895087 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 3895240 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3895342 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3895342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 3895496 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3895496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3895496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3895496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3895751 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3895751 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3895751 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3895853 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3896261 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3896261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3896261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 91 tick: 0 +-- +, 12) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3896619 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 91 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 77 tick: 0 +-- +, 13) +dssi-render: Wrote 4338 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3900957 +run_synth(instancehandle, 4338, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 91 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 77 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3901365 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 77 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3901467 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 77 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 3901621 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 77 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3901876 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 77 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3901978 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 91 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3901978 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3902386 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 3902744 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 3902999 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 91 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3904428 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3905194 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3905806 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3906572 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 +-- +, 2) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 3907337 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3907337 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3907592 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3907592 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 3907746 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3907746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3907746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3907746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3908001 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3908103 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3908511 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3908511 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3908511 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 3908869 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 +-- +, 11) +dssi-render: Wrote 3470 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3912339 +run_synth(instancehandle, 3470, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 +-- +, 11) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3913615 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3913717 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 3913871 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 105 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3913871 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 41 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 105 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3914126 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 105 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3914228 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3914636 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3914636 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 54 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3914994 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3915147 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 3915912 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +replaced_event +event table last nframe: 3916780 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3918056 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1174 frames to output.wav +removed_note_off_event +event table last nframe: 3919230 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 +-- +, 3) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3919587 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 98 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3919587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3919587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3919587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3919587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3919587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3919842 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 3919996 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3919996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3919996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3919996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3919996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3919996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3919996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 75 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3919996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 75 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3919996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 75 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 +-- +, 14) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3920353 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 75 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3920761 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 75 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3920761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 75 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 3922292 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 75 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3922292 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 75 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 2808 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3925100 +run_synth(instancehandle, 2808, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3925865 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3926733 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 3926886 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3926886 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3927652 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3928417 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 1532 frames to output.wav +replaced_event +event table last nframe: 3929949 +run_synth(instancehandle, 1532, + - 1: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 2143 frames to output.wav +removed_note_off_event +event table last nframe: 3932092 +run_synth(instancehandle, 2143, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3932092 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 3932246 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3932246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3932246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3932246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 74 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3932246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3932246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3932246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3932246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3932246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 14) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3932603 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 34 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3933011 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 34 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 3420 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3936431 +run_synth(instancehandle, 3420, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 34 velocity: 104 tick: 0 +-- +, 14) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3936941 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1174 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3938115 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3938115 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 3938217 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3938217 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3938217 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 3938728 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 3940004 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 1276 frames to output.wav +replaced_event +event table last nframe: 3941280 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3941688 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 3942454 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 3942556 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 3942964 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 3943730 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 3944342 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 3944496 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3944496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3944496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3944496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3944496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3944496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3944496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3944496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3944751 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3944751 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 93 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3944853 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 93 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 34 velocity: 120 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3945261 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 93 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 34 velocity: 120 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3945261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 93 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 34 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 3945516 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 34 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 3946384 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 34 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 3947303 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 34 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1633 frames to output.wav +event table last nframe: 3948936 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 34 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 3949191 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 93 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 3949855 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 93 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 3950212 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 93 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3950365 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 93 tick: 0 +-- +, 11) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3951488 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3951641 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3951743 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 +-- +, 6) +dssi-render: Wrote 409 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3952152 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 95 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3952407 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +event table last nframe: 3953020 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3953020 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3953275 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 3953938 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 2654 frames to output.wav +event table last nframe: 3956592 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 3956746 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3956746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3956746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3956746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 79 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3956746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 79 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 59 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3956746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 79 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 59 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3956746 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 79 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 59 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3957103 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 79 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 59 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 34 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3957511 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 59 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 34 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 3063 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3960574 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 59 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 84 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3960931 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 59 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3960931 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 59 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 3960931 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 3960931 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3960931 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3962615 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3962615 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3962717 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 119 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3962717 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 119 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 3963228 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3963483 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 3964504 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1174 frames to output.wav +replaced_event +event table last nframe: 3965678 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 119 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 3966188 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 119 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 3966954 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3966954 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3966954 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 3967822 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 3967975 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 3968587 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3968587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 3968740 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 3968740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3968842 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3968842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 3968996 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3968996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3968996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3968996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3968996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3968996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3968996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3968996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3968996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3968996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3968996 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 18) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 3969608 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 3969608 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 104 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3969608 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 17) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3969761 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 3969761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3969761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 13) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +event table last nframe: 3970374 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 3971037 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3971292 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 2808 frames to output.wav +event table last nframe: 3974100 +run_synth(instancehandle, 2808, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 765 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 3974865 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3974967 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 3975733 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 24 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3975886 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 3976652 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3976652 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3976652 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3976652 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 2) +dssi-render: Wrote 4338 frames to output.wav +replaced_event +event table last nframe: 3980990 +run_synth(instancehandle, 4338, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 3981092 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3981092 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 3981246 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 75 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3981246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3981246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3981246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3981246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 76 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3981246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 76 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3981246 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 76 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 3981603 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 76 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3982011 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 76 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 3982266 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 3165 frames to output.wav +replaced_event +event table last nframe: 3985431 +run_synth(instancehandle, 3165, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 24 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3985839 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 3986350 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 68 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 3987115 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 3987217 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3987217 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 3987728 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3987983 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3987983 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 2705 frames to output.wav +replaced_event +event table last nframe: 3990688 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3991556 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 24 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3992066 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +event table last nframe: 3993342 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3993342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 3993496 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3993496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3993496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3993496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3993496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3993496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3993496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3993496 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 3993751 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 3993751 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 3993853 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 3994261 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3994261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 3930 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3998191 +run_synth(instancehandle, 3930, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 3999212 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 24 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 67 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 12) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4000233 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4001152 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4001254 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 95 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4001254 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 4001917 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4002019 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4002530 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 4002938 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 2654 frames to output.wav +event table last nframe: 4005592 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4005745 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4005745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4005745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4005745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4005745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4005745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4005745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4005745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4005745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 4006103 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4006511 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 2909 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4009420 +run_synth(instancehandle, 2909, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4009931 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 24 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4009931 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 88 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4009931 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4010850 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4010850 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4011717 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4011717 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 4012228 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 4012636 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4012636 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 4013249 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 2705 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4015954 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 24 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4016566 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +event table last nframe: 4017587 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4017587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4017740 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4017842 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4017842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4017995 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4017995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4017995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4017995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4017995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4017995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4017995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4017995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4017995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 14) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 4018608 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4018608 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4018761 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4018761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 4019527 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 4020394 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 409 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4020803 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4022334 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 2399 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4024733 +run_synth(instancehandle, 2399, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4024733 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4024733 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4025754 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 4026417 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4026417 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 3675 frames to output.wav +event table last nframe: 4030092 +run_synth(instancehandle, 3675, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4030245 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4030245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4030245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4030245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4030245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4030245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4030245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4030245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 76 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4030245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 76 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 75 tick: 0 +-- +, 13) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 4030603 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 76 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 75 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4031011 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 76 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 75 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +event table last nframe: 4032287 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 76 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 75 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 37 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 868 frames to output.wav +replaced_event +event table last nframe: 4033155 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 76 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 75 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4034431 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 76 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 75 tick: 0 +-- +, 12) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4036115 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 75 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4036115 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4036217 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4036217 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 4036728 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4036983 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4037136 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4037136 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 4037902 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4039280 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 85 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4039535 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 85 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4040556 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +event table last nframe: 4042342 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4042342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4042495 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4042495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4042495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4042495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4042495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4042495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4042495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 70 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4042495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 4042751 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 73 velocity: 101 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4042751 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 73 velocity: 101 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4042853 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 73 velocity: 101 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4043261 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 73 velocity: 101 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4043261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 70 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 101 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 37 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 3828 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4047089 +run_synth(instancehandle, 3828, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 101 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4048212 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 101 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4048365 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 101 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4048467 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 101 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4049233 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 101 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4049386 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 101 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4049488 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 4049743 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 4) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 4050152 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4050407 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 4185 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4054592 +run_synth(instancehandle, 4185, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4054745 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4054745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4054745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4054745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4054745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4054745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4054745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 4055103 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4055511 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 3063 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4058574 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4058931 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 70 tick: 0 +-- +, 9) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4059850 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 69 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4059850 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4060717 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4060717 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 4) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 4061228 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4061483 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 4062402 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 37 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 2297 frames to output.wav +replaced_event +event table last nframe: 4064699 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4064954 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4065464 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 74 tick: 0 +-- +, 3) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4065975 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4066587 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4066587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4066587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 +-- +, 2) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4066842 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4066842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4066995 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4066995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4066995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4066995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4066995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4066995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4066995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4066995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4066995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4066995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4066995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 4067506 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4067761 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4067761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 +-- +, 14) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +event table last nframe: 4069037 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 +-- +, 13) +dssi-render: Wrote 2297 frames to output.wav +replaced_event +event table last nframe: 4071334 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 98 tick: 0 +-- +, 13) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4072865 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4072865 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +replaced_event +event table last nframe: 4073733 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 78 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4073733 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 96 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4073733 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4073886 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4073886 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4074652 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 4338 frames to output.wav +replaced_event +event table last nframe: 4078990 +run_synth(instancehandle, 4338, + - 1: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4079092 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4079092 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 +-- +, 2) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4079245 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4079245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4079245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4079245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4079245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4079245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4079245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4079245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 4079501 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4079603 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4080011 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 77 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4080011 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 2909 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4082920 +run_synth(instancehandle, 2909, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4083431 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 61 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4084196 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 +-- +, 7) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4085217 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4085217 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4085370 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 4085728 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 64 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4086136 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4086902 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 2297 frames to output.wav +replaced_event +event table last nframe: 4089199 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4089556 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +event table last nframe: 4091342 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4091495 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4091495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4091495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4091495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4091495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4091495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4091495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4091495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 69 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 4091751 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 69 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4091751 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 69 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4091853 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 69 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4092261 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 69 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4092261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 3828 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4096089 +run_synth(instancehandle, 3828, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4097212 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4097467 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 69 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4098233 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4098233 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4099152 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4099152 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 4099662 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 95 tick: 0 +-- +, 5) +dssi-render: Wrote 613 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4100275 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 91 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4100275 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 2194 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4102469 +run_synth(instancehandle, 2194, + - 1: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 +-- +, 2) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +event table last nframe: 4103592 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4103592 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4103745 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4103745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4103745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4103745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4103745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4103745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4103745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4103745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4103745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4103745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 4104103 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 99 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4104511 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 99 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4104511 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 99 tick: 0 +-- +, 13) +dssi-render: Wrote 2807 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4107318 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4107931 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4109615 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4109717 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 119 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 4110228 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 119 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4110483 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 119 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4110483 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 119 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4110636 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4111402 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4111402 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 4112167 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 119 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 1787 frames to output.wav +replaced_event +event table last nframe: 4113954 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4114464 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +event table last nframe: 4115587 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4115587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4115587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4115587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4115587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4115587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4115740 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4115842 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4115842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4115995 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4115995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4115995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4115995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4115995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4115995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4115995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4115995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4115995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 4116761 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 100 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4116761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4117271 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 1532 frames to output.wav +removed_note_off_event +event table last nframe: 4118803 +run_synth(instancehandle, 1532, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 3164 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 4121967 +run_synth(instancehandle, 3164, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4122733 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4122733 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 2705 frames to output.wav +removed_note_off_event +event table last nframe: 4125438 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 67 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 2552 frames to output.wav +replaced_event +event table last nframe: 4127990 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4128092 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4128092 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4128245 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4128245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4128245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4128245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 54 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4128245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4128245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 +-- +, 12) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 4128603 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4128603 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 84 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 86 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4129011 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 84 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 86 tick: 0 +-- +, 14) +dssi-render: Wrote 4696 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4133707 +run_synth(instancehandle, 4696, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 86 tick: 0 +-- +, 13) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4135136 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 86 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4135391 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 3063 frames to output.wav +removed_note_off_event +event table last nframe: 4138454 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 +-- +, 6) +dssi-render: Wrote 1888 frames to output.wav +replaced_event +event table last nframe: 4140342 +run_synth(instancehandle, 1888, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4140342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4140495 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4140495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4140495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4140495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4140495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4140495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 4140751 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4140751 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4140853 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4140853 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 108 tick: 0 +-- +, 16) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4141261 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 108 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4141261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 108 tick: 0 +-- +, 15) +dssi-render: Wrote 4696 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4145957 +run_synth(instancehandle, 4696, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4146110 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 1123 frames to output.wav +replaced_event +event table last nframe: 4147233 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 4147386 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4147641 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 4147641 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +event table last nframe: 4148662 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 97 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 +-- +, 10) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 4149275 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 +-- +, 10) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4150959 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4151214 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 4152235 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 4152592 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4152745 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4152745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4152745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 59 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4152745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 59 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4152745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 59 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 4153001 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 59 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4153103 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 59 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4153103 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 59 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4153511 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 4154021 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 1634 frames to output.wav +event table last nframe: 4155655 +run_synth(instancehandle, 1634, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 4156420 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 2552 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 4158972 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4159381 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4159483 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 4159891 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 4160248 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4161014 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4161167 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 3675 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4164842 +run_synth(instancehandle, 3675, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4164842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4164995 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4164995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4164995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4164995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4164995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4164995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4164995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 15) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 4165251 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4165353 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4165353 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 17) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4165761 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4165761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 16) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4165863 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 15) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 4166782 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 15) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 4167649 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 15) +dssi-render: Wrote 154 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 4167803 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4167905 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +event table last nframe: 4169334 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 4170355 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 4171120 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4171222 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 22 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 4171733 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 22 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4172243 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4172754 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4173162 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 2144 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4175306 +run_synth(instancehandle, 2144, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 4177092 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4177245 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4177245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4177245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4177245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4177245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 4177603 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4177603 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 55 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 4178011 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 3062 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4181073 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 4181584 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 4181941 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 8) +dssi-render: Wrote 1174 frames to output.wav +event table last nframe: 4183115 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 8) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 4183728 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 4183728 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 2450 frames to output.wav +removed_note_off_event +event table last nframe: 4186178 +run_synth(instancehandle, 2450, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4186535 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4187301 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 24 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 2041 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4189342 +run_synth(instancehandle, 2041, + - 1: event_type: NOTE_OFFchannel: 0 note: 24 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4189342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4189495 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4189495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4189495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4189495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4189495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4189495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 4189751 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 93 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4189751 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4189853 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4189853 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4190261 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4190261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4190771 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 93 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 4186 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4194957 +run_synth(instancehandle, 4186, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 93 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4195876 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 93 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4196233 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 93 tick: 0 +-- +, 7) +dssi-render: Wrote 1939 frames to output.wav +removed_note_off_event +event table last nframe: 4198172 +run_synth(instancehandle, 1939, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 93 tick: 0 +-- +, 6) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 4199193 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 93 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 4199193 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 2144 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4201337 +run_synth(instancehandle, 2144, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4201337 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4201337 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4201337 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4201337 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4201337 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4201592 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4201745 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4201745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4201745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4201745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 111 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4201745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 111 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4201745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 111 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 4202103 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 111 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4202103 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 111 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4202511 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4203277 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 2654 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4205931 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4206594 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1276 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4207870 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4208891 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4209146 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 4696 frames to output.wav +replaced_event +event table last nframe: 4213842 +run_synth(instancehandle, 4696, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4213842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4213995 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4213995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4213995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4213995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4213995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4213995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4213995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4213995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4213995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 14) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 4214761 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4214761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 4215016 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4215118 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 4215884 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 12) +dssi-render: Wrote 2195 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4218079 +run_synth(instancehandle, 2195, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 55 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4218844 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 10) +dssi-render: Wrote 1889 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4220733 +run_synth(instancehandle, 1889, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 94 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4220733 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4220733 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4222519 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 3) +dssi-render: Wrote 1685 frames to output.wav +removed_note_off_event +event table last nframe: 4224204 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 2) +dssi-render: Wrote 1888 frames to output.wav +event table last nframe: 4226092 +run_synth(instancehandle, 1888, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4226245 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4226245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4226245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4226245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 52 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4226245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 52 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4226245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 52 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 4226603 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 52 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4226603 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 52 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4227011 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 5717 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4232728 +run_synth(instancehandle, 5717, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4232728 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4234004 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4235688 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 +-- +, 5) +dssi-render: Wrote 2654 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4238342 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4238342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4238495 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4238495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4238495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4238495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4238495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4238495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4238750 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4238750 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 70 velocity: 97 tick: 0 +-- +, 12) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 4238853 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 70 velocity: 97 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 102 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4238853 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 70 velocity: 97 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 104 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4239261 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 70 velocity: 97 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 104 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4239261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 70 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 104 tick: 0 +-- +, 13) +dssi-render: Wrote 2297 frames to output.wav +removed_note_off_event +event table last nframe: 4241558 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 4241558 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 97 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 2807 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4244365 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4244875 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 97 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 4244978 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 97 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4245233 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 97 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4246662 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 97 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4247274 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 99 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4247274 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +event table last nframe: 4248193 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 1531 frames to output.wav +event table last nframe: 4249724 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 4249827 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 4250592 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4250592 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4250745 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4250745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4250745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 73 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4250745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 73 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4250745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 73 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 +-- +, 12) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 4251103 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 73 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4251103 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 73 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 4251511 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4251613 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 4252276 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 3165 frames to output.wav +replaced_event +event table last nframe: 4255441 +run_synth(instancehandle, 3165, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 55 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4255849 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4256207 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 918 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4257125 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 868 frames to output.wav +replaced_event +event table last nframe: 4257993 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1685 frames to output.wav +removed_note_off_event +event table last nframe: 4259678 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 6) +dssi-render: Wrote 2909 frames to output.wav +replaced_event +event table last nframe: 4262587 +run_synth(instancehandle, 2909, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4262842 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4262842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4262842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4262995 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4262995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4262995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4262995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4262995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4262995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4262995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 4263353 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4263353 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4263761 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4263761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 2297 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4266058 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4266058 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 4266670 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 3063 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4269733 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4271009 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4271162 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 75 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 4271672 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4272438 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1531 frames to output.wav +replaced_event +event table last nframe: 4273969 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +event table last nframe: 4275092 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4275092 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4275245 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4275245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4275245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4275245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4275245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4275245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 4275603 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4275603 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4276011 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4276011 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 2297 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4278308 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 10) +dssi-render: Wrote 1123 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4279431 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4279941 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 4280860 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 1531 frames to output.wav +event table last nframe: 4282391 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 4282391 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 3063 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4285454 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1888 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4287342 +run_synth(instancehandle, 1888, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4287342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4287342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4287495 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4287495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4287495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4287495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4287495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4287495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4287750 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4287750 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 +-- +, 15) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 4287853 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4287853 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 +-- +, 17) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4288261 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4288261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 4849 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4293110 +run_synth(instancehandle, 4849, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 55 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 +-- +, 13) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4293467 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4294233 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4295662 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4295764 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 +-- +, 7) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 4296427 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4296427 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 +-- +, 7) +dssi-render: Wrote 3063 frames to output.wav +replaced_event +event table last nframe: 4299490 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4299592 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4299592 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4299745 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4299745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4299745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4299745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4299745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4299745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 103 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4300000 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 103 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4300000 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4300000 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 79 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4300000 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 79 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 70 velocity: 79 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4300102 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 79 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 70 velocity: 79 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 106 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4300102 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 79 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 70 velocity: 79 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 106 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 16) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 4300511 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 79 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 70 velocity: 79 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 106 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 16) +dssi-render: Wrote 2041 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4302552 +run_synth(instancehandle, 2041, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 79 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 106 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 15) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4303318 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 +-- +, 14) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 4305870 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 105 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4306125 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 105 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 75 velocity: 88 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4306125 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 105 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 75 velocity: 88 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 16) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 4306636 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 75 velocity: 88 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 16) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4307401 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 75 velocity: 88 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 15) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4307759 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 106 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4307759 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4308269 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4308422 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 55 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 4308780 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4308933 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1378 frames to output.wav +replaced_event +event table last nframe: 4310311 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 4310566 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4310719 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4310719 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4310974 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4310974 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4311230 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 4311587 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4311587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4311587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4311587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4311587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4311587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4311740 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4311740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4311740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4311740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4311842 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4311842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4311842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4311995 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4311995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4311995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4311995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4311995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4311995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4311995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4311995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4311995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 17) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 4312761 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4312761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4312761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4313118 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 4747 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4317865 +run_synth(instancehandle, 4747, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 4318631 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4318733 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 918 frames to output.wav +replaced_event +event table last nframe: 4319651 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4320519 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4320519 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1685 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4322204 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4323071 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 4323735 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4323735 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4323990 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4324092 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4324092 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4324092 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4324245 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4324245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4324245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4324245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4324347 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4324347 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 14) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 4324756 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4325011 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4325011 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 4330115 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 612 frames to output.wav +replaced_event +event table last nframe: 4330727 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 154 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4330881 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4331136 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4331391 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4331391 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4332259 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 2194 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4334453 +run_synth(instancehandle, 2194, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1532 frames to output.wav +removed_note_off_event +event table last nframe: 4335985 +run_synth(instancehandle, 1532, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4335985 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4335985 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4335985 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4336240 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4336342 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4336342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4336342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4336495 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4336495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4336495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4336495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4336495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 16) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4336597 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4336597 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 18) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 4337261 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4337261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4337261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 16) +dssi-render: Wrote 4696 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4341957 +run_synth(instancehandle, 4696, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 4342365 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 15) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 4342722 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 15) +dssi-render: Wrote 409 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 4343131 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4343131 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4343641 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4344151 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 4344407 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4344509 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4344917 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4345172 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +event table last nframe: 4345785 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4345938 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4346806 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 4) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 4347469 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4348235 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4348235 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4348490 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4348490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4348592 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4348592 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4348592 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4348745 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4348745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4348745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4348745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4348847 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4348847 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 4349256 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 4349256 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4349511 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4349511 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 4350123 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 4492 frames to output.wav +event table last nframe: 4354615 +run_synth(instancehandle, 4492, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 4355125 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4355381 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4355993 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4356146 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 4356657 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4356657 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 4357014 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4357269 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 4357933 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 4358698 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4358800 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4358953 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1532 frames to output.wav +removed_note_off_event +event table last nframe: 4360485 +run_synth(instancehandle, 1532, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4360485 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4360485 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 4360842 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4360842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4360842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4360995 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4360995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4360995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4360995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4360995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4361097 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4361097 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 13) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 4361761 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4361761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4361761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 4362271 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 2552 frames to output.wav +replaced_event +event table last nframe: 4364823 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +event table last nframe: 4365691 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 4366610 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4366865 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 4367375 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4367375 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 4367631 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 4368141 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4368243 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 4368907 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4369162 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4369162 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 4369672 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4369672 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4369927 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4369927 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 4370183 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 4370948 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4371714 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4371816 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 4372480 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4372582 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4372735 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4372735 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4372990 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4373092 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4373092 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4373092 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4373245 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4373245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4373245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4373245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4373347 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4373347 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4373500 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 4373756 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4374011 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4374011 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 2807 frames to output.wav +removed_note_off_event +event table last nframe: 4376818 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4377584 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4377686 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4377941 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 4378604 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4378604 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 4379115 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4379370 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4379370 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 4379881 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4380391 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 4381157 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4381259 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4381412 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 4381922 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4382024 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4382024 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 4382688 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4382790 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4382790 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 4383811 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4384066 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +event table last nframe: 4384985 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4384985 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4384985 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4384985 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 4385342 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4385342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4385342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4385495 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4385495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4385495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4385495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4385495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4385597 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4385597 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 16) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 4386261 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4386261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4386261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 14) +dssi-render: Wrote 1888 frames to output.wav +removed_note_off_event +event table last nframe: 4388149 +run_synth(instancehandle, 1888, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4388915 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4388915 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4389681 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4389834 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 4390599 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4390599 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4391365 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4391467 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4391467 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4391875 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 14) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4392131 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 4392386 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4392386 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 4393151 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4393151 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4393253 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4394172 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4395295 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4395295 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 4395448 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 4396724 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 4397235 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4397235 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4397235 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4397490 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4397490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4397592 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4397592 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4397745 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4397745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4397745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4397847 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4397847 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 13) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 4398256 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4398358 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4398511 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4398511 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 4399276 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4399276 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 4400042 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4400144 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 4400910 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4400910 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 8) +dssi-render: Wrote 918 frames to output.wav +replaced_event +event table last nframe: 4401828 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4401828 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4402594 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 4402951 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 7) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 4403615 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 4403972 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4404381 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 4404738 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4404891 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 4441 frames to output.wav +replaced_event +event table last nframe: 4409332 +run_synth(instancehandle, 4441, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4409485 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4409587 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4409587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4409587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4409587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4409587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4409587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4409740 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4409740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4409740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4409740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4409740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4409842 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4409842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4409842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4409995 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4409995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4409995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4409995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4409995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4409995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4409995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4409995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4409995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 17) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 4410761 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4410761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4410761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 2399 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4413160 +run_synth(instancehandle, 2399, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 2705 frames to output.wav +removed_note_off_event +event table last nframe: 4415865 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 14) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 4416631 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 1020 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4417651 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4417651 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4417651 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4418519 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 3216 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4421735 +run_synth(instancehandle, 3216, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4421735 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4421990 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4422092 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4422092 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4422245 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4422245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4422245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4422347 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4422347 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4422755 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 14) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4423011 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4423011 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 12) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4423623 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 11) +dssi-render: Wrote 3471 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4427094 +run_synth(instancehandle, 3471, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 4427451 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 4427707 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 4428115 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4428370 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4428880 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4429136 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4429238 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 4747 frames to output.wav +removed_note_off_event +event table last nframe: 4433985 +run_synth(instancehandle, 4747, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4433985 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4433985 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4433985 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4434240 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4434342 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4434342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4434342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4434495 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4434495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4434495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4434495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4434495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4434597 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4434597 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 4435261 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4435261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4435261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4435771 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 4594 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4440365 +run_synth(instancehandle, 4594, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 4440722 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4441130 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4441641 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4442407 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4442407 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4442407 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4442407 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 867 frames to output.wav +replaced_event +event table last nframe: 4443274 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 2450 frames to output.wav +removed_note_off_event +event table last nframe: 4445724 +run_synth(instancehandle, 2450, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 4446235 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4446235 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4446490 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4446490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4446490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4446592 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4446592 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4446592 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4446745 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4446745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4446745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4446745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4446847 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4446847 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4447255 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4447511 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4447511 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4447511 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 4450063 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 2552 frames to output.wav +event table last nframe: 4452615 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 4453125 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4453380 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4453636 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4453993 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4454657 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 4454912 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4455167 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4455167 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +event table last nframe: 4456035 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 4456953 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 4457821 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 4458485 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4458485 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 4458842 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4458842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4458842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4458995 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4458995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4458995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4458995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4458995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4459097 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4459097 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 15) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 4459761 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4459761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4459761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 4460373 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 4461292 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 1531 frames to output.wav +replaced_event +event table last nframe: 4462823 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 2042 frames to output.wav +removed_note_off_event +event table last nframe: 4464865 +run_synth(instancehandle, 2042, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 4465375 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4465477 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4465630 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4466141 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 4466396 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 4466906 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4466906 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 4467264 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 4468183 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 4469050 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 4469969 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4469969 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4470735 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4470735 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4470735 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4470735 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4470990 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4471092 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4471092 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4471245 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4471245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4471245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4471347 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4471347 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4471602 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4471755 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4472011 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4472011 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4472011 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +event table last nframe: 4473389 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4474308 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4475073 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4475839 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4475839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 4476860 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4476962 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 4477115 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 4477472 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 4477625 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4477880 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4478238 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4478238 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4478493 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +event table last nframe: 4480177 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 4481045 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 4481964 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 4482985 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4482985 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4482985 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4482985 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 4483342 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4483342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4483342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4483495 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4483495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4483495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4483495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4483597 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4483597 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4483750 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 4484261 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4484261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4484261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 13) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +event table last nframe: 4485384 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 4486302 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4486302 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4487068 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4487170 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 4487834 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 1020 frames to output.wav +event table last nframe: 4488854 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 4489365 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4489620 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 4490130 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 4490386 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4490488 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 4491253 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 4491406 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 103 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4491509 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4491662 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4491662 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4491662 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 4492172 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4492274 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4492427 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +event table last nframe: 4493040 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 4493959 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 4494826 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4494826 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 4495235 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4495235 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4495490 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4495490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4495592 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4495592 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4495592 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4495745 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4495745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4495745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4495745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4495847 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4495847 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4496255 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4496511 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4496511 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4496613 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 5002 frames to output.wav +event table last nframe: 4501615 +run_synth(instancehandle, 5002, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 4502125 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4502380 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4502993 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4503503 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4503503 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4504167 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4504932 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 4505290 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 4505953 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1634 frames to output.wav +removed_note_off_event +event table last nframe: 4507587 +run_synth(instancehandle, 1634, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4507587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 4507587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4507587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4507587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4507587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4507740 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4507740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4507740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4507740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4507740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4507740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4507740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4507842 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4507842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4507842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4507995 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4507995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4507995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4507995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4507995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4507995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4507995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4507995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 18) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4508097 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 18) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 4508352 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 17) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 4508761 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4508761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4508761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 4513865 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 15) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 4514630 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4514732 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 14) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4515651 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4516417 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4517438 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 4518561 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 4519326 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 4519735 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4519735 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4519990 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4520092 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4520092 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4520245 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4520245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4520245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4520245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4520347 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4520347 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4520755 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4521011 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4521011 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4521113 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 4522797 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 4523410 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 4523818 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4524584 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 1531 frames to output.wav +event table last nframe: 4526115 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4526370 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4526625 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4526880 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 4527136 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 4527493 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 2195 frames to output.wav +removed_note_off_event +event table last nframe: 4529688 +run_synth(instancehandle, 2195, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 4530709 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 4531474 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 4531985 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4531985 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4531985 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4531985 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 4532342 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4532342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4532342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4532342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4532495 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4532495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4532495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4532495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4532597 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4532597 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 4533107 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 4533261 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4533261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4533261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 4534026 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4534792 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 4535813 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 2552 frames to output.wav +event table last nframe: 4538365 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4538620 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4538875 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4539130 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 4539488 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4539743 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4540509 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4540662 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4541427 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 2808 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4544235 +run_synth(instancehandle, 2808, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4544235 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4544337 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4544337 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4544337 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4544337 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4544337 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4544337 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4544490 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4544490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4544490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4544490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4544490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 4544490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4544490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4544490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4544490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4544490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4544592 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4544592 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4544592 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4544745 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4544745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4544745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4544847 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4544847 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4545255 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4545511 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4545511 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 3930 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4549441 +run_synth(instancehandle, 3930, + - 1: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1174 frames to output.wav +removed_note_off_event +event table last nframe: 4550615 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 4551380 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 4551891 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 612 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 4552503 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4552656 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4552758 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 3829 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4556587 +run_synth(instancehandle, 3829, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 4556842 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4556842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4556842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4556995 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4556995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4556995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4556995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4556995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4556995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4557097 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4557097 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 4557761 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4557761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4557761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 4562865 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 612 frames to output.wav +replaced_event +event table last nframe: 4563477 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 4563630 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 4563630 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4563732 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +event table last nframe: 4564141 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 4564498 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4564651 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4564906 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4564906 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4565008 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 4565417 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 4565927 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 4566285 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 4566795 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 4567714 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 4568071 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 4568735 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4568735 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4568990 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4569092 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4569092 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4569245 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4569245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4569245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4569347 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4569347 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4569347 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 4569755 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 4569755 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4570011 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4570011 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 4570266 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4570521 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 4571031 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 4571389 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 4571899 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 4572307 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 4573175 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1685 frames to output.wav +replaced_event +event table last nframe: 4574860 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4574860 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4574860 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4575115 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 4575625 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4575625 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4575727 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4575727 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4575880 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 4575880 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 4576238 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 4577003 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4577156 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4577156 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4577922 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 4579708 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 4580576 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4580729 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 4580985 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4580985 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4580985 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4580985 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 4581342 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4581342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4581342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4581495 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4581495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4581495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4581495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4581495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4581597 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4581597 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4581750 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 4582261 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 4582261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4582261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4582261 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 4582516 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 4583383 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1685 frames to output.wav +event table last nframe: 4585068 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 4585680 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 4585936 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4586089 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 4586599 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4586854 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 4587365 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4587467 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4587875 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4587875 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4588130 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4588232 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1174 frames to output.wav +replaced_event +event table last nframe: 4589406 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 4589917 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 4590427 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 4590938 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4591193 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4591295 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4591805 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 4592061 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 4592979 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4593234 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4593234 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 4593490 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4593490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4593592 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4593592 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4593592 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4593745 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4593745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4593745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4593745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4593847 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4593847 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4594255 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4594511 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4594511 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 4594766 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 4595276 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4596042 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4596297 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4597063 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4597165 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 4597675 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 4598441 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 4598594 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 4599104 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4599104 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 4599462 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4599615 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4600125 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4600380 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 4600380 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1889 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4602269 +run_synth(instancehandle, 1889, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 3318 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4605587 +run_synth(instancehandle, 3318, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4605587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4605587 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4605587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4605587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4605587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4605740 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4605740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4605740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4605740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4605740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4605740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4605740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4605740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4605842 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4605842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4605842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4605995 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4605995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4605995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4605995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4605995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4605995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4605995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4605995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 17) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 4606761 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4606761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4606761 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4607271 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 2654 frames to output.wav +removed_note_off_event +event table last nframe: 4609925 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 4610180 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1685 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4611865 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 4612630 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4613651 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4613753 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 4614672 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 3062 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4617734 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4617734 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 4617990 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4618092 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4618092 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4618245 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4618245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4618245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4618347 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4618347 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4618755 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4619011 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4619011 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 2296 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4621307 +run_synth(instancehandle, 2296, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4621818 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4623451 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 4624115 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4624370 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4624472 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4624880 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 4625391 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4625493 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4625493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 4626258 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4627024 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 4627943 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 4628810 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4629576 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 4629984 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4629984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4629984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4629984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 4630342 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4630342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4630342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4630495 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4630495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4630495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4630495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4630597 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4630597 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 4631260 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4631260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4631260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 1277 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4632537 +run_synth(instancehandle, 1277, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +event table last nframe: 4633915 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 4634833 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 4635599 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4635701 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4635854 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4635956 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4636365 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4636620 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 4637130 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4637130 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 4637385 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 2144 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4639529 +run_synth(instancehandle, 2144, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4640448 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4642234 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4642234 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 4642337 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4642337 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4642337 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4642337 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4642337 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4642337 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4642490 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4642490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4642490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4642490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4642490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4642490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4642490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4642490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4642490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4642490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4642592 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4642592 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4642592 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4642745 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4642745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4642745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4642847 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4642847 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 17) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4643255 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 17) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4643510 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4643510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 5105 frames to output.wav +removed_note_off_event +event table last nframe: 4648615 +run_synth(instancehandle, 5105, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 15) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 4649380 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4650758 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4651422 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 4651677 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4652188 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4653055 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4654842 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4654842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4654842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4654995 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4654995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4654995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4654995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4654995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4655097 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4655097 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 4655760 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4655760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4655760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 4656271 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 4594 frames to output.wav +event table last nframe: 4660865 +run_synth(instancehandle, 4594, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 4661630 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4661988 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4662651 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4662753 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4662906 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 1532 frames to output.wav +event table last nframe: 4664438 +run_synth(instancehandle, 1532, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 4665305 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 4665816 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 4666224 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 4666734 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4666734 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4666734 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 4666990 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4667092 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4667092 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4667245 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4667245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4667245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4667245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4667347 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4667347 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4667500 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4667755 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4667857 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4667857 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4668010 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4668010 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 4668368 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 4668776 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4668776 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4669542 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4669644 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 4670409 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 4670920 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 4671839 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1122 frames to output.wav +event table last nframe: 4672961 +run_synth(instancehandle, 1122, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 4673115 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 4673880 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 4673880 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 4674391 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4674391 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4674748 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 4675156 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 4675156 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 4675514 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 4676177 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 4676534 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 4677045 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 4677810 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 4678219 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4678321 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 4678729 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4678984 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4678984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4678984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4678984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4678984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4678984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 4679342 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4679342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4679495 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4679495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4679495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4679495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4679597 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4679597 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4679597 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 4680005 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4680005 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4680260 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4680260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4680260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 14) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 4680516 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4680618 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4680771 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4680771 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 4681383 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4682149 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 4682557 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 4683068 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4683323 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 4684191 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1174 frames to output.wav +event table last nframe: 4685365 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4685620 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 4686130 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 4686896 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4687151 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 4687406 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4687661 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4687661 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4687661 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 4688172 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4688274 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4688274 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4688529 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4689295 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 663 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4689958 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4689958 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 4690214 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 4690826 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4690979 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4691234 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4691234 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 4691490 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4691592 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4691592 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4691745 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4691745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4691745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4691847 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4691847 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4692000 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4692255 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4692510 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 5105 frames to output.wav +removed_note_off_event +event table last nframe: 4697615 +run_synth(instancehandle, 5105, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4697870 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 101 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 4698380 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 101 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4698635 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4699656 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4699656 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4700677 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 4701443 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 4701800 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4702566 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4702719 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4703484 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4703586 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4703586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4703586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 4703740 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4703740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4703740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4703740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 4703740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4703740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4703740 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4703842 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4703842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4703842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4703995 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4703995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4703995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4703995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4703995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4703995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4703995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4703995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4703995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 16) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4704250 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 16) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 4704760 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4704760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4704760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 2042 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4706802 +run_synth(instancehandle, 2042, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 3063 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4709865 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 12) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 4710630 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4710732 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 4711651 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4712519 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4712519 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4714203 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4715071 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 4715734 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4715734 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 4715990 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4716092 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4716092 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4716092 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4716245 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4716245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4716245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4716347 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4716347 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4716755 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4717010 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 5105 frames to output.wav +removed_note_off_event +event table last nframe: 4722115 +run_synth(instancehandle, 5105, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 612 frames to output.wav +replaced_event +event table last nframe: 4722727 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4722880 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4723135 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4723391 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4723391 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4724258 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 2195 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4726453 +run_synth(instancehandle, 2195, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 4727984 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4727984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4727984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4727984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 4728240 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4728342 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4728342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4728342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4728495 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4728495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4728495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4728495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4728495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 16) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4728597 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4728597 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 18) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 4729260 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4729260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4729260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 16) +dssi-render: Wrote 4696 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4733956 +run_synth(instancehandle, 4696, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 15) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +event table last nframe: 4734365 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 15) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 4734722 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 4735130 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4735130 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4735641 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4736151 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4736406 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4736508 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4736917 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4737172 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 4737784 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4737937 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4738805 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 4) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 4739469 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 4740234 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4740234 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 4740490 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4740490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4740592 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4740592 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4740592 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4740745 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4740745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4740745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4740745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4740847 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4740847 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 4741255 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 4741255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4741510 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4741510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +event table last nframe: 4742123 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 4492 frames to output.wav +event table last nframe: 4746615 +run_synth(instancehandle, 4492, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 4747125 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4747380 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4747993 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4748146 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 4748656 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4748656 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 4749014 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4749269 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +event table last nframe: 4750698 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4750800 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4750953 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 4752484 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4752484 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4752484 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 4752842 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4752842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4752842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4752995 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4752995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4752995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4752995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4752995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4753097 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4753097 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4753352 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4753760 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4753760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4753760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 4754271 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 2552 frames to output.wav +replaced_event +event table last nframe: 4756823 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +event table last nframe: 4757691 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 4758609 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 4758865 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 4759375 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4759375 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4759630 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 4760141 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4760243 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 4760906 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4761161 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4761161 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 4761672 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4761672 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4761927 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4761927 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4762182 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 4762948 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 4763713 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 4763816 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 4764479 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4764581 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4764734 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4764734 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 4764990 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4765092 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4765092 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4765092 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4765245 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4765245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4765245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4765245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4765347 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4765347 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4765500 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4765755 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4766010 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4766010 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 2808 frames to output.wav +removed_note_off_event +event table last nframe: 4768818 +run_synth(instancehandle, 2808, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 4769583 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4769685 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 4769941 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 4770604 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4770604 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 4771115 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4771370 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4771370 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 4771880 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4772391 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 4773156 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4773258 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4773411 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 4773922 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4774024 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4774024 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 4774687 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +event table last nframe: 4774790 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4774790 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4774943 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 4775810 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 4776066 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 918 frames to output.wav +removed_note_off_event +event table last nframe: 4776984 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4776984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4776984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4776984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 4777342 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4777342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4777342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4777495 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4777495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4777495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4777495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4777495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4777597 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4777597 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 16) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 4778260 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4778260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4778260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 14) +dssi-render: Wrote 1889 frames to output.wav +removed_note_off_event +event table last nframe: 4780149 +run_synth(instancehandle, 1889, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4780915 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4780915 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 4781680 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4781833 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4782599 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4782599 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4783365 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4783467 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4783467 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4783875 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4784130 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 4784385 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4784385 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4785151 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4785151 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4785253 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4786172 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4787295 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4787295 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 4787448 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 4788724 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 4789234 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4789234 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4789234 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 4789490 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4789490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4789592 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4789592 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4789745 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4789745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4789745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4789847 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4789847 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4790255 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4790357 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4790510 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4790510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 4791276 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4791276 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 4792042 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4792144 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 4792909 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4792909 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 8) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 4793828 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4793828 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4794594 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 4794951 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 7) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 4795614 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 4795972 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4796380 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 4796737 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 4796891 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 4440 frames to output.wav +replaced_event +event table last nframe: 4801331 +run_synth(instancehandle, 4440, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4801484 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4801586 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4801586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4801586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4801586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4801586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4801586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4801739 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4801739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4801739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4801739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4801739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 4801842 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4801842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4801842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4801995 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4801995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4801995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4801995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4801995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4801995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4801995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4801995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4801995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 17) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 4802760 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4802760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4802760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 2399 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4805159 +run_synth(instancehandle, 2399, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 2705 frames to output.wav +removed_note_off_event +event table last nframe: 4807864 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 14) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 4808630 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4809651 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4809651 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4809651 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4810519 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 3215 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4813734 +run_synth(instancehandle, 3215, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4813734 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4813989 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 9) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 4814092 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4814092 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4814245 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4814245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4814245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4814347 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4814347 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4814755 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4815010 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4815010 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 12) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4815623 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 11) +dssi-render: Wrote 3471 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4819094 +run_synth(instancehandle, 3471, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 4819451 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4819706 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 4820114 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 4820370 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4820880 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4821135 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4821237 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 4747 frames to output.wav +removed_note_off_event +event table last nframe: 4825984 +run_synth(instancehandle, 4747, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4825984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4825984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4825984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4826239 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 4826342 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4826342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4826342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4826495 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4826495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4826495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4826495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4826495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4826597 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4826597 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 4827260 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4827260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4827260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4827771 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 4593 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4832364 +run_synth(instancehandle, 4593, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 4832722 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4833130 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4833640 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4834406 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4834406 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4834406 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4834406 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +replaced_event +event table last nframe: 4835274 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 2450 frames to output.wav +removed_note_off_event +event table last nframe: 4837724 +run_synth(instancehandle, 2450, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 4838234 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4838234 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4838489 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4838489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4838489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 4838592 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4838592 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4838592 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4838745 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4838745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4838745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4838745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4838847 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4838847 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4839255 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4839510 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4839510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4839510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 4842062 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 2552 frames to output.wav +event table last nframe: 4844614 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 4845125 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4845380 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4845635 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4845993 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4846656 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 4846911 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 4847167 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4847167 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +event table last nframe: 4848034 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 4848953 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 4849821 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 4850484 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4850484 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 4850842 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4850842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4850842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4850995 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4850995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4850995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4850995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4850995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4851097 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4851097 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 15) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 4851760 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4851760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4851760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +event table last nframe: 4852373 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 4853292 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 1531 frames to output.wav +replaced_event +event table last nframe: 4854823 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 2041 frames to output.wav +removed_note_off_event +event table last nframe: 4856864 +run_synth(instancehandle, 2041, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 4857375 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4857477 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4857630 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4858140 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 4858396 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 4858906 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4858906 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 4859263 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 4860182 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 4861050 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 4861969 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4861969 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 4862734 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4862734 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4862734 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4862734 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4862989 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 10) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 4863092 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4863092 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4863245 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4863245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4863245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4863347 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4863347 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4863602 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4863755 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4864010 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4864010 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4864010 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +event table last nframe: 4865388 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4866307 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4867073 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 4867838 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4867838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 4868859 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4868961 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 4869114 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 4869472 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 4869625 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4869880 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4870237 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4870237 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4870493 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +event table last nframe: 4872177 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 4873045 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 4873963 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 4874831 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4874984 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4874984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4874984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4874984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 4875341 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4875341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4875341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 4875495 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4875495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4875495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4875495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4875597 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4875597 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4875750 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 4876260 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4876260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4876260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 13) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +event table last nframe: 4877383 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 4878302 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4878302 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4879068 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4879170 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 4879833 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 4880854 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 4881364 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 4881620 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 4882130 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 4882385 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4882487 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 4883253 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 4883406 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4883508 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4883661 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4883661 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4883661 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 4884172 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4884274 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4884427 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 4885039 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 4885958 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 4886826 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4886826 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 4887234 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4887234 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4887489 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4887489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4887591 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4887591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4887591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 4887745 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4887745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4887745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4887745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4887847 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4887847 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4888255 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4888510 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4888510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4888612 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 5002 frames to output.wav +event table last nframe: 4893614 +run_synth(instancehandle, 5002, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 4894125 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4894380 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4894993 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4895503 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4895503 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4896166 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4896932 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 4897289 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 4897953 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +event table last nframe: 4899586 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4899586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 4899586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4899586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4899586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4899586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4899739 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4899739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4899739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4899739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4899739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4899739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4899739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4899841 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4899841 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4899841 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 4899995 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4899995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4899995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4899995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4899995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4899995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4899995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4899995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 18) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4900097 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 18) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 4900352 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 17) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4900760 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4900760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4900760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 4905864 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 15) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 4906630 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4906732 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 14) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4907651 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4908416 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 4909437 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 4910560 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4911326 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 4911734 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4911734 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4911989 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4912091 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4912091 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 +-- +, 8) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 4912245 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4912245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4912245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4912245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4912347 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4912347 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4912755 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4913010 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4913010 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4913112 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1685 frames to output.wav +event table last nframe: 4914797 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 612 frames to output.wav +replaced_event +event table last nframe: 4915409 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +event table last nframe: 4915818 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 4916583 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 1531 frames to output.wav +event table last nframe: 4918114 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 4918370 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4918625 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4918880 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 4919135 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 4919492 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 2195 frames to output.wav +removed_note_off_event +event table last nframe: 4921687 +run_synth(instancehandle, 2195, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 4922708 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4923474 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 4923984 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4923984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4923984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4923984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 4924341 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4924341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4924341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4924341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 4924495 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4924495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4924495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4924495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4924597 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4924597 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 4925107 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4925260 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4925260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4925260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 4926026 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 4926791 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 4927812 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 2552 frames to output.wav +event table last nframe: 4930364 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 14) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 4930620 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4930875 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4931130 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 4931487 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 4931742 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4932508 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4932661 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4933427 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 2807 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4936234 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4936234 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4936336 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4936336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4936336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4936336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4936336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4936336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4936489 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4936489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4936489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4936489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4936489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 4936489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4936489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4936489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4936489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4936489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4936591 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4936591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4936591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 4936745 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4936745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4936745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4936847 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4936847 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4937255 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4937510 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4937510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 3930 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4941440 +run_synth(instancehandle, 3930, + - 1: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1174 frames to output.wav +removed_note_off_event +event table last nframe: 4942614 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 4943380 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 4943890 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 613 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 4944503 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4944656 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 4944758 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 3828 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4948586 +run_synth(instancehandle, 3828, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 4948841 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4948841 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4948841 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 4948995 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4948995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4948995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4948995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4948995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4948995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4949097 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4949097 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 4949760 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4949760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4949760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 4954864 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 4955477 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 4955630 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 4955630 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4955732 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 4956140 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 4956498 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4956651 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4956906 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4956906 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4957008 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 4957927 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 4958284 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 4958795 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4959050 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 4959713 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 4960071 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 4960734 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4960734 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4960989 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4961091 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4961091 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 4961245 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4961245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4961245 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4961347 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4961347 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4961347 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 4961755 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 4961755 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4962010 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4962010 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 4962265 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 4962521 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 4963031 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 4963899 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 4964307 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 4965175 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 4965940 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 4966859 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4966859 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4966859 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4967114 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 4967625 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4967625 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4967625 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4967727 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4967880 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 4968237 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 4969003 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4969156 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4969156 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 4969922 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 4971708 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 4972576 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4972729 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4972984 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4972984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4972984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4972984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 4973341 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4973341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4973341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 4973495 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4973495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4973495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4973495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4973495 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4973597 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4973597 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4973750 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 4974260 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 4974260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4974260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4974260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 4974515 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 4975383 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 4977067 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 4977680 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4977935 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 4978088 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 4978599 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4978854 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 4979364 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4979466 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 4979875 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4979875 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4980130 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 4980232 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1174 frames to output.wav +replaced_event +event table last nframe: 4981406 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 4981916 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 4982427 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 4982937 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4983192 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4983295 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4983805 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4984060 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 4984979 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4985234 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4985234 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 4985489 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4985489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 4985591 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4985591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4985591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 4985745 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4985745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4985745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4985745 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4985847 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4985847 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 4986255 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 4986510 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 4986510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 4986765 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 4987276 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 4988041 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 4988297 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 4989062 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4989164 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 4989675 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 4990440 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 4990593 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 4991104 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4991104 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 4991461 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4991614 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +replaced_event +replaced_event +event table last nframe: 4992125 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 4992380 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 4992380 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1888 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4994268 +run_synth(instancehandle, 1888, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 3318 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4997586 +run_synth(instancehandle, 3318, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4997586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 4997586 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4997586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4997586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4997586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 4997739 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4997739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4997739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4997739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4997739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4997739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4997739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4997739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 4997841 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4997841 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4997841 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 4997995 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4997995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4997995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4997995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4997995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4997995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4997995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 4997995 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 17) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 4998760 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4998760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4998760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 4999271 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 2654 frames to output.wav +removed_note_off_event +event table last nframe: 5001925 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 5002180 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 5003864 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 5004630 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 5005651 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 5005753 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 5006672 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 3062 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 5009734 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5009734 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5009989 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 5010091 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5010091 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5010244 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5010244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5010244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 +-- +, 10) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 5010347 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5010347 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 5010755 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5011010 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5011010 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 2297 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5013307 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5013817 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1634 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5015451 +run_synth(instancehandle, 1634, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 5016114 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5016369 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5016472 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 5016880 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 5017390 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 5017492 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5017492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5018258 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5019024 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 5019942 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5020810 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5021576 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5021984 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5021984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5021984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5021984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 5022341 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5022341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5022341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5022494 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5022494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5022494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5022494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 5022597 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5022597 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 5023260 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5023260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5023260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5024536 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +event table last nframe: 5025914 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5026833 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 5027599 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 5027854 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5027956 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5028364 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5028619 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 5029130 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5029130 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 5029385 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 2144 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5031529 +run_synth(instancehandle, 2144, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5032448 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5034234 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5034234 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5034336 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5034336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5034336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5034336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5034336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5034336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 5034489 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5034489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5034489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5034489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5034489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5034489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5034489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5034489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5034489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5034489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 5034591 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5034591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5034591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5034744 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5034744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5034744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 15) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 5034847 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5034847 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 17) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 5035255 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 17) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5035510 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5035510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 5040614 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 15) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 5041380 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 5042758 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 5043422 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 5043677 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 5044187 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 5045055 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5046841 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5046841 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5046841 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5046994 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5046994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5046994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5046994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5046994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 5047097 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5047097 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 5047760 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5047760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5047760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 5048270 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 4594 frames to output.wav +event table last nframe: 5052864 +run_synth(instancehandle, 4594, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 5053630 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5053987 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5054651 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5054906 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 2909 frames to output.wav +event table last nframe: 5057815 +run_synth(instancehandle, 2909, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5058734 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5058734 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5058734 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5058989 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 5059091 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5059091 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5059091 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5059244 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5059244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5059244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5059244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 +-- +, 8) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 5059347 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5059347 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5059500 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 5059755 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 5059857 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 5060010 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5060010 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 5060367 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 5061643 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5061643 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 5062919 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 5063328 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5063838 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 5064961 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5065114 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5065880 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5065880 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 5066390 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5066390 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5066748 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5067156 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5067156 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 5067513 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 5068177 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 5069044 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5069810 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5070218 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5070729 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5070984 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5070984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5070984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5070984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5070984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 5071341 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5071341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5071341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5071494 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5071494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5071494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5071494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 5071597 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5071597 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5071597 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5072005 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 5072260 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5072260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5072260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 5072515 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 5072617 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 5072770 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 5073383 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 1174 frames to output.wav +event table last nframe: 5074557 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5075067 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 5075323 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 5076190 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 1174 frames to output.wav +event table last nframe: 5077364 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5077619 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 5078130 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 5078895 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 5079151 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 5079406 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5079661 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 5079661 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5079661 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5080172 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 5080274 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5080274 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5080529 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 5081294 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5081958 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5081958 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5082213 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 5082826 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5083234 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5083234 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 5083489 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5083489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 5083591 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5083591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5083591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5083744 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5083744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5083744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5083744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5083846 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5083846 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 5084000 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 5084255 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5084510 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5084510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 5089614 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5089869 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 5090380 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5090635 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5091656 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5091656 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5092677 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 5093442 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 5093800 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5094565 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 5094718 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5095484 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5095586 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5095586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5095586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5095586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5095586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5095586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5095586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5095739 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5095739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5095739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5095739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5095739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5095739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5095739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5095739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5095739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5095739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5095739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 112 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 5095841 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 112 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5095841 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 122 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5095994 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5095994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5095994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5095994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 +-- +, 19) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5095994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 +-- +, 20) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5095994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 21: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 21) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5095994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 21: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 22: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 22) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5095994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 21: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 22: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 23: event_type: NOTE_ONchannel: 0 note: 54 velocity: 88 tick: 0 +-- +, 23) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5095994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 21: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 22: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 23: event_type: NOTE_ONchannel: 0 note: 54 velocity: 88 tick: 0 + - 24: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 24) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 5096250 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 21: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 22: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 23: event_type: NOTE_ONchannel: 0 note: 54 velocity: 88 tick: 0 + - 24: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 24) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 5096760 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 21: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 22: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 23: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 24: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 24) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5096760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 21: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 22: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 23: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 23) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5096760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 21: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 22: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 22) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +event table last nframe: 5097373 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 21: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 21) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 5098291 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 21: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 21) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5098802 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 21: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 21) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5099159 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 21: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 21) +dssi-render: Wrote 3573 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5102732 +run_synth(instancehandle, 3573, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 18: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 21: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 21) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 5103651 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 37 velocity: 112 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 122 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 19) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5104518 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5104518 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 122 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5105182 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 5105284 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 5106050 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 5107734 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5107734 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5107734 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5107836 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5107989 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5107989 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5108091 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5108091 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5108244 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5108244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5108244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 74 tick: 0 +-- +, 18) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5108346 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 74 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 37 velocity: 56 tick: 0 +-- +, 19) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5108346 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 74 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 37 velocity: 56 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 20) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 5109010 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 18: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 37 velocity: 56 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 20) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5109010 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 37 velocity: 56 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 19) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5109010 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 56 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 18) +dssi-render: Wrote 5717 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5114727 +run_synth(instancehandle, 5717, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 37 velocity: 56 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 17) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5115390 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 52 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5115390 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 15) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5116258 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5116666 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 3318 frames to output.wav +removed_note_off_event +event table last nframe: 5119984 +run_synth(instancehandle, 3318, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5119984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5120086 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5120239 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 16) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5120341 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 +-- +, 17) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5120494 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5120494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 19) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5120494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 54 velocity: 96 tick: 0 +-- +, 20) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5120596 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 54 velocity: 96 tick: 0 + - 21: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 +-- +, 21) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5120596 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 54 velocity: 96 tick: 0 + - 21: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 22: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 22) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 5121260 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 20: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 21: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 22: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 22) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5121260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 19: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 21: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 21) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5121260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 18: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 20) +dssi-render: Wrote 3318 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5124578 +run_synth(instancehandle, 3318, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 84 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 19) +dssi-render: Wrote 2143 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5126721 +run_synth(instancehandle, 2143, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 18) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 5127232 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 84 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 17) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 5127640 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 17) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 5127997 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 16) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 5128406 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5128763 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 5128916 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 5129171 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +event table last nframe: 5129784 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5130703 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5131468 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5132234 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5132234 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +replaced_event +replaced_event +event table last nframe: 5132336 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 5132336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 5132489 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5132489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5132591 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5132744 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5132744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5132744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 54 tick: 0 +-- +, 16) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5132846 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 54 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5132846 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 54 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 37 velocity: 64 tick: 0 +-- +, 18) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 5133102 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 54 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 37 velocity: 64 tick: 0 +-- +, 18) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5133255 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 54 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 37 velocity: 64 tick: 0 +-- +, 18) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 5133510 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 37 velocity: 64 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5133510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 64 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5133510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 100 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 37 velocity: 64 tick: 0 +-- +, 16) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 5134020 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 64 tick: 0 +-- +, 15) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5134888 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 64 tick: 0 +-- +, 15) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 5136572 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 64 tick: 0 +-- +, 15) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5137338 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 54 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 64 tick: 0 +-- +, 15) +dssi-render: Wrote 1787 frames to output.wav +replaced_event +event table last nframe: 5139125 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 64 tick: 0 +-- +, 15) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5139992 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 64 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 5140145 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 37 velocity: 64 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 5140656 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5140656 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 100 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 5140911 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 5141166 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 5141932 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 +-- +, 10) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 5142544 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5142697 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5143565 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5144331 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5144484 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5144484 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5144586 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5144739 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5144841 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5144994 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5144994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5144994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 108 tick: 0 +-- +, 18) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5145096 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 108 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 19) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5145096 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 108 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 20) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 5145250 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 108 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 20) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5145250 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 108 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 20) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 5145760 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 18: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 20) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5145760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 19) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5145760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 18) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 5146015 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 17) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5146117 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 17) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5147036 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 17) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5147802 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 17) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 5148669 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 17) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5149435 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 17) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 5150456 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 17) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5151375 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 17) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5152140 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 86 tick: 0 +-- +, 17) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 5152906 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 5153008 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 16) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 5153161 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 16) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5153671 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +event table last nframe: 5153774 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 5153927 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5154284 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 5154692 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5154692 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 +-- +, 12) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5155560 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5155560 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5156479 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5156479 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5156734 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5156734 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 5156836 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5156836 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 101 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 5156989 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5156989 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5157091 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5157244 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5157244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5157244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 18) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5157346 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 19) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5157346 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 37 velocity: 58 tick: 0 +-- +, 20) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5157346 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 37 velocity: 58 tick: 0 +-- +, 20) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 5158010 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 18: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 37 velocity: 58 tick: 0 +-- +, 20) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5158010 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 37 velocity: 58 tick: 0 +-- +, 19) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5158010 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 37 velocity: 58 tick: 0 +-- +, 18) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +event table last nframe: 5159031 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 58 tick: 0 +-- +, 17) +dssi-render: Wrote 1633 frames to output.wav +event table last nframe: 5160664 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 58 tick: 0 +-- +, 17) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5160817 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 58 tick: 0 +-- +, 17) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5161583 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 58 tick: 0 +-- +, 17) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5161685 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 58 tick: 0 +-- +, 17) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5162604 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 58 tick: 0 +-- +, 17) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5163369 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 58 tick: 0 +-- +, 17) +dssi-render: Wrote 1021 frames to output.wav +replaced_event +event table last nframe: 5164390 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5164645 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 16) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 5165156 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 62 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 5165258 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 48 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5165411 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 14) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 5165921 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5165921 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 13) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 5166024 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 5166687 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5166942 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 +-- +, 12) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 5167555 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 +-- +, 12) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 5168473 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5168984 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5168984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5169086 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5169086 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 5169239 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5169239 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5169341 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5169494 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5169494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5169494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 54 velocity: 112 tick: 0 +-- +, 17) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5169596 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 54 velocity: 112 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5169596 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 54 velocity: 112 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 19) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 5170260 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 54 velocity: 112 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 19) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5170260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 54 velocity: 112 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 19) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5170260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 19) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5170260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5170260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 17) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 5171026 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 16) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5171128 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 16) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5171893 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 16) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5172046 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 16) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5172812 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 16) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 5174598 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 16) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5175364 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5175364 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 16) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 5175619 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 5175619 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 5175875 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 5176232 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5176385 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5177151 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 5177253 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5177916 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 5178018 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 5178171 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 2399 frames to output.wav +removed_note_off_event +event table last nframe: 5180570 +run_synth(instancehandle, 2399, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5180723 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 5181234 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5181234 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5181234 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 5181336 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 5181336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5181489 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5181489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5181489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5181489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5181591 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5181744 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5181744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5181744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 72 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5181846 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 72 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5181846 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 72 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 43 tick: 0 +-- +, 15) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 5182255 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 72 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 43 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5182357 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 72 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 43 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 5182510 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 37 velocity: 43 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5182510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 37 velocity: 43 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5182510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 37 velocity: 43 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5183020 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 37 velocity: 43 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5183020 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5183122 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 1787 frames to output.wav +event table last nframe: 5184909 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5185828 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5186593 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 868 frames to output.wav +replaced_event +event table last nframe: 5187461 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 37 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5187971 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 66 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5188737 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 52 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5188890 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5189656 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 84 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5190268 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 109 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 5191289 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5191289 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5192055 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5192055 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +event table last nframe: 5193484 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 2) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5193586 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5193586 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193586 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193586 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5193739 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5193841 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 124 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5193994 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 19) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 20) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 21: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 21) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5193994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 68 velocity: 122 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 21: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 22: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 22) +dssi-render: Wrote 256 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5194250 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 18: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 21: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 22: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 22) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5194352 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 20) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 5194760 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 20: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 20) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5194760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 19: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 19) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 5194760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 18: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 18) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 5195526 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 +-- +, 15) +dssi-render: Wrote 6125 frames to output.wav +event table last nframe: 5201651 +run_synth(instancehandle, 6125, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 88 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5201651 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5201651 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 5202518 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 5202518 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 3216 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 5205734 +run_synth(instancehandle, 3216, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5205734 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5205836 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5205989 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5206091 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5206244 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5206244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5206244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 59 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5206346 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 59 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 39 velocity: 44 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5206346 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 59 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 39 velocity: 44 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 46 velocity: 54 tick: 0 +-- +, 17) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 5207010 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 39 velocity: 44 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 46 velocity: 54 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5207010 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 44 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 54 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5207010 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 114 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 44 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 4696 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 5211706 +run_synth(instancehandle, 4696, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 5212369 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 44 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 5213135 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 44 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 114 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5213237 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 2195 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5215432 +run_synth(instancehandle, 2195, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 5217984 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5217984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5218086 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5218239 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5218341 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 27 velocity: 122 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5218494 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 27 velocity: 122 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5218494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 27 velocity: 122 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5218494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 27 velocity: 122 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 54 velocity: 100 tick: 0 +-- +, 17) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5218596 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 27 velocity: 122 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 54 velocity: 100 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 39 velocity: 84 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5218596 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 27 velocity: 122 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 54 velocity: 100 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 39 velocity: 84 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 +-- +, 19) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 5219260 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 27 velocity: 122 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 39 velocity: 84 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 +-- +, 19) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5219260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 27 velocity: 122 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 39 velocity: 84 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5219260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 27 velocity: 122 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 39 velocity: 84 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 4338 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5223598 +run_synth(instancehandle, 4338, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 27 velocity: 122 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 84 tick: 0 +-- +, 15) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5224466 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 76 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 27 velocity: 122 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 84 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 5224721 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 27 velocity: 122 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 84 tick: 0 +-- +, 15) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 5225385 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 84 tick: 0 +-- +, 14) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5226151 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 84 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5226406 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 84 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5226406 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 122 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5226406 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 122 tick: 0 +-- +, 13) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5227784 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 2450 frames to output.wav +removed_note_off_event +event table last nframe: 5230234 +run_synth(instancehandle, 2450, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5230234 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 5230336 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 5230336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 5230489 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5230489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5230489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5230489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5230489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5230591 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5230744 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5230744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5230744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 74 tick: 0 +-- +, 16) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5230846 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 74 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 39 velocity: 60 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5230846 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 74 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 39 velocity: 60 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 18) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 5231510 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 39 velocity: 60 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5231510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 39 velocity: 60 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 46 velocity: 70 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5231510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 118 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 60 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5232276 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 60 tick: 0 +-- +, 14) +dssi-render: Wrote 4338 frames to output.wav +replaced_event +event table last nframe: 5236614 +run_synth(instancehandle, 4338, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 52 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 60 tick: 0 +-- +, 14) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5237124 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 39 velocity: 60 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5237635 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 64 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5237992 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 5238247 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 5238656 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5239013 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5239932 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 5240799 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1685 frames to output.wav +event table last nframe: 5242484 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5242484 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5242484 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5242586 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5242739 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5242841 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5242841 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5242994 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5242994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5242994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 54 velocity: 106 tick: 0 +-- +, 19) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5243096 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 54 velocity: 106 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 +-- +, 20) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5243096 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 54 velocity: 106 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 21: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 21) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 5243352 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 54 velocity: 106 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 21: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 21) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 5243760 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 19: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 21: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 21) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5243760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 18: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 46 velocity: 80 tick: 0 +-- +, 20) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5243760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 19: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 19) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5244270 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 +-- +, 17) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5245036 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 +-- +, 17) +dssi-render: Wrote 3930 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5248966 +run_synth(instancehandle, 3930, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5248966 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 105 tick: 0 +-- +, 16) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5249374 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 105 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5249374 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 105 tick: 0 +-- +, 16) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 5250140 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 105 tick: 0 +-- +, 16) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 5250395 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 105 tick: 0 +-- +, 15) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 5250906 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 80 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5250906 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 5251161 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5251416 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 868 frames to output.wav +replaced_event +event table last nframe: 5252284 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 5253815 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5254734 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5254734 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 93 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5254836 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5254836 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 101 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 5254989 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5254989 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5254989 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5255091 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5255091 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5255244 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5255244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5255244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 67 tick: 0 +-- +, 18) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5255346 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 67 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 39 velocity: 66 tick: 0 +-- +, 19) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5255346 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 67 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 39 velocity: 66 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 +-- +, 20) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5255499 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 67 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 39 velocity: 66 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 +-- +, 20) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 5256010 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 18: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 39 velocity: 66 tick: 0 + - 20: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 +-- +, 20) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5256010 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 39 velocity: 66 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 +-- +, 19) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5256010 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 39 velocity: 66 tick: 0 + - 18: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 18) +dssi-render: Wrote 2042 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5258052 +run_synth(instancehandle, 2042, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 39 velocity: 66 tick: 0 +-- +, 16) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5258817 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 39 velocity: 66 tick: 0 +-- +, 16) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5259685 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 39 velocity: 66 tick: 0 +-- +, 16) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5260604 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 39 velocity: 66 tick: 0 +-- +, 16) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 5261216 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 43 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 39 velocity: 66 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 17) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 5261471 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 39 velocity: 66 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 17) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 5262237 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 66 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5262237 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5262237 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5262492 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5262645 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5263156 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 612 frames to output.wav +replaced_event +event table last nframe: 5263768 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 5264023 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5264942 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5265708 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 5266984 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5266984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 5267086 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 5267086 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 5267239 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5267239 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5267239 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 5267341 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5267341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5267494 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5267494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5267494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5267494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 16) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5267596 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 39 velocity: 74 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5267596 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 39 velocity: 74 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 +-- +, 18) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 5268260 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 39 velocity: 74 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5268260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 39 velocity: 74 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 46 velocity: 76 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5268260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 74 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5268362 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 74 tick: 0 +-- +, 14) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5269281 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 74 tick: 0 +-- +, 14) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5270046 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 74 tick: 0 +-- +, 14) +dssi-render: Wrote 1787 frames to output.wav +event table last nframe: 5271833 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 74 tick: 0 +-- +, 14) +dssi-render: Wrote 1633 frames to output.wav +event table last nframe: 5273466 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 74 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5273619 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 74 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5273619 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 74 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5273619 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 74 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 +-- +, 15) +dssi-render: Wrote 1634 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5275253 +run_synth(instancehandle, 1634, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5275661 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 84 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 5275661 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 5276171 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 109 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5276171 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5276937 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 2297 frames to output.wav +removed_note_off_event +event table last nframe: 5279234 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5279234 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 113 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 121 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5279336 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5279336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5279489 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5279489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5279489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5279591 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5279591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5279591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5279744 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5279744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 76 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5279846 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 76 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5279846 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 76 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 +-- +, 17) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 5280510 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5280510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 +-- +, 16) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5281020 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5281020 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 +-- +, 14) +dssi-render: Wrote 2144 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5283164 +run_synth(instancehandle, 2144, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 +-- +, 14) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 5284083 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 106 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5284083 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 +-- +, 11) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 5285716 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5285716 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5285869 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 101 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 5286124 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 101 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5286635 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5286992 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 62 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5287503 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 72 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5287503 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 2296 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5289799 +run_synth(instancehandle, 2296, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +event table last nframe: 5290208 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 5291075 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 5291229 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5291484 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5291586 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5291586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5291586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5291586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5291586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5291586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5291586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5291586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5291739 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5291739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5291739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5291739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5291739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5291739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5291739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5291739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5291739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 5291841 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5291841 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5291994 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5291994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5291994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5291994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5291994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 16) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5292249 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 16) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5292351 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 14) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 5292760 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 90 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5292760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 5293525 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 5293628 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 4338 frames to output.wav +event table last nframe: 5297966 +run_synth(instancehandle, 4338, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 5298732 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 23 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 5298885 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1633 frames to output.wav +event table last nframe: 5300518 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5301437 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5302203 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1786 frames to output.wav +replaced_event +event table last nframe: 5303989 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 5304091 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5304091 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 78 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5304244 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 78 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5304244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 78 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 71 tick: 0 +-- +, 14) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 5305010 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 78 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 3420 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5308430 +run_synth(instancehandle, 3420, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 23 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 78 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +event table last nframe: 5310216 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 78 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 2297 frames to output.wav +event table last nframe: 5312513 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 78 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5313279 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 78 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 5314197 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 78 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 5314453 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 78 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5314555 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 23 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 5315065 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5315984 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5316341 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5316341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5316494 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5316494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5316494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 +-- +, 16) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 5317107 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 +-- +, 16) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 5317260 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5317260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 5317770 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5318025 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5318025 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5318536 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5319301 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5319812 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 2399 frames to output.wav +replaced_event +event table last nframe: 5322211 +run_synth(instancehandle, 2399, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 23 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 5322364 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 5322976 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 5323232 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5323640 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5324150 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 5324508 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5324661 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5325426 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 5325529 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 5326294 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 59 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 59 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 59 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 5326294 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5326447 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 5327570 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5328336 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5328591 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5328744 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5328744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5328744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5329255 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 5329510 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 5329765 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5330020 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 5330633 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 78 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 5331143 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 78 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 5331551 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 66 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5331807 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 66 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 66 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5332419 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5332674 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 5332930 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 23 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 5333185 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5333593 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5333950 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 5334359 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5334716 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 23 velocity: 119 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5334869 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 23 velocity: 119 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5335635 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 23 velocity: 119 tick: 0 +-- +, 9) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 5336502 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 23 velocity: 119 tick: 0 +-- +, 9) +dssi-render: Wrote 2195 frames to output.wav +event table last nframe: 5338697 +run_synth(instancehandle, 2195, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 23 velocity: 119 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 5338952 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 23 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 5339208 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5339463 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5339973 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5340484 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5340841 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5340841 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5340994 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5340994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5340994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 81 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5340994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 81 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5341249 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 81 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 5341760 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 81 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5341760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 71 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5343036 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_OFFchannel: 0 note: 71 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 71 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5343904 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5344312 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5344669 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5345180 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5345588 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5346098 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 1634 frames to output.wav +replaced_event +event table last nframe: 5347732 +run_synth(instancehandle, 1634, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 23 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 5347885 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5348650 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5349518 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5349926 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5350437 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5350692 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 5351305 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 5351713 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5352479 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 5353091 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5353091 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5353244 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5353244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 52 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5353244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 52 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 80 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5353499 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 52 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 80 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 5354010 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 52 velocity: 124 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5354010 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 52 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 5354112 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5355031 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5355541 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5356409 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1021 frames to output.wav +replaced_event +event table last nframe: 5357430 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 23 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5358706 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 59 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 5359216 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 5359880 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5360237 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5360747 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 5361156 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 5362023 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 5362534 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5363555 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 23 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 918 frames to output.wav +removed_note_off_event +event table last nframe: 5364473 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 66 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 5364984 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 66 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 5365341 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5365341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5365494 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5365494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 27 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5365494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 27 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5365851 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 27 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 5366260 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 27 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5366260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 5366770 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5367638 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 5369322 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5370190 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1021 frames to output.wav +replaced_event +event table last nframe: 5371211 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 23 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 3573 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5374784 +run_synth(instancehandle, 3573, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 5377336 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 59 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5377336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 59 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5377336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 71 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5377336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 71 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5377336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5377336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5377336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5377336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 47 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 47 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5377489 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 54 velocity: 120 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 47 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 47 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 5377489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5377489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5377489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5377489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5377489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 35 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5377489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 35 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5377489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5377489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5377489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5377489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5377489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5377591 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5377591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5377744 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 66 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5377744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 66 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 52 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5377744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 66 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 52 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 5378510 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 66 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 52 velocity: 124 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5378510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 66 velocity: 120 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 52 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 3420 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5381930 +run_synth(instancehandle, 3420, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 23 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 66 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +event table last nframe: 5383716 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 66 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 5384992 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 66 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 5386676 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 66 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 5386932 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 66 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5387442 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 66 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 23 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 5387952 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 66 velocity: 120 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 23 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 5388310 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 66 velocity: 120 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5388463 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 66 velocity: 120 tick: 0 +-- +, 12) +dssi-render: Wrote 1276 frames to output.wav +replaced_event +event table last nframe: 5389739 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 66 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 5389841 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5389994 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5389994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5389994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 15) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 5390760 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5390760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 5359 frames to output.wav +removed_note_off_event +event table last nframe: 5396119 +run_synth(instancehandle, 5359, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 5396732 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 5396987 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5397906 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 5398773 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 3216 frames to output.wav +replaced_event +event table last nframe: 5401989 +run_synth(instancehandle, 3216, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 5402091 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5402091 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5402244 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5402244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 73 tick: 0 +-- +, 15) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 5403010 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 5403775 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 14) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5404643 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 14) +dssi-render: Wrote 1787 frames to output.wav +replaced_event +event table last nframe: 5406430 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 14) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +event table last nframe: 5408216 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 5408880 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 1020 frames to output.wav +event table last nframe: 5409900 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 5410156 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 5411023 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 5411534 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 5411942 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 5412555 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1020 frames to output.wav +removed_note_off_event +event table last nframe: 5413575 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5414341 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5414341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5414494 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5414494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5414494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 +-- +, 17) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5415005 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 +-- +, 17) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 5415260 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5415260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 5415770 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5416127 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5416638 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5417046 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5417557 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 5418424 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5419343 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 868 frames to output.wav +replaced_event +event table last nframe: 5420211 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5420211 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5420976 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 766 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 5421742 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 5421895 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 5423171 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5423937 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 5424804 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1430 frames to output.wav +event table last nframe: 5426234 +run_synth(instancehandle, 1430, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5426591 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5426744 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5426744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 +-- +, 14) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5427101 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 +-- +, 14) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 5427357 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 5427510 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5427510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 5428275 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 +-- +, 12) +dssi-render: Wrote 1532 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5429807 +run_synth(instancehandle, 1532, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 +-- +, 12) +dssi-render: Wrote 1122 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 5430929 +run_synth(instancehandle, 1122, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +event table last nframe: 5431338 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5432206 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5432614 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5432716 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 10) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 5433379 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 10) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 5434400 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5435166 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 10) +dssi-render: Wrote 1378 frames to output.wav +event table last nframe: 5436544 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5436799 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 5436952 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5436952 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 5437310 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5437820 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5438331 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5438841 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5438841 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5438994 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5438994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5438994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5439096 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 5439760 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5439760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 5440015 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 2552 frames to output.wav +event table last nframe: 5442567 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5442924 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5443435 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5443843 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5444609 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1123 frames to output.wav +replaced_event +event table last nframe: 5445732 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 5447263 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5447671 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5448182 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 5448284 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 5448539 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5449458 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5450223 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5451091 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5451091 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5451244 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5451244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 62 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5451244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 62 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 75 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 5452010 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 62 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5452010 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 5452520 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5452877 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 5453286 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5453796 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5454153 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5454919 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 5455429 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +event table last nframe: 5457216 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 5457471 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5457471 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 5458492 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5458900 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5459768 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 5460534 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5460534 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 5461452 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 5461554 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1685 frames to output.wav +removed_note_off_event +event table last nframe: 5463239 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5463341 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5463341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5463494 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5463494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5463494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5463596 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5464004 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 5464260 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5464260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 5464362 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5464872 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5465280 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5466148 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5467067 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5467833 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 5468700 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 5468853 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5469211 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5469211 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5469466 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5469619 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5470129 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5470997 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1021 frames to output.wav +replaced_event +event table last nframe: 5472018 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +event table last nframe: 5473447 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5473958 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 5474468 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5474468 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5474723 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 5475336 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 5475591 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5475591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5475744 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5475744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 62 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5475744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 62 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5476510 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 62 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5476510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 62 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5476510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 5477275 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 2654 frames to output.wav +replaced_event +event table last nframe: 5479929 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 122 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5480593 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +event table last nframe: 5481716 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 2297 frames to output.wav +event table last nframe: 5484013 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5484778 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 5485187 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 37 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5485952 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 37 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 5486463 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 5487484 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5487586 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5487586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5487586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5487586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5487586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5487586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5487586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5487586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5487739 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 5487739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5487739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5487739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5487739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5487739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5487739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5487739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5487739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5487739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5487739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5487739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5487841 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5487994 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5487994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5487994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 15) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 5488760 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5488760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 3828 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5492588 +run_synth(instancehandle, 3828, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 5493455 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5494221 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 5494732 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 5495140 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 5496926 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5497692 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 5498713 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 84 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 5498815 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +event table last nframe: 5500091 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5500091 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5500244 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5500244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 47 tick: 0 +-- +, 14) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 5501010 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 3419 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5504429 +run_synth(instancehandle, 3419, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +event table last nframe: 5505348 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5506216 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5506369 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5507135 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 2552 frames to output.wav +event table last nframe: 5509687 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 867 frames to output.wav +replaced_event +event table last nframe: 5510554 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1685 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5512239 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 5512341 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5512494 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5512494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 97 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5512494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 97 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 15) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 5513106 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 97 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 15) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 5513260 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 97 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5513260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 5513872 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 5514893 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5515812 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5516577 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5516577 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1634 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5518211 +run_synth(instancehandle, 1634, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5518364 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 5519231 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 1430 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 5520661 +run_synth(instancehandle, 1430, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 3164 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 5523825 +run_synth(instancehandle, 3164, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 5523978 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5524234 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5524336 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5524336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5524336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5524336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5524336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5524336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5524336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5524336 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 5524489 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5524489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5524489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5524489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5524489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5524489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5524489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5524489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5524489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5524591 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5524591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 85 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5524591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 85 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 5524744 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 85 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5524744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 85 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 113 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 5525510 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 85 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 3164 frames to output.wav +removed_note_off_event +event table last nframe: 5528674 +run_synth(instancehandle, 3164, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 85 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 5528929 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 85 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +event table last nframe: 5530716 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 85 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 11) +dssi-render: Wrote 4236 frames to output.wav +replaced_event +event table last nframe: 5534952 +run_synth(instancehandle, 4236, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 85 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1889 frames to output.wav +removed_note_off_event +event table last nframe: 5536841 +run_synth(instancehandle, 1889, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 85 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5536994 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 85 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5536994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 85 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 50 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5536994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 85 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 50 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 5537760 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 85 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 50 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5537760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 85 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 5971 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5543731 +run_synth(instancehandle, 5971, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 85 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 28 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1532 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5545263 +run_synth(instancehandle, 1532, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 85 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 3215 frames to output.wav +removed_note_off_event +event table last nframe: 5548478 +run_synth(instancehandle, 3215, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5548478 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 5549091 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5549091 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5549244 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5549244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5549244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 43 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5549244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 43 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 75 tick: 0 +-- +, 15) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 5550010 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 43 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5550010 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 5550265 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5550265 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5551030 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1787 frames to output.wav +event table last nframe: 5552817 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5552817 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5553327 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 5553429 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 28 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 5553685 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5553685 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 5554348 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5554450 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5555216 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 4338 frames to output.wav +replaced_event +event table last nframe: 5559554 +run_synth(instancehandle, 4338, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 28 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5559554 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5559707 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5560473 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5560473 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5561239 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5561341 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5561494 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5561494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5561494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5561494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 14) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5562260 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5562260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5562260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 5563025 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5563893 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5563893 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5564812 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5564812 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 5565577 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 5565679 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 40 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1532 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5567211 +run_synth(instancehandle, 1532, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 64 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 40 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 40 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 2296 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 5569507 +run_synth(instancehandle, 2296, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 64 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 64 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 64 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 5570018 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5570937 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5571702 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1889 frames to output.wav +event table last nframe: 5573591 +run_synth(instancehandle, 1889, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5573591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5573744 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5573744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5573744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 61 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5574254 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 61 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 5574510 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 110 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5574510 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 5575122 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 2807 frames to output.wav +replaced_event +event table last nframe: 5577929 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 28 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +event table last nframe: 5579716 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 3318 frames to output.wav +event table last nframe: 5583034 +run_synth(instancehandle, 3318, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 28 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 918 frames to output.wav +replaced_event +event table last nframe: 5583952 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 28 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5583952 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5584718 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 5584820 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5585330 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 76 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 76 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 5585586 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5585586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 64 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5585586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5585586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5585586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5585586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5585586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5585586 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5585739 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5585739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5585739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5585739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5585739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5585739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5585739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5585739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5585739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 52 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5585739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 52 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5585739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5585739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5585739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5585841 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5585994 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5585994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5585994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 15) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5586504 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 15) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 5586760 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5586760 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 5587372 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 +-- +, 13) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5588291 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 +-- +, 13) +dssi-render: Wrote 1531 frames to output.wav +event table last nframe: 5589822 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 +-- +, 13) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 5591608 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 +-- +, 13) +dssi-render: Wrote 1123 frames to output.wav +replaced_event +event table last nframe: 5592731 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 +-- +, 13) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 5593395 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5594263 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 3726 frames to output.wav +replaced_event +event table last nframe: 5597989 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 5598091 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5598091 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5598244 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5598244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 47 tick: 0 +-- +, 15) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 5599010 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 3419 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5602429 +run_synth(instancehandle, 3419, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 14) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +event table last nframe: 5604216 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 3317 frames to output.wav +replaced_event +event table last nframe: 5607533 +run_synth(instancehandle, 3317, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5608554 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +event table last nframe: 5610341 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5610341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5610494 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5610494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 97 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5610494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 97 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 +-- +, 17) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 5611260 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 97 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5611260 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 3062 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 5614322 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 5614679 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5615598 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 5616211 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 5616466 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5617385 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 3317 frames to output.wav +event table last nframe: 5620702 +run_synth(instancehandle, 3317, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 5621723 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5622233 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5622489 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5622591 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5622744 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5622744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 5623254 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5623510 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 3419 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5626929 +run_synth(instancehandle, 3419, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 5627593 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5628461 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5628716 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 119 tick: 0 +-- +, 10) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 5629379 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 119 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5630247 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 119 tick: 0 +-- +, 10) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 5630911 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 119 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5631166 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 119 tick: 0 +-- +, 10) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5631778 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 119 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5631931 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 119 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5632697 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 119 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 5632952 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5632952 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 5633565 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 5634841 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5634841 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5634994 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5634994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5634994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5635249 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 5635759 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5635759 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 5636117 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5637036 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1020 frames to output.wav +event table last nframe: 5638056 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5638822 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5639690 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 5640608 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5641374 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 5641731 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 5642242 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5643161 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5643926 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5643926 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5644794 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5644947 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5645713 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1276 frames to output.wav +replaced_event +event table last nframe: 5646989 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 5647091 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5647091 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5647244 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5647244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 43 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5647244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 43 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 64 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5647346 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 43 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 64 tick: 0 +-- +, 13) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 5648009 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 43 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5648009 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 5648265 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5648367 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5649132 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 5649286 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5650051 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5650919 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 5651429 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5652093 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 5652603 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 5653216 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5653369 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5653369 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5654237 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5654390 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5655155 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5655921 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5656789 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 5657554 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +event table last nframe: 5658575 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5658728 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 5659239 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 5659341 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5659341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 75 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5659494 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 75 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5659494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 75 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5659494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 75 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5659494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 75 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5659494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 75 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 5660259 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 75 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 88 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5660259 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 75 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +event table last nframe: 5660362 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 75 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 5661280 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 75 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1634 frames to output.wav +event table last nframe: 5662914 +run_synth(instancehandle, 1634, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 75 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 5663832 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 75 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5664598 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 75 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5664598 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 75 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5664598 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 75 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 5665211 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 75 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1020 frames to output.wav +removed_note_off_event +event table last nframe: 5666231 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1276 frames to output.wav +replaced_event +event table last nframe: 5667507 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 75 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 5668171 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5668171 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 75 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 612 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5668783 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5668783 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 5669804 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5669804 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5670723 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5671591 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5671591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5671744 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5671744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 47 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5671744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 47 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 55 tick: 0 +-- +, 12) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 5672356 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 47 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 55 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 5672509 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 47 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5672509 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 118 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 5673275 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 2654 frames to output.wav +replaced_event +event table last nframe: 5675929 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +event table last nframe: 5677716 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5677869 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 5678634 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5678634 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 3318 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5681952 +run_synth(instancehandle, 3318, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +event table last nframe: 5683330 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 5683585 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5683585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5683585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5683585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5683585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5683585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5683585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5683585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5683585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 5683739 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5683739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5683739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5683739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5683739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5683739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5683739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 127 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5683739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 127 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5683739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5683739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5683739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5683739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5683841 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5683994 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5683994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5683994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 14) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 5684759 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5684759 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 5685270 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 5461 frames to output.wav +replaced_event +event table last nframe: 5690731 +run_synth(instancehandle, 5461, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 5258 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5695989 +run_synth(instancehandle, 5258, + - 1: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 5696091 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5696091 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5696244 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5696244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 71 tick: 0 +-- +, 14) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 5697009 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 3420 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5700429 +run_synth(instancehandle, 3420, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1685 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5702114 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5702216 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5702216 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 3573 frames to output.wav +replaced_event +event table last nframe: 5705789 +run_synth(instancehandle, 3573, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5706554 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +event table last nframe: 5708341 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5708341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5708494 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5708494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5708494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5708494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 +-- +, 15) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 5709259 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5709259 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 5709361 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5710280 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5711148 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5711556 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 5712577 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5713343 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5713700 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 5714210 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5714210 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5714976 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5715486 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1430 frames to output.wav +event table last nframe: 5716916 +run_synth(instancehandle, 1430, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5717681 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 5718702 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1889 frames to output.wav +event table last nframe: 5720591 +run_synth(instancehandle, 1889, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5720744 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5720744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 +-- +, 13) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 5721356 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 5721509 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 5722275 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5723143 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5723551 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 5723806 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 5723806 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5724572 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 5724929 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 5725440 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 6) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 5726358 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 5726614 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5726716 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 7) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 5727992 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5728247 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 7) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 5728910 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5729676 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 7) +dssi-render: Wrote 1276 frames to output.wav +replaced_event +event table last nframe: 5730952 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +event table last nframe: 5732585 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 5732841 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5732841 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5732994 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5732994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 81 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5732994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5733504 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 81 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 5733759 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 81 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5733759 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 5734015 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5734372 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5734882 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 5735291 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5735801 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1633 frames to output.wav +event table last nframe: 5737434 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 5737843 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5738353 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5739221 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 5739731 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 4084 frames to output.wav +removed_note_off_event +event table last nframe: 5743815 +run_synth(instancehandle, 4084, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 5744478 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5744733 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 5744989 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 5745091 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5745091 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5745244 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5745244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5745244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5745244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 80 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5745499 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 80 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 5746009 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 55 velocity: 124 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5746009 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 55 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 5746265 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5746367 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1531 frames to output.wav +event table last nframe: 5747898 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5748153 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 5748817 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5748919 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 5749429 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 5749582 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 5749838 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 5750705 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5751216 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 5751624 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 3420 frames to output.wav +removed_note_off_event +event table last nframe: 5755044 +run_synth(instancehandle, 3420, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 5755554 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 5755707 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5755962 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 5756320 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 5756473 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5756728 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 5757341 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5757341 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5757494 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5757494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 27 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5757494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 27 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5757596 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 27 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 5758259 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 27 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5758259 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +event table last nframe: 5759382 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 5759637 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 5759893 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5760301 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5760811 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 5761832 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 1378 frames to output.wav +replaced_event +event table last nframe: 5763210 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +event table last nframe: 5764486 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 664 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5765150 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5765405 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5766171 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 6) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 5766783 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5767702 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5767957 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5768468 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 6) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 5769335 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 5769591 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5769591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5769591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5769744 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5769744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 55 velocity: 124 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5769744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 55 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5770509 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 55 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5770509 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 55 velocity: 124 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5770509 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 55 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 5771020 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5771275 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5772041 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5772806 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1123 frames to output.wav +replaced_event +event table last nframe: 5773929 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5773929 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5774848 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5775614 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5775716 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5776481 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 2705 frames to output.wav +event table last nframe: 5779186 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 5779952 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 5780054 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 5780718 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 5780820 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5781585 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5781585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5781585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5781585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5781585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5781585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5781585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5781585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5781585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5781585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 154 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5781739 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5781739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5781739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5781739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5781739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5781739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 49 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5781739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5781739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5781739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5781739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5781739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5781739 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5781841 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5781994 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5781994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5781994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 5782759 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5782759 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 2042 frames to output.wav +removed_note_off_event +event table last nframe: 5784801 +run_synth(instancehandle, 2042, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 5785158 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5787710 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5788731 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 5360 frames to output.wav +removed_note_off_event +event table last nframe: 5794091 +run_synth(instancehandle, 5360, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5794091 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5794244 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5794244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 73 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 5795009 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 3420 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5798429 +run_synth(instancehandle, 3420, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +event table last nframe: 5800216 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 4338 frames to output.wav +replaced_event +event table last nframe: 5804554 +run_synth(instancehandle, 4338, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +event table last nframe: 5806341 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5806494 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5806494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5806494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 +-- +, 15) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 5807259 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5807259 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 2910 frames to output.wav +removed_note_off_event +event table last nframe: 5810169 +run_synth(instancehandle, 2910, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 5811087 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1123 frames to output.wav +replaced_event +event table last nframe: 5812210 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 5812721 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 64 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 5812976 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 64 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 64 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 64 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5813895 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5814507 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1429 frames to output.wav +event table last nframe: 5815936 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 5816192 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5816702 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5816957 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5817723 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5818488 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 5818591 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5818591 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5818744 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5818744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 +-- +, 11) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 5819356 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 5819509 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1532 frames to output.wav +removed_note_off_event +event table last nframe: 5821041 +run_synth(instancehandle, 1532, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 5821908 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 5822572 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 5822827 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 5822929 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +event table last nframe: 5823950 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5824716 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5824869 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5825634 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 9) +dssi-render: Wrote 2297 frames to output.wav +event table last nframe: 5827931 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5828186 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 119 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 5828952 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5828952 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5829054 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5829565 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1020 frames to output.wav +event table last nframe: 5830585 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 5830841 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5830994 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5830994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5830994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5831351 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 76 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 5831504 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 76 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 76 velocity: 0 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 76 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 5831759 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5831759 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 5832270 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 5833393 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 5834056 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5834822 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5834924 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5835179 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5835689 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 5835945 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1786 frames to output.wav +replaced_event +event table last nframe: 5837731 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +event table last nframe: 5838650 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5839416 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 5840028 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5840283 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 5840947 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5841712 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5842580 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5843091 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5843244 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5843244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5843244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 62 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5843244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 62 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 75 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5843499 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 62 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 75 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 5844009 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 62 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5844009 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 5844264 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 5844622 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5845132 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 5845541 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5846306 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1123 frames to output.wav +replaced_event +event table last nframe: 5847429 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 5848960 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 5849216 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 5849624 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 64 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 5849726 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 5850389 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 5850645 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 5851257 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5852023 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1531 frames to output.wav +replaced_event +event table last nframe: 5853554 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 5853809 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5854064 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5854575 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5854983 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 5855341 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5855494 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5855494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5855494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5855494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5855494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5855851 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 5856259 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 106 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5856259 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 5856617 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 5856770 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 2297 frames to output.wav +removed_note_off_event +event table last nframe: 5859067 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5859322 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5859322 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5859832 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5860700 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5860955 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 5861108 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5861210 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +event table last nframe: 5861619 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5862384 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5863252 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1174 frames to output.wav +event table last nframe: 5864426 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5865294 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 5866212 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1379 frames to output.wav +event table last nframe: 5867591 +run_synth(instancehandle, 1379, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5867744 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5867744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5867744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5867744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 62 tick: 0 +-- +, 12) +dssi-render: Wrote 612 frames to output.wav +replaced_event +event table last nframe: 5868356 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 62 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5868509 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 90 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5868509 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 5868764 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5869632 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5870551 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 76 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1021 frames to output.wav +replaced_event +event table last nframe: 5871572 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 76 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5871929 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +event table last nframe: 5873716 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5873869 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 64 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 75 tick: 0 +-- +, 9) +dssi-render: Wrote 612 frames to output.wav +replaced_event +event table last nframe: 5874481 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 64 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 75 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5874634 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 3318 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5877952 +run_synth(instancehandle, 3318, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5878462 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +event table last nframe: 5879585 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5879585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5879585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5879585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5879585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5879585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5879585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5879585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5879738 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5879738 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 105 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5879738 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 49 velocity: 105 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5879738 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 5879738 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5879738 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 2) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5879840 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5879840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 5879994 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5879994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5879994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5879994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 5880759 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 104 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5880759 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 9443 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5890202 +run_synth(instancehandle, 9443, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 1888 frames to output.wav +removed_note_off_event +event table last nframe: 5892090 +run_synth(instancehandle, 1888, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 5892244 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5892244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5892244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 11229 frames to output.wav +replaced_event +event table last nframe: 5903473 +run_synth(instancehandle, 11229, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +event table last nframe: 5904340 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 80 tick: 0 +-- +, 9) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 5904494 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5904494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5904494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5904494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5905004 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 5905259 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 +-- +, 13) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 5905872 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5906637 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5907556 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 2654 frames to output.wav +event table last nframe: 5910210 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5911129 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5911486 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 409 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5911895 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5912405 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5912660 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5912762 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 5913171 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5913528 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 5913783 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +event table last nframe: 5914192 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5914447 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5914549 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5914957 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5915212 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5916080 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 5916233 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5916590 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5916590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 5916744 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5916744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5916999 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 5918785 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5918785 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5919296 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5919653 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5920572 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 3317 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 5923889 +run_synth(instancehandle, 3317, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 5923991 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5924910 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 5925165 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +event table last nframe: 5925268 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 5926186 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5926952 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 5927973 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5928738 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5928840 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 5928994 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5928994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5928994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 7) +dssi-render: Wrote 1276 frames to output.wav +replaced_event +event table last nframe: 5930270 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 7) +dssi-render: Wrote 1020 frames to output.wav +removed_note_off_event +event table last nframe: 5931290 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5932158 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 6) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 5933434 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5934353 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 5934608 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5934608 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 5935119 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 4) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 5936395 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 4) +dssi-render: Wrote 1020 frames to output.wav +event table last nframe: 5937415 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5938181 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 5938283 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 5938538 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 3) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 5938947 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 3) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 5939968 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 3) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5940325 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5941090 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 92 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 5941244 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 92 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5941244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5941244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5941244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5941244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 5941754 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5942009 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 5942009 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5943387 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 4237 frames to output.wav +event table last nframe: 5947624 +run_synth(instancehandle, 4237, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5948389 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 5949410 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 5949768 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5950176 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5951044 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 5951299 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 5951452 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 1378 frames to output.wav +event table last nframe: 5952830 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5953238 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5953340 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 5953494 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5953494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5953494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5953494 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 5953596 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5954004 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 5954106 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 59 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5954259 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 44 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 68 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 59 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5954259 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5954514 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5955025 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 5955790 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 5955790 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 3063 frames to output.wav +removed_note_off_event +event table last nframe: 5958853 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 5959721 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 5960639 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5960639 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 5960895 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 2296 frames to output.wav +event table last nframe: 5963191 +run_synth(instancehandle, 2296, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 5963957 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 1787 frames to output.wav +event table last nframe: 5965744 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5965744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5965744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5965744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 5966509 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5967020 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 5967530 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 5968040 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5968806 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 55 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 5969163 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 5970082 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 5970592 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 5970848 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 1786 frames to output.wav +replaced_event +event table last nframe: 5972634 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +event table last nframe: 5973502 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 2807 frames to output.wav +event table last nframe: 5976309 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 5976820 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 5977228 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 5977585 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 5977840 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 5977994 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 75 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5977994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 59 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5977994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 59 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5977994 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 59 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 5978759 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 75 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 59 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 5978861 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 5980290 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 5972 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 5986262 +run_synth(instancehandle, 5972, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 3982 frames to output.wav +event table last nframe: 5990244 +run_synth(instancehandle, 3982, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5990244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 5990244 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 5990856 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 3318 frames to output.wav +replaced_event +event table last nframe: 5994174 +run_synth(instancehandle, 3318, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 8166 frames to output.wav +removed_note_off_event +event table last nframe: 6002340 +run_synth(instancehandle, 8166, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6002493 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6002493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6002493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 60 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6002493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 60 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6002493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 60 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6003259 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6003259 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 5717 frames to output.wav +removed_note_off_event +event table last nframe: 6008976 +run_synth(instancehandle, 5717, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 5257 frames to output.wav +event table last nframe: 6014233 +run_synth(instancehandle, 5257, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 6014488 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 6014590 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6014743 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6014743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 82 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6014743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 6015254 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6015509 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6015764 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 6016887 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 6017806 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 1633 frames to output.wav +event table last nframe: 6019439 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 6020358 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6020358 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6021379 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 6021991 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 2961 frames to output.wav +replaced_event +event table last nframe: 6024952 +run_synth(instancehandle, 2961, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 1888 frames to output.wav +removed_note_off_event +event table last nframe: 6026840 +run_synth(instancehandle, 1888, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6026993 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6026993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6026993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 2042 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6029035 +run_synth(instancehandle, 2042, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6030822 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6031077 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 6031332 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 6031842 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 6032863 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 1787 frames to output.wav +event table last nframe: 6034650 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 6035415 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 1634 frames to output.wav +event table last nframe: 6037049 +run_synth(instancehandle, 1634, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 2194 frames to output.wav +event table last nframe: 6039243 +run_synth(instancehandle, 2194, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6039243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 47 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6039243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 47 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6039243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 47 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 6039754 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 47 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 6040009 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 59 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 12) +dssi-render: Wrote 3165 frames to output.wav +removed_note_off_event +event table last nframe: 6043174 +run_synth(instancehandle, 3165, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 6044858 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6044858 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 2552 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6047410 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6048431 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 2909 frames to output.wav +removed_note_off_event +event table last nframe: 6051340 +run_synth(instancehandle, 2909, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6051493 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 64 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6051493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 64 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 59 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6051493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 64 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 59 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6051493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 64 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 59 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6052259 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 64 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 59 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6052259 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 6054811 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6055322 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6055679 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 6056189 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +event table last nframe: 6056598 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 2296 frames to output.wav +event table last nframe: 6058894 +run_synth(instancehandle, 2296, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 6059150 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 4185 frames to output.wav +replaced_event +event table last nframe: 6063335 +run_synth(instancehandle, 4185, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 6063590 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6063743 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6063743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6063743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6063743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 358 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6064101 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 59 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6064509 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 59 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +event table last nframe: 6065887 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 1531 frames to output.wav +replaced_event +event table last nframe: 6067418 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6068694 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 4339 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6073033 +run_synth(instancehandle, 4339, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 84 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6074564 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 98 tick: 0 +-- +, 6) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6074973 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6075483 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6075585 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6075585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6075585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6075585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6075585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6075585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6075585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6075585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6075840 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6075993 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 75 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6075993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6075993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1532 frames to output.wav +replaced_event +event table last nframe: 6077525 +run_synth(instancehandle, 1532, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 4185 frames to output.wav +removed_note_off_event +event table last nframe: 6081710 +run_synth(instancehandle, 4185, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 6533 frames to output.wav +event table last nframe: 6088243 +run_synth(instancehandle, 6533, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6088243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 72 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6088243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 72 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6088243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 72 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6089009 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 +-- +, 11) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6090540 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6090540 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 +-- +, 9) +dssi-render: Wrote 9800 frames to output.wav +removed_note_off_event +event table last nframe: 6100340 +run_synth(instancehandle, 9800, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6100493 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6100493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6100493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6100493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6100493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 14) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6101259 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 104 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6101259 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 8269 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6109528 +run_synth(instancehandle, 8269, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 2195 frames to output.wav +removed_note_off_event +event table last nframe: 6111723 +run_synth(instancehandle, 2195, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 6112233 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6112335 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6112335 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6112335 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6112335 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6112335 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6112335 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6112335 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6112335 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 6112488 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6112488 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6112590 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6112743 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6112743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6112743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +replaced_event +replaced_event +replaced_event +replaced_event +event table last nframe: 6112999 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 6113509 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 6113509 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6114275 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6115040 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6115806 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6115908 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 6116827 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 2399 frames to output.wav +replaced_event +event table last nframe: 6119226 +run_synth(instancehandle, 2399, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 5512 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6124738 +run_synth(instancehandle, 5512, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 6124840 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6124993 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6124993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6124993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 2042 frames to output.wav +replaced_event +event table last nframe: 6127035 +run_synth(instancehandle, 2042, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 3420 frames to output.wav +removed_note_off_event +event table last nframe: 6130455 +run_synth(instancehandle, 3420, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 6132139 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 6133007 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 6133926 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 1633 frames to output.wav +event table last nframe: 6135559 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 6137243 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6137243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 65 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6137243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 65 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6137243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 65 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6137345 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 65 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 6138009 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +event table last nframe: 6139132 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 6139795 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 6140306 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 6140816 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 1276 frames to output.wav +replaced_event +event table last nframe: 6142092 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6143879 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 5461 frames to output.wav +removed_note_off_event +event table last nframe: 6149340 +run_synth(instancehandle, 5461, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6149493 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6149493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6149493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6149493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6150259 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 86 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6150259 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 102 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 4594 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6154853 +run_synth(instancehandle, 4594, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6155720 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6156741 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 4747 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6161488 +run_synth(instancehandle, 4747, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 6161590 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 76 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6161743 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6161743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6161743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6161743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6162509 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6163019 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 6891 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6169910 +run_synth(instancehandle, 6891, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6170676 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 76 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6170931 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +event table last nframe: 6171799 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6172054 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 6172819 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6173585 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 100 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6173585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6173585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6173585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6173585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6173585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6173585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6173585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6173840 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6173993 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 84 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6173993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6173993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 2399 frames to output.wav +replaced_event +event table last nframe: 6176392 +run_synth(instancehandle, 2399, + - 1: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 2450 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6178842 +run_synth(instancehandle, 2450, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 84 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 2399 frames to output.wav +removed_note_off_event +event table last nframe: 6181241 +run_synth(instancehandle, 2399, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 6182160 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1633 frames to output.wav +event table last nframe: 6183793 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 6184712 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1531 frames to output.wav +event table last nframe: 6186243 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6186243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 61 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6186243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 61 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6186243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 61 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6187009 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 90 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6188132 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 6188540 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 6189051 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 1633 frames to output.wav +event table last nframe: 6190684 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 6191194 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +event table last nframe: 6191603 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 6737 frames to output.wav +event table last nframe: 6198340 +run_synth(instancehandle, 6737, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6198493 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6198493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6198493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6198493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6198493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6199259 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 108 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6199259 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 6200637 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6205741 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1174 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6206915 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6208446 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 5) +dssi-render: Wrote 1123 frames to output.wav +replaced_event +event table last nframe: 6209569 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6209569 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6210335 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6210335 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6210335 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6210335 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6210335 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6210335 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6210335 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 6210488 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 6210590 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6210743 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6210743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6210743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 59 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6211509 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 59 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 7401 frames to output.wav +removed_note_off_event +event table last nframe: 6218910 +run_synth(instancehandle, 7401, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 2909 frames to output.wav +replaced_event +event table last nframe: 6221819 +run_synth(instancehandle, 2909, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +event table last nframe: 6222840 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6222840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6222993 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6222993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6222993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6222993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6222993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6223759 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 84 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6223759 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6225137 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 2807 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6227944 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 7146 frames to output.wav +removed_note_off_event +event table last nframe: 6235090 +run_synth(instancehandle, 7146, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6235243 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6235243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6235243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6235243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6235243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6236009 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 104 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6236009 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 6236366 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 6237285 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 6239071 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6239837 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 6240705 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 6242389 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 2909 frames to output.wav +replaced_event +event table last nframe: 6245298 +run_synth(instancehandle, 2909, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1430 frames to output.wav +removed_note_off_event +event table last nframe: 6246728 +run_synth(instancehandle, 1430, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 6247340 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6247493 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6247493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6247493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6247493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6247493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6247595 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 15) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 6248259 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6248259 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 2144 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6250403 +run_synth(instancehandle, 2144, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 1174 frames to output.wav +removed_note_off_event +event table last nframe: 6251577 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 6252342 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6252342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6252342 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6253108 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +event table last nframe: 6254894 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6255660 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6255762 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 6256426 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 6256528 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 1020 frames to output.wav +event table last nframe: 6257548 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6258314 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 6259233 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 6259743 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6259743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6259743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6259743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6259998 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 6260509 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 6261019 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6261785 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6262551 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 6263418 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 6263827 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 79 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 6264592 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 6264949 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 2961 frames to output.wav +event table last nframe: 6267910 +run_synth(instancehandle, 2961, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 99 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6268676 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6268931 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6270309 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6270462 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 124 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6270564 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6271483 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6271585 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6271585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 6271585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6271585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 55 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 6271585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 55 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6271585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6271585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6271585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6271738 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6271738 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6271840 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6271840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6271993 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6271993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6271993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6271993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6271993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6271993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 6271993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 6272095 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 6272759 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6272759 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6272861 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 5002 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6277863 +run_synth(instancehandle, 5002, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +event table last nframe: 6278731 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 918 frames to output.wav +replaced_event +event table last nframe: 6279649 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 2553 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6282202 +run_synth(instancehandle, 2553, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6283069 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 6283733 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6283733 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 6284090 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 87 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6284090 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6284243 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6284243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6284243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6284243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6285009 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6285009 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6290113 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6290726 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6291134 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6291389 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 3063 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6294452 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 6295983 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6295983 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 6296340 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6296340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6296493 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6296493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6296493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6296493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6297259 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6297259 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 4696 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6301955 +run_synth(instancehandle, 4696, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6302363 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 6302720 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 6303639 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 2297 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6305936 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6306804 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +event table last nframe: 6308233 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6308233 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 6308590 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 91 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6308590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6308743 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6308743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6308743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6308743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6309509 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6309509 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6314613 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6315123 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6315991 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6317267 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6318696 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6318952 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 6320483 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6320483 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 6320840 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6320840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6320993 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6320993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6320993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6320993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6321759 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6321759 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 3062 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6324821 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 2042 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6326863 +run_synth(instancehandle, 2042, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 2297 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6329160 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6329670 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6329925 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6330181 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 6332733 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6332733 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 6333090 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6333090 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6333243 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6333243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6333243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6333243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6334009 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6334009 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 55 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 3930 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6337939 +run_synth(instancehandle, 3930, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 1174 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6339113 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 2144 frames to output.wav +removed_note_off_event +event table last nframe: 6341257 +run_synth(instancehandle, 2144, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 6341410 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6342686 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6344064 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +event table last nframe: 6344983 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6344983 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 6345340 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6345340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6345493 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6345493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6345493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6345493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6346259 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6346259 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6351363 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6351873 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 3573 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6355446 +run_synth(instancehandle, 3573, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6357233 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6357233 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6357233 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 6357590 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6357743 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6357743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6357743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6358509 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6358509 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 55 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6360040 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6360908 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 918 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6361826 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6363613 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +event table last nframe: 6364889 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 4441 frames to output.wav +replaced_event +event table last nframe: 6369330 +run_synth(instancehandle, 4441, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6369483 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6369585 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6369585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6369585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6369585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6369585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6369585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6369840 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6369840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6369993 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6369993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6369993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6369993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6369993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6369993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6370759 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6370759 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 2399 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6373158 +run_synth(instancehandle, 2399, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 2705 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6375863 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6377649 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6378517 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 3216 frames to output.wav +removed_note_off_event +event table last nframe: 6381733 +run_synth(instancehandle, 3216, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6381733 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 6382090 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6382243 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6382243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6382243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6383009 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6383009 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6383621 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 3471 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6387092 +run_synth(instancehandle, 3471, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6387705 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6388113 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6389236 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 4747 frames to output.wav +removed_note_off_event +event table last nframe: 6393983 +run_synth(instancehandle, 4747, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6393983 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 6394340 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6394340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6394493 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6394493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6394493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6394493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6395259 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6395259 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6395769 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 4594 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6400363 +run_synth(instancehandle, 4594, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6400720 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1685 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6402405 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 3828 frames to output.wav +removed_note_off_event +event table last nframe: 6406233 +run_synth(instancehandle, 3828, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6406233 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 6406488 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 6406590 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6406590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6406743 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6406743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6406743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6406743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6407509 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6407509 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6407509 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6412613 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6413123 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6413991 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6414910 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6415165 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6415165 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 3318 frames to output.wav +removed_note_off_event +event table last nframe: 6418483 +run_synth(instancehandle, 3318, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6418483 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 6418840 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6418840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6418993 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6418993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6418993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6418993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6419759 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6419759 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 3062 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6422821 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 2042 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6424863 +run_synth(instancehandle, 2042, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6425373 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6426139 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 4594 frames to output.wav +removed_note_off_event +event table last nframe: 6430733 +run_synth(instancehandle, 4594, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6430733 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 6431090 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6431243 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6431243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6431243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6432009 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6432009 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6432009 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 55 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 2297 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6434306 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 2654 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6436960 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6437113 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6437470 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6438491 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 3) +dssi-render: Wrote 4492 frames to output.wav +removed_note_off_event +event table last nframe: 6442983 +run_synth(instancehandle, 4492, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6442983 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 6443340 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6443340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6443493 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6443493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6443493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6444259 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6444259 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6449363 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 2297 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6451660 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6451660 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6451660 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 3573 frames to output.wav +removed_note_off_event +event table last nframe: 6455233 +run_synth(instancehandle, 3573, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6455233 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 6455488 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 6455590 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6455590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6455743 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6455743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6455743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6456509 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 55 velocity: 100 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6456509 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 55 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6461613 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6462123 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6462991 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 2960 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6465951 +run_synth(instancehandle, 2960, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1634 frames to output.wav +removed_note_off_event +event table last nframe: 6467585 +run_synth(instancehandle, 1634, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6467585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 6467585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6467585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6467585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6467585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6467738 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6467840 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6467840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6467993 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6467993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6467993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6467993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6467993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6468095 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6468350 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6468759 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6468759 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 6890 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6475649 +run_synth(instancehandle, 6890, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6476415 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 3318 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6479733 +run_synth(instancehandle, 3318, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6479733 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 6480090 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6480090 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6480243 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6480243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6480243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6481009 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6481009 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 2399 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6483408 +run_synth(instancehandle, 2399, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 3215 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6486623 +run_synth(instancehandle, 3215, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6487491 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 4492 frames to output.wav +removed_note_off_event +event table last nframe: 6491983 +run_synth(instancehandle, 4492, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6491983 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 6492340 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6492340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6492340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6492493 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6492493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6492493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6493259 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6493259 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 5614 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6498873 +run_synth(instancehandle, 5614, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6499741 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +event table last nframe: 6500660 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 3573 frames to output.wav +event table last nframe: 6504233 +run_synth(instancehandle, 3573, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6504233 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6504335 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6504335 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6504335 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6504335 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6504335 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6504335 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 6504488 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6504590 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6504590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6504590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6504743 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6504743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6504743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6505509 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6505509 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 3930 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6509439 +run_synth(instancehandle, 3930, + - 1: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 2450 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6511889 +run_synth(instancehandle, 2450, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6512757 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 3828 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6516585 +run_synth(instancehandle, 3828, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 6516840 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6516840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6516840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6516993 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6516993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6516993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6516993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6516993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6517759 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6517759 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 5716 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6523475 +run_synth(instancehandle, 5716, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6523628 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6523730 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 6524496 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 6524649 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 6525415 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 1633 frames to output.wav +event table last nframe: 6527048 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 6528069 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 6528733 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6528733 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 6529090 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6529090 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6529243 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6529243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6529243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6530009 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6530009 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 3164 frames to output.wav +removed_note_off_event +event table last nframe: 6533173 +run_synth(instancehandle, 3164, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6533939 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 6534858 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6534858 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 6535623 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6535623 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6535725 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6535878 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 5105 frames to output.wav +event table last nframe: 6540983 +run_synth(instancehandle, 5105, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6540983 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 6541340 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6541340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6541340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6541493 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6541493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6541493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6542259 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6542259 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 3828 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6546087 +run_synth(instancehandle, 3828, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6547873 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 6550425 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 2808 frames to output.wav +event table last nframe: 6553233 +run_synth(instancehandle, 2808, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6553233 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 6553488 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6553590 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6553590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6553590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6553743 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6553743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6553743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6554509 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6554509 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1020 frames to output.wav +removed_note_off_event +event table last nframe: 6555529 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6556295 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 6557163 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 6558081 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 6558439 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 6558949 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 6559868 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6560123 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 2144 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6562267 +run_synth(instancehandle, 2144, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 3318 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6565585 +run_synth(instancehandle, 3318, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6565585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6565585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6565585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6565585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6565585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6565738 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6565738 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6565738 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6565840 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6565840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6565840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6565993 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6565993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6565993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6565993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6565993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6566759 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6566759 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6567269 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 2654 frames to output.wav +removed_note_off_event +event table last nframe: 6569923 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6570178 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 3471 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6573649 +run_synth(instancehandle, 3471, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 6576201 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 6577069 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 6577733 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6577733 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6577988 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6578090 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6578090 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6578243 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6578243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6578243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 6578753 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 6579009 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6579009 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 6579621 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 6580540 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 6581305 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +event table last nframe: 6581408 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 6581816 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 6582173 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 6583092 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 6583602 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6583857 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 6584470 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 6584878 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 6585389 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6585491 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6585491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 6585644 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 6586256 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 6586410 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 6587175 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6587430 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 6588043 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6588196 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 6589217 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 6589982 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6589982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 6590238 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6590238 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6590238 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6590340 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6590340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6590340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6590493 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6590493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6590493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 +-- +, 14) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 6590850 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6590850 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 +-- +, 14) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 6591259 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6591259 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6592535 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6592535 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 6593300 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 6594321 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1531 frames to output.wav +event table last nframe: 6595852 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6595954 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +event table last nframe: 6596873 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6597128 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 10) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6598506 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 6599425 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 6600293 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6601059 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 6601722 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6601977 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6602232 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6602232 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 6602335 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6602335 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6602335 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6602335 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6602335 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6602335 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 6602488 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6602590 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6602590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6602590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6602743 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6602743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6602743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6602743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6602845 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 14) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 6603509 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 6603509 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6603509 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 6603764 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 6604631 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 6605142 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 6605550 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 6606061 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6606316 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 6606928 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6606928 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 6607184 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 6607949 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 6608613 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6608868 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 6609480 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 6609736 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 6610399 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6610654 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6610756 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6611165 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6611420 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6611675 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6612032 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 6612288 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 6612951 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6613053 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 6613206 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 6613717 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 6614074 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 6614738 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6614840 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6614840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6614840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6614993 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6614993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6614993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6614993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 6615503 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 6615759 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 6615759 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6615759 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 6616269 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6616524 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6616626 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 6617290 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6617545 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 6618157 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 6618413 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 6618923 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6619076 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 77 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6619178 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 77 tick: 0 +-- +, 11) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 6619842 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 77 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 6619842 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 6620097 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 6620607 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6620965 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6620965 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 9) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 6621628 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6621730 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6622496 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 6622649 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 6622751 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6622751 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 8) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 6623160 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6623160 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 95 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 6623517 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 95 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 6623925 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 6624027 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 8) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 6624436 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 6624946 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 6625303 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 6625814 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 8) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 6626732 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6626732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6626732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 6626988 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6627090 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6627090 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 111 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6627243 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 111 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6627243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6627243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 6627600 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6627855 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 6628008 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 6628519 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6628774 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 6629285 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 6631071 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6631326 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 76 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6632092 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 6632857 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 6633215 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6633215 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 6633623 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6634389 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 6634389 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6634389 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 8) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 6635410 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 6636175 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 6636532 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6637298 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6637298 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 8) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 6638217 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6638319 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 8) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 6638982 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6638982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6638982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 6639340 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6639340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6639493 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6639493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6639493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 6640003 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 6640258 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6640258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6640616 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6640769 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6641535 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1020 frames to output.wav +event table last nframe: 6642555 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6643321 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6643576 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 77 tick: 0 +-- +, 9) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 6644189 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 77 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 6644342 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6645465 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6645465 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6645618 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 9) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 6646741 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 6647149 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6647660 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6647660 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6647660 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6647660 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 6648425 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 6648527 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 6649446 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6650212 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 6) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 6651079 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6651232 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6651232 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 6651590 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6651590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 111 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6651743 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6651743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 105 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 6652508 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 3318 frames to output.wav +removed_note_off_event +event table last nframe: 6655826 +run_synth(instancehandle, 3318, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6656592 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6657715 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6657715 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 9) +dssi-render: Wrote 1429 frames to output.wav +replaced_event +event table last nframe: 6659144 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6659246 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 6659654 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 6659910 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 91 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 6660420 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 91 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6660420 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 91 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6660675 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 91 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 6660675 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 6660930 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 6661441 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 6661798 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6662564 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6662717 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 4) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6663482 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 +-- +, 3) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6663585 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6663585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6663585 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6663738 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6663738 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6663738 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 41 velocity: 111 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6663840 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6663840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6663840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6663993 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6663993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6663993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6663993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6663993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6663993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6663993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6663993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6663993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 17) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6664248 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 17) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 6664758 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6664758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6664758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 2042 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6666800 +run_synth(instancehandle, 2042, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 3063 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6669863 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 6670628 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 6670730 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 6671649 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6672517 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 6672517 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6674201 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6675069 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 6675732 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6675732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 6675988 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6676090 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6676090 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6676090 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6676243 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6676243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6676243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 80 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6676243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 80 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6676345 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 80 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6676345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 80 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 6676753 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 80 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6677008 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 80 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6677008 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 5105 frames to output.wav +removed_note_off_event +event table last nframe: 6682113 +run_synth(instancehandle, 5105, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 612 frames to output.wav +replaced_event +event table last nframe: 6682725 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6682878 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6683133 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6683389 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6683389 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6684256 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 2195 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6686451 +run_synth(instancehandle, 2195, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 6687982 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6687982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6687982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6687982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 6688238 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6688340 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6688340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6688340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6688493 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6688493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6688493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6688493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6688493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 16) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6688595 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6688595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 18) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 6689258 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6689258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6689258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 16) +dssi-render: Wrote 4696 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6693954 +run_synth(instancehandle, 4696, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 15) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +event table last nframe: 6694363 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 15) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 6694720 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 6695128 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6695128 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6695639 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6696149 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 6696404 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6696506 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6696915 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 6697170 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 6697782 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 6697936 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6698803 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 4) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 6699467 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 6700232 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6700232 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 6700488 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6700488 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6700590 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6700590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6700590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6700743 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6700743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6700743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6700743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6700845 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6700845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 6701253 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 6701253 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6701508 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6701508 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +event table last nframe: 6702121 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 4492 frames to output.wav +event table last nframe: 6706613 +run_synth(instancehandle, 4492, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 6707123 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6707378 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 6707991 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 6708144 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 6708654 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6708654 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 6709012 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 6709267 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 6709930 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6710696 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6710798 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 6710951 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 6712482 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6712482 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6712482 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 6712840 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6712840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6712840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6712993 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6712993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6712993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6712993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6712993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6713095 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6713095 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6713350 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 6713758 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6713758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6713758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 6714269 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 2552 frames to output.wav +replaced_event +event table last nframe: 6716821 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +event table last nframe: 6717689 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 6718607 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 6718863 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 6719373 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6719373 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 6719628 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 6720139 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6720241 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 6720904 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6721159 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6721159 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 6721670 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6721670 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6721925 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6721925 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 6722180 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 6722946 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6723712 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6723814 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 6724477 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6724579 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6724732 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6724732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 6724988 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6725090 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6725090 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6725090 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6725243 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6725243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6725243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6725243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6725345 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6725345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6725498 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 6725753 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6726008 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6726008 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 2808 frames to output.wav +removed_note_off_event +event table last nframe: 6728816 +run_synth(instancehandle, 2808, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 6729581 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6729683 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 6729939 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 6730602 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6730602 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 6731113 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6731368 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6731368 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 6731878 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6732389 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 6733154 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6733256 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 6733409 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 6733920 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6734022 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6734022 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 6734685 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +event table last nframe: 6734788 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6734788 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1020 frames to output.wav +event table last nframe: 6735808 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 6736064 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 918 frames to output.wav +removed_note_off_event +event table last nframe: 6736982 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6736982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6736982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6736982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 6737340 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6737340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6737340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6737493 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6737493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6737493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6737493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6737493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6737595 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6737595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 16) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 6738258 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6738258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6738258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 14) +dssi-render: Wrote 1889 frames to output.wav +removed_note_off_event +event table last nframe: 6740147 +run_synth(instancehandle, 1889, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6740913 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6740913 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 6741678 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 6742597 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6742597 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6743363 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6743465 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6743465 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6743873 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6744128 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 6744383 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6744383 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6745149 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6745149 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6745251 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6746170 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6747293 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6747293 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 6747446 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 6748722 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 6749232 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6749232 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6749232 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 6749488 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6749488 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6749590 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6749590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6749743 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6749743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6749743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6749845 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6749845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 6750253 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 6750355 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 6750508 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6750508 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 6751274 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6751274 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6752040 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 6752142 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 6752907 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6752907 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 8) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 6753826 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6753826 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6754592 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 6754949 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 7) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 6755613 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 6755970 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6756378 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 6756735 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 6756889 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 4440 frames to output.wav +replaced_event +event table last nframe: 6761329 +run_synth(instancehandle, 4440, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6761482 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6761584 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6761584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6761584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6761584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6761584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6761584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 6761738 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6761738 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6761738 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6761738 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6761738 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6761840 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6761840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6761840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6761993 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6761993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6761993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6761993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6761993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6761993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6761993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6761993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6761993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 17) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 6762758 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6762758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6762758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 2399 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6765157 +run_synth(instancehandle, 2399, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 2706 frames to output.wav +removed_note_off_event +event table last nframe: 6767863 +run_synth(instancehandle, 2706, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 14) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 6768628 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6769649 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6769649 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6769649 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6770517 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 3215 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6773732 +run_synth(instancehandle, 3215, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6773732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 6773988 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6774090 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6774090 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6774243 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6774243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6774243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6774345 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6774345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 6774753 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6775008 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6775008 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 12) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6775621 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 11) +dssi-render: Wrote 3471 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6779092 +run_synth(instancehandle, 3471, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 6779449 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 6779704 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +event table last nframe: 6780113 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 6780368 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6780878 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6781133 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6781235 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 4747 frames to output.wav +removed_note_off_event +event table last nframe: 6785982 +run_synth(instancehandle, 4747, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6785982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6785982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6785982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 6786238 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6786340 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6786340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6786340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6786493 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6786493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6786493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6786493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6786493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6786595 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6786595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 6787258 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6787258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6787258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6787769 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 4593 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6792362 +run_synth(instancehandle, 4593, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 6792720 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6793128 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6793639 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6794404 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6794404 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6794404 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6794404 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +replaced_event +event table last nframe: 6795272 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 2450 frames to output.wav +removed_note_off_event +event table last nframe: 6797722 +run_synth(instancehandle, 2450, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 6798232 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6798232 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 6798487 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6798487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6798487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 6798590 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6798590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6798590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6798743 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6798743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6798743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6798743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6798845 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6798845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 6799253 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6799508 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6799508 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6799508 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 6802060 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 2552 frames to output.wav +event table last nframe: 6804612 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 6805123 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6805378 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6805633 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6805991 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6806654 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 6806909 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 6807165 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6807165 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +event table last nframe: 6808032 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 6808951 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 6809819 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 6810482 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6810482 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 6810840 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6810840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6810840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6810993 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6810993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6810993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6810993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6810993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6811095 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6811095 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 15) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 6811758 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6811758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6811758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +event table last nframe: 6812371 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 2450 frames to output.wav +replaced_event +event table last nframe: 6814821 +run_synth(instancehandle, 2450, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 2041 frames to output.wav +removed_note_off_event +event table last nframe: 6816862 +run_synth(instancehandle, 2041, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 6817373 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 6817475 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 6817628 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6818139 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 6818394 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 6818904 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6818904 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 6819261 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 6820180 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 6821048 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 6821967 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6821967 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 6822732 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6822732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6822732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6822732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6822987 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 10) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 6823090 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6823090 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6823243 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6823243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6823243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6823345 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6823345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6823600 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 6823753 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6824008 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6824008 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6824008 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +event table last nframe: 6825386 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6826305 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6827071 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 6827836 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6827836 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 6828857 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6828959 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 6829112 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 6829470 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 6829623 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 6829878 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6830235 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6830235 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6830491 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +event table last nframe: 6832175 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 6833043 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 6833961 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 6834829 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6834982 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6834982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6834982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6834982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 6835340 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6835340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6835340 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6835493 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6835493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6835493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6835493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6835595 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6835595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6835748 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 6836258 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6836258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6836258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 13) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +event table last nframe: 6837381 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 6838300 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6839066 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6839168 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 6839831 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 6840852 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 6841362 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 6841618 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 6842128 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 6842383 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6842485 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6843251 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 6843404 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6843506 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6843659 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6843659 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6843659 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 6844170 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 6844272 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 6844425 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 6845037 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 6845956 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 6846824 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6846824 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 6847232 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6847232 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 6847487 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6847487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 7) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 6847590 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6847590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6847590 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6847743 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6847743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6847743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6847743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6847845 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6847845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 6848253 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6848508 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6848508 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 6848610 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 5002 frames to output.wav +event table last nframe: 6853612 +run_synth(instancehandle, 5002, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 6854123 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6854378 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6854991 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6855501 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6855501 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6856165 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6856930 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 6857287 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 6857951 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +event table last nframe: 6859584 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6859584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 6859584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6859584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6859584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6859584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6859737 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6859737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6859737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6859737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6859737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6859737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6859737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 6859840 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6859840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6859840 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6859993 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6859993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6859993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6859993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6859993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6859993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6859993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6859993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 18) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6860095 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 18) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 6860350 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 17) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 6860758 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6860758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6860758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 6865862 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 15) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6866628 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 6866730 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 14) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 6867649 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 6868415 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1020 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 6869435 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 6870558 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6871324 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 6871732 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6871732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6871987 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 8) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 6872090 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6872090 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6872243 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6872243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6872243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6872345 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6872345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 6872753 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6873008 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6873008 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 6873110 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1685 frames to output.wav +event table last nframe: 6874795 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 612 frames to output.wav +replaced_event +event table last nframe: 6875407 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +event table last nframe: 6875816 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 6876581 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 1531 frames to output.wav +event table last nframe: 6878112 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 6878368 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6878623 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6878878 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 6879133 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 6879491 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 2194 frames to output.wav +removed_note_off_event +event table last nframe: 6881685 +run_synth(instancehandle, 2194, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 6882706 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6883472 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 6883982 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6883982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6883982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6883982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 6884339 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6884339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6884339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6884339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 6884493 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6884493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6884493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6884493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6884595 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6884595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 6885105 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 6885258 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6885258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6885258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 6886024 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 6886789 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 6887810 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 2552 frames to output.wav +event table last nframe: 6890362 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 14) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 6890618 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6890873 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6891128 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 6891485 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 6891741 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6892506 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6892659 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6893425 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 2807 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6896232 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6896232 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6896334 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6896334 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6896334 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6896334 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6896334 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6896334 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 6896487 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6896487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6896487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6896487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6896487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 6896487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6896487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6896487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6896487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6896487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6896589 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6896589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6896589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 6896743 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6896743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6896743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6896845 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6896845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 6897253 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6897508 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6897508 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 3930 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6901438 +run_synth(instancehandle, 3930, + - 1: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1174 frames to output.wav +removed_note_off_event +event table last nframe: 6902612 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6903378 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 6903888 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 613 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 6904501 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6904654 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 6904756 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 3828 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6908584 +run_synth(instancehandle, 3828, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 6908839 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6908839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6908839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 6908993 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6908993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6908993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6908993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6908993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6908993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6909095 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6909095 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 6909758 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6909758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6909758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 6914862 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 6915475 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 6915628 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 6915628 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6915730 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 6916138 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 6916496 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 6916649 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6916904 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6916904 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 6917006 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 6917414 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 6917925 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 6918282 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 6918793 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 6919711 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 6920069 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 6920732 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6920732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6920987 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6921089 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6921089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 6921243 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6921243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6921243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6921345 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6921345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6921345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 6921753 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 6921753 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6922008 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6922008 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 6922263 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 6922519 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 6923029 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 6923386 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 6923897 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 6924305 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 6925173 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1684 frames to output.wav +replaced_event +event table last nframe: 6926857 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6926857 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6926857 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6927112 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 6927623 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6927623 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6927623 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6927725 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6927878 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 6927878 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 6928235 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6929001 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6929154 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6929154 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6929920 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 6931706 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 6932574 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6932727 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6932982 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6932982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6932982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6932982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 6933339 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6933339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6933339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 6933493 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6933493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6933493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6933493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6933493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6933595 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6933595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6933748 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 6934258 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 6934258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6934258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6934258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 6934513 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 6935381 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 6937065 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 6937678 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6937933 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 6938086 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 6938597 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6938852 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 6939362 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6939464 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 6939873 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6939873 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6940128 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 6940230 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1174 frames to output.wav +replaced_event +event table last nframe: 6941404 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 6941914 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 6942425 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 6942935 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6943190 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6943293 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6943803 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6944058 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 6944977 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6945232 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6945232 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6945487 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6945487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6945589 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6945589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6945589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 6945743 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6945743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6945743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6945743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6945845 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6945845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 6946253 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6946508 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 6946508 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 6946763 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 6947274 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 6948039 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 6948295 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 6949060 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6949162 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 6949673 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 6950438 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 154 frames to output.wav +removed_note_off_event +event table last nframe: 6950592 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 6951102 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6951102 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 6951459 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6951612 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6952123 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6952378 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 6952378 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1889 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6954267 +run_synth(instancehandle, 1889, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 3317 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6957584 +run_synth(instancehandle, 3317, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6957584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6957584 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6957584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6957584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6957584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6957737 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6957737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6957737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6957737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6957737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6957737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6957737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6957737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6957839 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6957839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6957839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 6957993 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6957993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6957993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6957993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6957993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6957993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6957993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6957993 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 17) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 6958758 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6958758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6958758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6959269 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 2654 frames to output.wav +removed_note_off_event +event table last nframe: 6961923 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 6962178 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 6963862 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6964628 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 6965649 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 6965751 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 6966670 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 3062 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 6969732 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6969732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 6969987 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6970089 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6970089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 6970243 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6970243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6970243 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6970345 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6970345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 6970753 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6971008 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6971008 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 2297 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6973305 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6973815 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1634 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6975449 +run_synth(instancehandle, 1634, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 6976112 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6976368 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6976470 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 6976878 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 6977388 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6977490 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6977490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6978256 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6979022 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 6979940 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 6980808 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 6981574 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 6981982 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6981982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6981982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6981982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 6982339 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6982339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6982339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 6982493 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6982493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6982493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6982493 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6982595 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6982595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 6983258 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6983258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6983258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6984534 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +event table last nframe: 6985912 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 6986831 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 6987597 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 6987699 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 6987852 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6987954 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6988362 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 6988618 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 6989128 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6989128 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 6989383 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 2144 frames to output.wav +replaced_event +replaced_event +event table last nframe: 6991527 +run_synth(instancehandle, 2144, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 6992446 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 6994232 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6994232 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6994334 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6994334 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6994334 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6994334 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6994334 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6994334 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 6994487 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6994487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6994487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6994487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6994487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6994487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6994487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6994487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6994487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6994487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 6994589 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 6994589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6994589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 6994743 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6994743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6994743 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 6994845 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 6994845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 17) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 6995253 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 17) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6995508 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 6995508 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 7000612 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 15) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 7001378 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7002756 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 7003420 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 7003675 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7004185 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7005053 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7006839 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7006839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7006839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7006992 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7006992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7006992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7006992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7006992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 7007095 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7007095 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 7007758 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7007758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7007758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 7008269 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 4593 frames to output.wav +event table last nframe: 7012862 +run_synth(instancehandle, 4593, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 7013628 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7013985 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7014649 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7014751 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7014904 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 1531 frames to output.wav +event table last nframe: 7016435 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 7017303 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7017813 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 7018222 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7018732 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7018732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7018732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7018987 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7019089 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7019089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7019242 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7019242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7019242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7019242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 +-- +, 10) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 7019345 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7019345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7019498 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7019753 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7019855 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7019855 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7020008 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7020008 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 7020365 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 7020774 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7020774 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7021539 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7021641 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7022407 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7022917 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 7023326 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7023836 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 7024959 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7025112 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7025878 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7025878 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 7026388 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7026388 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7027154 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7027154 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 7027511 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 7028175 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 7028532 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7029042 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7029808 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7030216 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 7030319 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7030727 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7030982 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7030982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7030982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7030982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7030982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7030982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 7031339 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7031339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7031492 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7031492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7031492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7031492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 +-- +, 14) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 7031595 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7031595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7031595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7032003 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7032003 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7032258 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7032258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7032258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7032513 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7032615 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 154 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7032769 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 7032769 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 7033381 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7034147 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7034555 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7035065 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 7035321 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 7036188 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1174 frames to output.wav +event table last nframe: 7037362 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7037617 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 7038128 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 7038894 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7039149 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7039404 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7039659 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7039659 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7039659 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 7040170 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7040272 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7040272 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7040527 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7041292 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 664 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7041956 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7041956 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7042211 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 7042824 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7042977 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7043232 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7043232 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7043487 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7043589 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7043589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7043742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7043742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7043742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 7043845 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7043845 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7043998 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7044253 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7044508 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 7049612 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7049867 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 101 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 7050378 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 101 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7050633 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7051654 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7051654 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7052675 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 7053440 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 7053798 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7054563 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7054716 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7055482 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7055584 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7055584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7055584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7055737 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7055737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7055737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7055737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7055737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7055737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7055737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7055839 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7055839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7055839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7055992 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7055992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7055992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7055992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7055992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7055992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7055992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7055992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7055992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 16) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 7056248 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 16) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7056758 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7056758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7056758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 2042 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7058800 +run_synth(instancehandle, 2042, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 3062 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7061862 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 7062628 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7062730 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 7063649 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7064516 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7064516 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1685 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7066201 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7067068 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 7067732 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7067732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7067987 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7068089 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7068089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7068089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7068242 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7068242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7068242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 +-- +, 11) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 7068345 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7068345 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7068753 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7069008 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 7074112 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 7074725 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7074878 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7075133 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7075388 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7075388 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7076256 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 2195 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7078451 +run_synth(instancehandle, 2195, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 7079982 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7079982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7079982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7079982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7080237 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7080339 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7080339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7080339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7080492 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7080492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7080492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7080492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7080492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 16) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 7080595 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7080595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 18) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 7081258 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7081258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7081258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 16) +dssi-render: Wrote 4696 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7085954 +run_synth(instancehandle, 4696, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 7086362 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 15) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 7086719 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 15) +dssi-render: Wrote 409 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 7087128 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7087128 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7087638 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7088149 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7088404 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7088506 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7088914 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7089169 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +event table last nframe: 7089782 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7089935 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7090803 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 4) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 7091466 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7092232 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7092232 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7092487 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7092487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7092589 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7092589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7092589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7092742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7092742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7092742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7092742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7092844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7092844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 7093253 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7093253 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7093508 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7093508 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +event table last nframe: 7094121 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 4491 frames to output.wav +event table last nframe: 7098612 +run_synth(instancehandle, 4491, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 7099123 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7099378 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7099990 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 7100143 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 7100654 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7100654 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 7101011 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7101266 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 7101930 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7102696 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7102798 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7102951 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 7104482 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7104482 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7104482 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 7104839 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7104839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7104839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7104992 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7104992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7104992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7104992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7104992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7105094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7105094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 13) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 7105758 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7105758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7105758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 7106268 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 2553 frames to output.wav +replaced_event +event table last nframe: 7108821 +run_synth(instancehandle, 2553, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +event table last nframe: 7109688 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7110607 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7110862 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 7111373 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7111373 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7111628 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 7112138 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7112240 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 7112904 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7113159 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7113159 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7113669 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7113669 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7113925 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7113925 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7114180 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 7114946 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7115711 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7115813 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 7116477 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7116579 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7116732 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7116732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7116987 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7117089 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7117089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7117089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7117242 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7117242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7117242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7117242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7117344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7117344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 7117498 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7117753 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7118008 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7118008 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 2807 frames to output.wav +removed_note_off_event +event table last nframe: 7120815 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7121581 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7121683 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7121938 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 7122602 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7122602 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7123112 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7123367 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7123367 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 7123878 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7124388 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 7125154 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7125256 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7125409 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 7125919 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 7126022 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7126022 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 7126685 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7126787 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7126787 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 7127808 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7128063 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +event table last nframe: 7128982 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7128982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7128982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7128982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 7129339 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7129339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7129339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7129492 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7129492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7129492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7129492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7129492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7129594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7129594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 16) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 7130258 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7130258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7130258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 14) +dssi-render: Wrote 1889 frames to output.wav +removed_note_off_event +event table last nframe: 7132147 +run_synth(instancehandle, 1889, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7132912 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7132912 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7133678 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7133831 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7134597 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7134597 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7135362 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7135464 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7135464 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 14) +dssi-render: Wrote 409 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7135873 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7136128 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7136383 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7136383 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7137149 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7137149 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7137251 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 918 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7138169 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7139292 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7139292 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 7139445 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 1277 frames to output.wav +event table last nframe: 7140722 +run_synth(instancehandle, 1277, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7141232 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7141232 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7141232 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7141487 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7141487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7141589 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7141589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7141742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7141742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7141742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7141844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7141844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 13) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 7142253 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7142355 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7142508 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7142508 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 7143274 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7143274 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 7144039 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7144141 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 7144907 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7144907 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 8) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 7145826 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7145826 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7146591 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 7146949 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 7) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 7147612 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 7147969 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7148378 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 7148735 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7148888 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 4441 frames to output.wav +replaced_event +event table last nframe: 7153329 +run_synth(instancehandle, 4441, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7153482 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7153584 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7153584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7153584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7153584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7153584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7153584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7153737 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7153737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7153737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7153737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7153737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7153839 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7153839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7153839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7153992 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7153992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7153992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7153992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7153992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7153992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7153992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7153992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7153992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 17) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 7154758 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7154758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7154758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 2399 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7157157 +run_synth(instancehandle, 2399, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 2705 frames to output.wav +removed_note_off_event +event table last nframe: 7159862 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 14) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 7160628 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7161649 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7161649 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7161649 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7162516 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 3216 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7165732 +run_synth(instancehandle, 3216, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7165732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7165987 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7166089 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7166089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7166242 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7166242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7166242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7166344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7166344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 14) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 7166753 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7167008 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7167008 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 12) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7167620 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 11) +dssi-render: Wrote 3471 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7171091 +run_synth(instancehandle, 3471, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 7171449 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7171704 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 7172112 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7172367 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7172878 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7173133 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7173235 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 4747 frames to output.wav +removed_note_off_event +event table last nframe: 7177982 +run_synth(instancehandle, 4747, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7177982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7177982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7177982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7178237 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7178339 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7178339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7178339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7178492 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7178492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7178492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7178492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7178492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7178594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7178594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 7179258 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7179258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7179258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7179768 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 4594 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7184362 +run_synth(instancehandle, 4594, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 7184719 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7185128 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7185638 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7186404 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7186404 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7186404 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7186404 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 867 frames to output.wav +replaced_event +event table last nframe: 7187271 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 2450 frames to output.wav +removed_note_off_event +event table last nframe: 7189721 +run_synth(instancehandle, 2450, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 7190232 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7190232 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7190487 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7190487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7190487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7190589 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7190589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7190589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7190742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7190742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7190742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7190742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7190844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7190844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 7191253 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7191508 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7191508 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 46 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7191508 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 7194060 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 2552 frames to output.wav +event table last nframe: 7196612 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 7197123 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7197378 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7197633 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7197990 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7198654 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7198909 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7199164 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7199164 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +event table last nframe: 7200032 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7200951 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 7201818 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 7202482 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7202482 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 7202839 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7202839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7202839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7202992 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7202992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7202992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7202992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7202992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7203094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7203094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 15) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 7203758 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7203758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7203758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 7204370 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7205289 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 1531 frames to output.wav +replaced_event +event table last nframe: 7206820 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 2042 frames to output.wav +removed_note_off_event +event table last nframe: 7208862 +run_synth(instancehandle, 2042, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7209372 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +event table last nframe: 7209475 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7209628 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7210138 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7210393 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 7210904 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7210904 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 7211261 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7212180 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 7213047 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7213966 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7213966 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7214732 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7214732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7214732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7214732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7214987 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7215089 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7215089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7215242 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7215242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7215242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7215344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7215344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 7215600 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7215753 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7216008 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7216008 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 56 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7216008 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +event table last nframe: 7217386 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7218305 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7219070 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7219836 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7219836 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 7220857 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7220959 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 7221112 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 7221469 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 7221622 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 7221878 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7222235 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7222235 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7222490 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 1685 frames to output.wav +removed_note_off_event +event table last nframe: 7224175 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 7225042 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7225961 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 7226982 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7226982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7226982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7226982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 7227339 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7227339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7227339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7227492 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7227492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7227492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7227492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7227594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7227594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7227747 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 7228258 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7228258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7228258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 13) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +event table last nframe: 7229381 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7230300 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7230300 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7231065 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7231167 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 7231831 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 7232852 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7233362 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7233617 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 7234128 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7234383 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7234485 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 7235251 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 7235404 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7235506 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7235659 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7235659 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7235659 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7236169 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7236271 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 7236425 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 7237037 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7237956 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 7238824 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7238824 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7239232 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7239232 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7239487 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7239487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7239589 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7239589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7239589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7239742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7239742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7239742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7239742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7239844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7239844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 7240253 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7240508 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 67 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7240508 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7240610 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 5002 frames to output.wav +event table last nframe: 7245612 +run_synth(instancehandle, 5002, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7246122 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7246378 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7246990 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7247501 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7247501 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7248164 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7248930 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 7249287 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 7249951 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +event table last nframe: 7251584 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7251584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7251584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7251584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7251584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7251584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7251737 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7251737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7251737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7251737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7251737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7251737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7251737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7251839 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7251839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7251839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7251992 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7251992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7251992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7251992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7251992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7251992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7251992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7251992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 18) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7252094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 18) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 7252350 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 17) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7252758 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7252758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7252758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 7257862 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 15) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 7258628 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7258730 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 14) +dssi-render: Wrote 918 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7259648 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7260414 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 7261435 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 7262558 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7263323 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 7263732 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7263732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7263987 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7264089 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7264089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7264242 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7264242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7264242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7264242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7264344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7264344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 7264753 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7265008 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 61 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7265008 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7265110 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 7266794 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 7267407 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 7267815 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7268581 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 1531 frames to output.wav +event table last nframe: 7270112 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7270367 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7270622 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7270878 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7271133 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 7271490 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 2195 frames to output.wav +removed_note_off_event +event table last nframe: 7273685 +run_synth(instancehandle, 2195, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 7274706 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7275471 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 7275982 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7275982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7275982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7275982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 7276339 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7276339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7276339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7276339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7276492 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7276492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7276492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7276492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7276594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7276594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 7277105 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7277258 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7277258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7277258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 7278023 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7278789 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 7279810 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 2552 frames to output.wav +event table last nframe: 7282362 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7282617 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7282872 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7283128 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 7283485 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7283740 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7284506 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7284659 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7285425 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 2807 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7288232 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7288232 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7288334 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7288334 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7288334 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7288334 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7288334 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7288334 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7288487 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7288487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7288487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7288487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7288487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7288487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7288487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7288487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7288487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7288487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7288589 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7288589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7288589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7288742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7288742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7288742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7288844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7288844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 7289253 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7289508 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 42 velocity: 69 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7289508 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 3930 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7293438 +run_synth(instancehandle, 3930, + - 1: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1174 frames to output.wav +removed_note_off_event +event table last nframe: 7294612 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 7295378 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 7295888 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 613 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 7296501 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7296654 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7296756 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 3828 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7300584 +run_synth(instancehandle, 3828, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7300839 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7300839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7300839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7300992 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7300992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7300992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7300992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7300992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7300992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7301094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7301094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 7301758 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7301758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7301758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 7306862 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 612 frames to output.wav +replaced_event +event table last nframe: 7307474 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 154 frames to output.wav +removed_note_off_event +event table last nframe: 7307628 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7307628 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7307730 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 7308138 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 7308495 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7308648 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7308904 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7308904 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7309006 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 7309924 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 7310282 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7310792 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7311047 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 7311711 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 7312068 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 7312732 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7312732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7312987 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7313089 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7313089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7313242 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7313242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7313242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7313344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7313344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7313344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 7313753 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7313753 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7314008 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 38 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7314008 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7314263 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7314518 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 7315029 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 7315386 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7315896 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 7316305 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 7317172 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7317938 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 7318857 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7318857 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7318857 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7319112 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7319622 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7319622 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7319724 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7319724 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 7319878 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 7320235 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 7321001 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7321154 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7321154 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7321919 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1787 frames to output.wav +event table last nframe: 7323706 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 7324573 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 7324727 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7324982 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7324982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7324982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7324982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 7325339 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7325339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7325339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7325492 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7325492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7325492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7325492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7325492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7325594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7325594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7325747 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 7326258 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7326258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7326258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 42 velocity: 122 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7326258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7326513 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 7327381 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 7329065 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 7329678 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7329933 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7330086 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 7330596 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 7330852 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7331362 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7331464 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7331872 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7331872 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7332128 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7332230 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1174 frames to output.wav +replaced_event +event table last nframe: 7333404 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 7333914 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7334424 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 7334935 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7335190 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7335292 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7335803 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7336058 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7336977 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7337232 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7337232 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7337487 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7337487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7337589 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7337589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7337589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7337742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7337742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7337742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7337742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7337844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7337844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 7338253 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7338508 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 58 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7338508 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7338763 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7339273 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7340039 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7340294 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7341060 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7341162 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7341672 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 7342438 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 7342591 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 7343102 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7343102 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 7343459 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7343612 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7344122 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7344378 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7344378 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1888 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7346266 +run_synth(instancehandle, 1888, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 3318 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7349584 +run_synth(instancehandle, 3318, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7349584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7349584 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7349584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7349584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7349584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7349737 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7349737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7349737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7349737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7349737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7349737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7349737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7349737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7349839 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7349839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7349839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7349992 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7349992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7349992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7349992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7349992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7349992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7349992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7349992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 17) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 7350758 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7350758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7350758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7351268 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 2654 frames to output.wav +removed_note_off_event +event table last nframe: 7353922 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 7354178 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 7355862 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 7356628 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1020 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7357648 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 7357750 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 7358669 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 3063 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 7361732 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7361732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7361987 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7362089 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7362089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7362242 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7362242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7362242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7362344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7362344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 7362753 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7363008 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 42 velocity: 65 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7363008 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 2297 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7365305 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7365815 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7367448 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 7368112 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7368367 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7368469 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 7368878 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 7369388 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7369490 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7369490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7370256 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7371021 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7371940 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 7372808 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7373573 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 7373982 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7373982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7373982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7373982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 7374339 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7374339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7374339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7374492 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7374492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7374492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7374492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7374594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7374594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 7375258 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 42 velocity: 124 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7375258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 42 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7375258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7376534 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +event table last nframe: 7377912 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7378831 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 7379596 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7379698 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7379851 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 103 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7379954 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7380362 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7380617 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 7381128 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7381128 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7381383 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 2143 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7383526 +run_synth(instancehandle, 2143, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7384445 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7386232 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7386232 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7386334 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7386334 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7386334 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7386334 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7386334 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7386334 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7386487 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7386487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7386487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7386487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7386487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7386487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7386487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7386487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7386487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7386487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7386589 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7386589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7386589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7386742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7386742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7386742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7386844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7386844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 17) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 7387253 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 17) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7387508 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7387508 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 7392612 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 15) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 7393378 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7394756 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 7395419 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 7395674 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7396185 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7397053 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7398839 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7398839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7398839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7398992 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7398992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7398992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7398992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7398992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7399094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7399094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 7399758 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7399758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7399758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 7400268 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 4594 frames to output.wav +event table last nframe: 7404862 +run_synth(instancehandle, 4594, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 7405628 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7405985 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7406648 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7406904 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 2909 frames to output.wav +event table last nframe: 7409813 +run_synth(instancehandle, 2909, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7410732 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7410732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7410732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7410987 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7411089 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7411089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7411089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7411242 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7411242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7411242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7411242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7411344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7411344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7411497 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 7411753 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7411855 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7412008 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7412008 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 7412365 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7412773 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 7413641 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7414407 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7414917 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7415836 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 7416959 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7417112 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7417877 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7417877 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 7418388 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7418388 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7418745 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 7419154 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7419154 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 7419511 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 7420174 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 7421042 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7421808 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7422216 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7422726 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 7422982 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7422982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7422982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7422982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7422982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 7423339 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7423339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7423339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7423492 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7423492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7423492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7423492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7423594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7423594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7423594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7424002 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 7424258 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7424258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7424258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7424513 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7424615 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 7424768 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 7425381 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7426146 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 7426555 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7427065 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7427320 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 7428188 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 1174 frames to output.wav +event table last nframe: 7429362 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7429617 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7430127 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 7430893 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7431148 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 7431404 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7431659 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7431659 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7431659 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7432169 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7432271 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7432271 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7432526 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 7433292 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7433956 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7433956 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7434211 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 7434823 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7434976 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 7435232 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7435232 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7435487 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7435487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7435589 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7435589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7435589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7435742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7435742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7435742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7435742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7435844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7435844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7435997 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7436252 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7436508 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7436508 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 5104 frames to output.wav +removed_note_off_event +event table last nframe: 7441612 +run_synth(instancehandle, 5104, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7441867 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7442377 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7442633 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7442735 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7443500 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 7443654 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7443654 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7444419 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7444674 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 7445440 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 7445797 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7446563 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7446716 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7446971 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 511 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7447482 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7447584 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7447584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7447584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7447737 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7447737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7447737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7447737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7447737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7447737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7447737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7447737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7447839 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7447839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7447992 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7447992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7447992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7447992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7447992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7447992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7447992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7447992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7448094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 +-- +, 16) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7448247 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 +-- +, 16) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 7448758 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7448758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7448758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 100 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7448758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +event table last nframe: 7450391 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7450799 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 3063 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7453862 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 12) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 7454627 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +event table last nframe: 7454730 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 918 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7455648 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7455648 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7456516 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7456516 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7459068 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 7459732 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7459732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7459987 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7460089 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7460089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7460242 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7460242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7460242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7460344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7460344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7460344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7460752 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 14) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7461008 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7461008 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 7461773 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7462539 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 1123 frames to output.wav +replaced_event +event table last nframe: 7463662 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 7464325 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 7465193 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7466112 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 612 frames to output.wav +replaced_event +event table last nframe: 7466724 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7466877 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7467388 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7467388 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 868 frames to output.wav +replaced_event +event table last nframe: 7468256 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 3572 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7471828 +run_synth(instancehandle, 3572, + - 1: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 7) +dssi-render: Wrote 154 frames to output.wav +removed_note_off_event +event table last nframe: 7471982 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7471982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7471982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7471982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7472237 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7472339 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7472339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7472339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7472492 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7472492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7472492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7472492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 16) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7472594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7472594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7472594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 +-- +, 19) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 7473258 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 +-- +, 19) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7473258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7473258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 +-- +, 17) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7474891 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 +-- +, 16) +dssi-render: Wrote 3062 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7477953 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +event table last nframe: 7478362 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 7478719 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7479127 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7479127 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7479638 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7480148 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7480403 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7480506 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7480914 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7481169 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +event table last nframe: 7481782 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 7483466 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7484232 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7484232 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7484487 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7484487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7484589 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7484589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7484742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7484742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7484742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7484844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7484844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7484844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7485252 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7485252 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 15) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7485508 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7485508 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 7486120 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 12) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 7486784 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7487294 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 3318 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7490612 +run_synth(instancehandle, 3318, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7491122 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7491377 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7491990 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 7492143 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7492653 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7492653 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 7493011 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 +-- +, 2) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 7494695 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 +-- +, 2) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7494797 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 +-- +, 2) +dssi-render: Wrote 1685 frames to output.wav +event table last nframe: 7496482 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7496482 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7496482 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 7496839 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7496839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7496992 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7496992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7496992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7496992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7497094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7497094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7497094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7497349 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 7497758 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7497758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7497758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7497758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 7498268 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 2552 frames to output.wav +replaced_event +event table last nframe: 7500820 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +event table last nframe: 7501688 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7502607 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7502862 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7503372 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7503372 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7503627 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 7504138 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7504240 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7504393 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7504903 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7505159 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7505159 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7505261 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7505669 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7505924 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7505924 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7506179 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7506945 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7506945 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7507711 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7507813 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7507966 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7508476 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7508578 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 7508732 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7508732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7508732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7508987 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7509089 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7509089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7509242 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7509242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7509242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7509344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7509344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7509497 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7509599 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7509752 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7510008 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7510008 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 7510518 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 2297 frames to output.wav +event table last nframe: 7512815 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7513070 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 7513581 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7513683 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7513836 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7513938 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7513938 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 7) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 7514601 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7514601 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 7515112 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7515367 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7515367 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7515877 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7516388 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7516490 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 7517153 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 7517256 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7517409 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7517409 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7517919 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7518021 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7518021 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7518174 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 7518787 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7518787 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7518940 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 7519808 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 1174 frames to output.wav +event table last nframe: 7520982 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7520982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7520982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7520982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 7521339 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7521339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7521492 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7521492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7521492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7521492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7521594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7521594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7521594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 7522258 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7522258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7522258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 13) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7523636 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 7524146 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7524912 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7524912 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7525677 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 7525831 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7526596 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7526596 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7527362 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7527464 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7527464 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7527872 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7528127 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 7528383 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7528383 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7529148 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7529148 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7529250 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7530169 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7531292 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7531292 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 7531445 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 7532721 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 7533232 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7533232 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7533232 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7533487 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7533487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7533589 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7533589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7533742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7533742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7533742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7533844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7533844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7533844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7534252 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7534354 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 7534508 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7534508 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 7535273 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7535273 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 7536141 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7536141 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 7536907 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 918 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7537825 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7537825 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7538591 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 7538948 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 5) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 7539612 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 7539969 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7540377 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 7540735 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7540888 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 4440 frames to output.wav +event table last nframe: 7545328 +run_synth(instancehandle, 4440, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 7545482 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7545584 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7545584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7545584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7545584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7545584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7545584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7545737 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7545737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7545737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7545737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7545737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7545839 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7545839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7545992 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7545992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7545992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7545992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7545992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7545992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7545992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7545992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7546094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 7546758 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7546758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7546758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +event table last nframe: 7548544 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 7549157 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 2705 frames to output.wav +removed_note_off_event +event table last nframe: 7551862 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 7552627 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7553648 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7553648 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7553648 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7554516 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 3216 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7557732 +run_synth(instancehandle, 3216, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7557732 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7557987 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7558089 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7558089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7558242 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7558242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7558242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7558344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7558344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7558344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7558752 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 14) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7559008 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7559008 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7559008 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 4440 frames to output.wav +removed_note_off_event +event table last nframe: 7563448 +run_synth(instancehandle, 4440, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7563703 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +event table last nframe: 7564112 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7564367 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7564877 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7565133 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7565235 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 4747 frames to output.wav +removed_note_off_event +event table last nframe: 7569982 +run_synth(instancehandle, 4747, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7569982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7569982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7569982 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7570237 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7570339 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7570339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7570492 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7570492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7570492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7570492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7570594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7570594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7570594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 +-- +, 18) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 7571258 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7571258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7571258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 +-- +, 16) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7571768 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 +-- +, 15) +dssi-render: Wrote 2042 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7573810 +run_synth(instancehandle, 2042, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 7576362 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 7576719 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7577127 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 7577638 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 7578403 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7578403 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7578403 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7578403 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7579271 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 2450 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7581721 +run_synth(instancehandle, 2450, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 7582232 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7582232 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7582487 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7582487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7582589 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7582589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7582742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7582742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7582742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7582844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7582844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7582844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7583252 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7583508 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7583508 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 7586060 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7586825 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7588612 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7589122 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7589377 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7589633 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7589990 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7590653 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 7590909 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1122 frames to output.wav +event table last nframe: 7592031 +run_synth(instancehandle, 1122, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7592950 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 7593818 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 7593971 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 7594481 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7594481 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 7594839 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7594839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7594992 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7594992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7594992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7594992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7595094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7595094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7595094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 7595758 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7595758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7595758 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 7596370 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7597289 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1531 frames to output.wav +replaced_event +event table last nframe: 7598820 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 2042 frames to output.wav +removed_note_off_event +event table last nframe: 7600862 +run_synth(instancehandle, 2042, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7601372 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7601474 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7601627 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7602138 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7602393 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7602903 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7602903 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 7603261 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 7604179 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7604281 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7605047 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7605200 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7605966 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7605966 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7605966 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7606731 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7606731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7606731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7606731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 5) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 7606834 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7606987 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7607089 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7607089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7607242 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7607242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7607242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7607344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7607344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7607599 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7607752 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7608008 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7608008 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 7608518 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 7609386 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7609539 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7610304 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7610304 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7611070 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7611836 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7611836 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7612091 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7612856 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7612856 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 7613112 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 7613469 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 7613622 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7613877 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7613877 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 7614235 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7614235 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7614490 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 7614643 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 7615511 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 7616174 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7616276 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7617042 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7617961 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 7618828 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7618981 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7618981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7618981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7618981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 7619339 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7619339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7619492 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7619492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7619492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7619492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7619594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7619594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7619594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7619747 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 7620258 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7620258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7620258 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 13) +dssi-render: Wrote 1122 frames to output.wav +removed_note_off_event +event table last nframe: 7621380 +run_synth(instancehandle, 1122, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7622299 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7622299 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7622554 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 7623065 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7623167 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 7623830 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 7624851 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 7625362 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7625617 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7626127 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7626382 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 7626485 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 7627250 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 7627403 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 7627505 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 154 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7627659 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7627659 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7627659 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7628169 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7628271 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7628424 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +event table last nframe: 7629037 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 7629955 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 7630823 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7630823 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7631231 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7631231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 7631487 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7631589 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7631589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7631742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7631742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7631742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7631742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7631844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7631844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7631844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7632252 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7632507 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7632507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +event table last nframe: 7632610 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 7633375 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 4237 frames to output.wav +removed_note_off_event +event table last nframe: 7637612 +run_synth(instancehandle, 4237, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7638122 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7638377 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7638990 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7639500 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7639500 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7640164 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7640929 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 2) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 7641287 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 1) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 7642205 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 1) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 7643073 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 1) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 7643584 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7643584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7643584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7643584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7643584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7643584 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7643737 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7643737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7643737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7643737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7643737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7643737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7643737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7643839 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7643839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7643839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7643992 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7643992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7643992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7643992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7643992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7643992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7643992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7643992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7643992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 16) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7644094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7644094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 17) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7644349 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 17) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7644757 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7644757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7644757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 15) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 7646544 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7647310 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 1020 frames to output.wav +event table last nframe: 7648330 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 1532 frames to output.wav +event table last nframe: 7649862 +run_synth(instancehandle, 1532, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 12) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 7650627 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7650729 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 7651648 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7652414 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 7653435 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 1122 frames to output.wav +event table last nframe: 7654557 +run_synth(instancehandle, 1122, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7655323 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7655731 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7655731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 7655987 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7656089 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7656089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7656242 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7656242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7656242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7656242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7656344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7656344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7656752 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7657007 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7657007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7657110 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 7658794 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 7659815 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7660580 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 1379 frames to output.wav +event table last nframe: 7661959 +run_synth(instancehandle, 1379, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7662112 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7662367 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7662622 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7662877 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7662877 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7663132 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 7663490 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 7663643 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 7664664 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7665429 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 7665685 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 7666297 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7666705 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 7667216 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7667471 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7667981 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7667981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7667981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7667981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7668083 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 7668339 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7668339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7668339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7668492 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7668492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7668492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7668492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7668594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7668594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7668849 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7669104 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7669257 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7669257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7669257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7669768 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7670023 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7670789 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 7671810 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 1378 frames to output.wav +event table last nframe: 7673188 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 1174 frames to output.wav +event table last nframe: 7674362 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7674617 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7674872 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7675127 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 7675485 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7675740 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7676505 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7676658 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7677424 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 2807 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7680231 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7680231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7680333 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7680333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7680333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7680333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7680333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7680333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 7680487 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7680487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7680487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7680487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7680487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7680487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7680487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7680487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7680487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7680589 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7680589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7680742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7680742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7680742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7680844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7680844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7680844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 18) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7681252 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 18) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7681507 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7681507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 15) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7682783 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 2655 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7685438 +run_synth(instancehandle, 2655, + - 1: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1174 frames to output.wav +removed_note_off_event +event table last nframe: 7686612 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 7687377 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 7687888 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 12) +dssi-render: Wrote 612 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 7688500 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7688653 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7688755 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 1685 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 7690440 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7691205 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 7692226 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 7692839 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7692839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7692992 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7692992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7692992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7692992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7692992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7692992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7692992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7693094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7693094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 7693757 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7693757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7693757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +event table last nframe: 7694778 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7695544 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 7696412 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 7697330 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 7698198 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 7698862 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7699117 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 7699474 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7699627 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7699729 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 7699985 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7700138 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7700648 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7700750 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7700903 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7700903 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7701005 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7701924 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 7702792 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 7703455 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 7703711 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7704221 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7704731 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7704731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 7704987 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7705089 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7705089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7705089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7705242 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7705242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7705242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7705344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7705344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7705344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7705752 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7705752 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7706007 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7706007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 7706263 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7706518 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7706773 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7707028 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 7707896 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7708304 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7708406 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7709325 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 7710193 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 7710856 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 7711112 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7711112 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7711622 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7711622 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7711622 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7711724 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7711877 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7711979 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7712234 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 7712898 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7713000 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7713153 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7713153 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 7713664 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7713919 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 7715705 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 7716573 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7716726 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7716981 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7716981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7716981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7716981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 7717339 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7717339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7717339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7717492 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7717492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7717492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7717492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7717492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7717594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7717594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7717594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 16) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7717747 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 16) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7718257 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7718257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7718257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7718257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 14) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 7718513 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 7719380 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1021 frames to output.wav +replaced_event +event table last nframe: 7720401 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 7721065 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 7721677 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7721932 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 7722086 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 7722596 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7722851 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 7723362 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7723464 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7723872 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7723872 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7724127 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7724229 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1174 frames to output.wav +replaced_event +event table last nframe: 7725403 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 7725914 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7726424 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7726934 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7727190 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7727292 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7727802 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7728057 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 4) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7728976 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7729231 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7729231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 7729487 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7729487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7729589 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7729589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7729589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7729742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7729742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7729742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7729742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7729844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7729844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7729844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 72 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7730252 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 72 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7730507 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7730507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 72 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7730507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 7730763 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7731273 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7732039 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7732294 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7733059 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 7733162 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7733672 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 7734438 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 7734591 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7735101 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7735101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 7735458 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 7735612 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7736122 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7736377 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7736377 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 3573 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7739950 +run_synth(instancehandle, 3573, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7741583 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7741583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 110 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7741583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7741583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7741583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7741583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 7741737 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7741737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7741737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7741737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7741737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7741737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7741737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7741737 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7741839 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7741839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7741839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7741992 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7741992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7741992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7741992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7741992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7741992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7741992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7741992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 17) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7742094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 +-- +, 18) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 7742757 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7742757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7742757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 +-- +, 16) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7743268 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 +-- +, 15) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 7743625 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 +-- +, 14) +dssi-render: Wrote 2297 frames to output.wav +event table last nframe: 7745922 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 7746177 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 +-- +, 14) +dssi-render: Wrote 1685 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 7747862 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 12) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 7748627 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7749648 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 7749750 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 7750669 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 3062 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 7753731 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7753731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 7753987 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7753987 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7754089 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7754089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7754242 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7754242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7754242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7754344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7754344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7754344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7754752 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7755007 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7755007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7755007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 2808 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7757815 +run_synth(instancehandle, 2808, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7759448 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 7760112 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7760367 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7760469 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7760877 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 7761388 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7761490 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7761490 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7762255 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7763021 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7763940 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 7764807 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7765573 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7765981 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7765981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7765981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7765981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 7766339 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7766339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7766339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7766492 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7766492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7766492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7766492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7766594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7766594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7766594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 7767257 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7767257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7767257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7767257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7768533 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1379 frames to output.wav +removed_note_off_event +event table last nframe: 7769912 +run_synth(instancehandle, 1379, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 7770830 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 7771596 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7771851 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7771953 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7772362 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7772617 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7773127 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7773127 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7773382 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 2144 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7775526 +run_synth(instancehandle, 2144, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7776445 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 1786 frames to output.wav +removed_note_off_event +event table last nframe: 7778231 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7778231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7778333 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7778333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7778333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7778333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7778333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7778333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 7778487 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7778487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7778487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7778487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7778487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7778487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7778487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7778487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7778487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7778487 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7778589 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7778589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7778589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7778742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7778742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7778742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 16) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7778844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7778844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7778844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 +-- +, 19) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7779252 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 19: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 +-- +, 19) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7779507 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7779507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 +-- +, 17) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7780273 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 +-- +, 16) +dssi-render: Wrote 4339 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7784612 +run_synth(instancehandle, 4339, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 15) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 7785377 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7786755 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 +-- +, 14) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 7787419 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7787674 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7788184 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7788184 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 2655 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7790839 +run_synth(instancehandle, 2655, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7790839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7790839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7790992 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7790992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7790992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7790992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7790992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7791094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7791094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7791349 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7791757 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7791757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7791757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 7792268 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7792268 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 1531 frames to output.wav +event table last nframe: 7793799 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7793901 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7794667 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7794820 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 7795432 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7796351 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7796861 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 7797219 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7797627 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7797984 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7797984 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 664 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7798648 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7798903 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 5) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 7799924 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7800690 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 5) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 7801557 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 7801813 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 5) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 7802731 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7802731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7802731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7802986 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 8) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 7803089 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7803089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7803242 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7803242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7803242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7803242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7803344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7803344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7803497 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7803497 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7803752 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7803854 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7804007 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7804007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 7804263 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7804365 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7805130 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 409 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7805539 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7805641 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7805641 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7805794 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7805896 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7806661 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 7806917 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7807325 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7807580 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7807835 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 7808448 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7808958 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7809111 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 7809367 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7809877 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7809877 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7810132 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 7810388 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7810388 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7810745 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7811000 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7811153 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7811153 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 7811510 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 7812174 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 7813042 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7813807 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 7814216 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7814471 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7814726 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7814981 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7814981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7814981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7814981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7814981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 7815339 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7815339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7815339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7815339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7815492 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7815492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7815492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7815492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7815594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7815594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7815594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7816002 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7816104 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7816257 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7816257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7816257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 7816513 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7816615 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 7816768 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7817023 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 7817380 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 7817789 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7818554 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7818656 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 7819065 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7819320 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7819575 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 7820188 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7820443 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 7821361 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 7821617 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7822127 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 7822893 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7823148 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7823403 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7823658 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7823658 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7823658 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 7824169 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7824271 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7824271 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7824526 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 7825292 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7825955 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7825955 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7826210 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 7826823 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7827231 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7827231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7827486 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7827486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 7827589 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7827589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7827589 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7827742 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7827742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7827742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7827844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7827844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7827997 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7828252 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7828507 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 1889 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7830396 +run_synth(instancehandle, 1889, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 2297 frames to output.wav +removed_note_off_event +event table last nframe: 7832693 +run_synth(instancehandle, 2297, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7833458 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7833611 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 7833867 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 101 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7834377 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 101 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7834632 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +event table last nframe: 7835245 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7835653 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7835653 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7836164 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7836674 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7836929 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 7837440 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 7837797 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7838562 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 7838716 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7839481 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7839583 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7839583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7839583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7839583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7839736 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7839736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7839736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7839736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7839736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7839736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7839736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 7839839 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7839839 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7839992 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7839992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7839992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7839992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7839992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7839992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7839992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7840094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 56 velocity: 122 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7840247 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 56 velocity: 122 tick: 0 +-- +, 15) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7840757 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 56 velocity: 122 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7840757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 122 tick: 0 +-- +, 14) +dssi-render: Wrote 2042 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7842799 +run_synth(instancehandle, 2042, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 122 tick: 0 +-- +, 13) +dssi-render: Wrote 3062 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7845861 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 7846627 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 122 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7846729 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7847648 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7848158 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7848516 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7848516 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1429 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7849945 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 7851731 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7851731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7851986 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 8) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 7852089 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7852089 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7852242 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7852242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7852344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7852344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7852344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7852752 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7853007 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +event table last nframe: 7854130 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 7854794 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +event table last nframe: 7855815 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 10) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 7856682 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 10) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7857601 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7858111 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 7858724 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7858877 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7859387 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7859387 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7859387 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 868 frames to output.wav +replaced_event +event table last nframe: 7860255 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7860255 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 3726 frames to output.wav +event table last nframe: 7863981 +run_synth(instancehandle, 3726, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7863981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7863981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7863981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 80 velocity: 122 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7864236 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7864236 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 7864339 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7864339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7864339 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7864492 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7864492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7864492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7864594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7864594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7864594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 18) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 7865257 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 90 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7865257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 17) +dssi-render: Wrote 1634 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7866891 +run_synth(instancehandle, 1634, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 16) +dssi-render: Wrote 3062 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7869953 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 7870361 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 12) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 7870719 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7871127 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7871127 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7871637 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7872148 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7872403 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7872505 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7872914 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7873169 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 7873781 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 1685 frames to output.wav +event table last nframe: 7875466 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7876231 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7876231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7876486 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7876486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7876588 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7876588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 +-- +, 9) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 7876742 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7876742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7876742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7876844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7876844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7876844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7877252 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 7877252 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7877507 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7877507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 13) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7878120 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7878120 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 2807 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7880927 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7882611 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 7883122 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7883377 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7883990 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 7884143 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7884653 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7884653 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 7885010 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 +-- +, 2) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7885929 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 +-- +, 2) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7886695 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 +-- +, 2) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7886797 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 +-- +, 2) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 7888481 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7888481 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7888481 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 7888838 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7888838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 7888992 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7888992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7888992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7888992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7889094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7889094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7889094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7889349 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7889757 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7889757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7889757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7889859 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +event table last nframe: 7890268 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 2552 frames to output.wav +replaced_event +event table last nframe: 7892820 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +event table last nframe: 7893687 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 7894096 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7894606 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7894861 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7894963 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 7895372 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7895372 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7895627 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7895882 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7896137 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 7896240 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7896750 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7896903 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7897158 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7897158 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 4) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 7897669 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7897924 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7897924 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7898434 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 7898945 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 7899302 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7899710 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7899812 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 7900221 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7900476 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7900578 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7900731 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7900731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7900986 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7901088 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7901088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7901088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 7901242 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7901242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7901242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7901344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7901344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7901497 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7901752 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7902007 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7902007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 7903538 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 7904559 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 7904815 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7905325 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7905580 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7905682 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7905937 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 7906193 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7906601 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 7906958 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7907111 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 7907367 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7907367 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7907877 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7907877 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7908387 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 7909153 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7909255 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7909408 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 7909919 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7910021 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7910021 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7910786 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7910786 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 7911807 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 4) +dssi-render: Wrote 1174 frames to output.wav +event table last nframe: 7912981 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7912981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7912981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7912981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 7913338 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7913338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 7913492 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7913492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7913492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7913492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7913594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7913594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7913594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 15) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 7914257 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7914257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7914257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7915788 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 7916146 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7916911 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7916911 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7917677 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7917830 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7918596 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7918596 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 7919361 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7919463 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7919463 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 409 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7919872 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7920127 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7920382 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7920382 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 7921148 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7921148 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7921250 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 9) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7922169 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7923292 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7923292 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 7923445 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 7924721 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7925231 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7925231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7925231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7925486 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7925486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7925588 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7925588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 7925742 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7925742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7925742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7925844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7925844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7925844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7926252 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7926354 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7926507 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7926507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 7927273 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7927273 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7927375 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 7928141 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1684 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7929825 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7929825 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 5) +dssi-render: Wrote 1123 frames to output.wav +replaced_event +event table last nframe: 7930948 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 5) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 7931611 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 7931969 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7932377 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 7932734 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7932887 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 4441 frames to output.wav +event table last nframe: 7937328 +run_synth(instancehandle, 4441, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7937481 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7937583 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7937583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7937583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7937583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7937583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7937583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 7937736 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7937736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7937736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7937736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7937736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7937838 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7937838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 7937992 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7937992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7937992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7937992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7937992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7937992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7937992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7937992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7938094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 7938757 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7938757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7938757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7938757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 2399 frames to output.wav +replaced_event +event table last nframe: 7941156 +run_synth(instancehandle, 2399, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 2705 frames to output.wav +removed_note_off_event +event table last nframe: 7943861 +run_synth(instancehandle, 2705, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 7944627 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7945648 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7945648 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 7945648 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7946516 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 3215 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7949731 +run_synth(instancehandle, 3215, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7949731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7949986 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7950088 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7950088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 7950242 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7950242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7950242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7950344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7950344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7950344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7950752 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7950854 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7951007 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7951007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 4441 frames to output.wav +removed_note_off_event +event table last nframe: 7955448 +run_synth(instancehandle, 4441, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 7955703 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 7956111 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 7956367 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7956877 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7957132 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7957234 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 +-- +, 7) +dssi-render: Wrote 4747 frames to output.wav +removed_note_off_event +event table last nframe: 7961981 +run_synth(instancehandle, 4747, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7961981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7961981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7961981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7962236 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7962338 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7962338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 7962492 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7962492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7962492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7962492 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7962594 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7962594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7962594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 +-- +, 18) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 7963257 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7963257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7963257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 +-- +, 16) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 7963768 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7964278 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 4083 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 7968361 +run_synth(instancehandle, 4083, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 7968719 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7969127 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 7969637 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 7970403 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7970403 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7970403 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7970403 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7971271 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 2450 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7973721 +run_synth(instancehandle, 2450, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 +-- +, 4) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7974231 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7974231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7974486 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7974486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7974588 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7974588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 7974742 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7974742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7974742 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7974844 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7974844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7974844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 7975252 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7975507 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7975507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 12) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 7978059 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 7978059 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 7980611 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 10) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 7981122 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7981377 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7981632 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7981989 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7982653 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 7982908 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 7984031 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 7984950 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 7985818 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 7986481 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7986481 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 7986838 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7986838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 7986992 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7986992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7986992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7986992 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7987094 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7987094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7987094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 7987757 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7987757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7987757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 7987757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 7988370 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 7989288 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 1532 frames to output.wav +replaced_event +event table last nframe: 7990820 +run_synth(instancehandle, 1532, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 2041 frames to output.wav +removed_note_off_event +event table last nframe: 7992861 +run_synth(instancehandle, 2041, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 7993219 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7993372 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 7993474 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7993627 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7994137 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7994137 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 7994393 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 7994903 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 7994903 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7994903 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 7995260 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 7995771 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7996179 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7996689 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 7997047 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 7997455 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 7997965 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7997965 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 7998476 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7998731 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7998731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7998731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7998731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7998986 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 7999088 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 7999088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 +-- +, 6) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 7999242 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7999242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7999242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7999242 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 7999344 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 7999344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 7999599 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 7999752 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8000007 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8000007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 8000109 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 8001385 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 8002304 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8002559 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8003070 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8003580 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8003835 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8003835 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8004346 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8004856 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8005111 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 8005469 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 8005622 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8005877 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8006132 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8006234 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8006234 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8006489 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 1430 frames to output.wav +removed_note_off_event +event table last nframe: 8007919 +run_synth(instancehandle, 1430, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8008174 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 8009041 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 8009960 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 8010828 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8010981 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8010981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8010981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8010981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 8011338 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8011338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8011491 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8011491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8011491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8011491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 8011594 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8011594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8011594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8011747 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 8012257 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8012257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8012257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 13) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +event table last nframe: 8013380 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 8013788 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 8014299 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8014299 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 8015064 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8015166 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 8015830 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 8016851 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8017361 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8017616 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 8018127 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8018382 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8018484 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 8019250 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 8019403 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 8019505 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8019658 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8019658 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8019658 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 8020169 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 8020271 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 8020424 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 4) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 8021036 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 8021955 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 8022823 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8022823 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 8023231 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8023231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8023486 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8023588 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8023588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8023741 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8023741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8023741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8023741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 8023741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 9) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +event table last nframe: 8023844 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8023844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8023844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 8024252 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8024507 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8024507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 8024609 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 5002 frames to output.wav +event table last nframe: 8029611 +run_synth(instancehandle, 5002, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 8030122 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8030377 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8030989 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8031500 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8031500 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8032163 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8032929 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 2) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 8033286 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 1) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8034052 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 1) +dssi-render: Wrote 1531 frames to output.wav +event table last nframe: 8035583 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8035583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8035583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8035583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8035583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8035583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8035736 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8035736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8035736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8035736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8035736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8035736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8035736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8035838 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8035838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8035991 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8035991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8035991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8035991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8035991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8035991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8035991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8035991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 16) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 8036094 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8036094 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 73 velocity: 127 tick: 0 +-- +, 17) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8036349 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 73 velocity: 127 tick: 0 +-- +, 17) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 8036757 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 73 velocity: 127 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8036757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 73 velocity: 127 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +replaced_event +event table last nframe: 8036757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 73 velocity: 127 tick: 0 +-- +, 15) +dssi-render: Wrote 3420 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 8040177 +run_synth(instancehandle, 3420, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 73 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8041096 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8041861 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 8042627 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 8042729 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 8043648 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 8044260 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 8044413 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8045179 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8045434 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 8046557 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8047323 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 8047731 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8047731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 48 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8047986 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 48 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8048088 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 48 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8048088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 48 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8048241 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 48 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8048241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 48 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8048241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 48 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8048241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 48 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 +-- +, 10) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 8048344 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 48 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8048344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 48 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8048344 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 48 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 8048752 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 48 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8049007 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 48 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 61 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 68 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8049007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 48 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8049109 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 80 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 48 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8049262 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 48 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1532 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8050794 +run_synth(instancehandle, 1532, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 48 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1020 frames to output.wav +event table last nframe: 8051814 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 48 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 8052427 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 48 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8052580 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 48 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8053346 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 48 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8054111 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 48 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8054366 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 48 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8054622 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8054877 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8055132 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 56 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 8055489 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +event table last nframe: 8056510 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 8057429 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8057684 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 8058705 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8059471 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8059981 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8059981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8059981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8059981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 8060338 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8060338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8060338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8060491 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8060491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8060491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8060491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 8060594 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 80 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8060594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 80 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8060594 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 80 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8061104 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 80 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 8061257 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 80 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8061257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 80 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 74 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8061257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 80 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 8061512 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 8062788 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 8063809 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 8064677 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 8065596 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 80 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 8066361 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8066616 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8066872 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8067127 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 8067484 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8067739 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 8068505 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8068658 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8068760 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 8069424 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8069679 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 8072231 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8072231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8072333 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8072333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8072333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8072333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8072333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8072333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 82 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8072486 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 82 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8072486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 82 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8072486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8072486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 8072486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8072486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8072486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8072486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8072486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8072588 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8072588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8072741 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8072741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8072741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 +-- +, 14) +dssi-render: Wrote 103 frames to output.wav +event table last nframe: 8072844 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8072844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8072844 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 +-- +, 17) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 8073252 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 +-- +, 17) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8073507 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 69 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8073507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8073762 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 3165 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8076927 +run_synth(instancehandle, 3165, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8077437 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 409 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8077846 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8078611 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 8079377 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 8079887 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 84 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 613 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 8080500 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 94 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8080653 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 8080755 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 8081010 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 8081929 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 2909 frames to output.wav +removed_note_off_event +event table last nframe: 8084838 +run_synth(instancehandle, 2909, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8084838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8084991 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 56 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8084991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8084991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8084991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8084991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8084991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8085093 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8085093 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 70 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8085093 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 70 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 80 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 8085757 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 70 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 80 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8085757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 127 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 80 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8085757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 56 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8086012 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 56 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 3165 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8089177 +run_synth(instancehandle, 3165, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 56 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 8090096 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 56 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 70 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 8090861 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 56 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 8091474 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 56 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 8091627 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 56 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8091729 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 56 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 8092137 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 56 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 8092648 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8092903 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8092903 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 8093005 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8093260 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 8093924 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8094179 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 8094791 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 8095710 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 8096731 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8096731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8096986 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8097088 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8097088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8097241 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8097241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8097241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8097343 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8097343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8097343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8097343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 8097752 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 8097752 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 84 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8098007 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 38 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8098007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8098262 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 8098262 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8098517 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8099028 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 8099385 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8099896 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 8100304 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 8101427 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8102346 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8102856 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8103111 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 54 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 8103622 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 54 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8103622 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8103622 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8103724 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8103877 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 8104234 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 48 velocity: 56 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 8105000 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 41 velocity: 66 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8105153 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8105153 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 1) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 8105510 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 8105918 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 8106429 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 2) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +event table last nframe: 8107705 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 1) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 8108573 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 1) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8108726 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 1) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8108981 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8108981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8108981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8108981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 8109338 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8109338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8109338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8109491 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8109491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8109491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8109491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8109491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8109593 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8109593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8109593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 84 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 8109747 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 84 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 8110257 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 84 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8110257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 84 velocity: 127 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8110257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8110512 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 8110512 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 8111380 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 8113064 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 8113677 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8113677 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8113932 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 8114085 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 8114596 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 8114596 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8114851 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8115361 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8115463 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 8) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 8115872 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8115872 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8116127 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 127 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 8116229 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 1174 frames to output.wav +replaced_event +event table last nframe: 8117403 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 8117760 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8117913 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8118424 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8118679 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8118934 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8119189 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8119291 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 8119802 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8120057 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8120567 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 8121231 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8121231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8121486 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8121588 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8121588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8121588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8121741 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8121741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8121741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8121741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8121843 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8121843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 64 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8121843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 8122252 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 33 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 64 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8122507 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 58 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 64 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8122507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 64 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8122762 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8122762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8123273 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 8124038 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8124293 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8125059 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8125161 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8125672 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8125927 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 53 velocity: 53 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 8126437 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 64 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 8126590 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 64 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 8126846 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 64 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8127101 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 68 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8127101 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 8127458 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8127611 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 60 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8128122 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8128377 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 8128377 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +event table last nframe: 8130010 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 8130929 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 127 tick: 0 +-- +, 4) +dssi-render: Wrote 1888 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8132817 +run_synth(instancehandle, 1888, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 154 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8132971 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 1) +dssi-render: Wrote 612 frames to output.wav +replaced_event +event table last nframe: 8133583 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8133583 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8133583 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8133583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8133583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8133583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8133736 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8133736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8133736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8133736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8133736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8133736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8133736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8133736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8133838 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8133838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8133838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8133838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8133991 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8133991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8133991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8133991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8133991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8133991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8133991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8133991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8133991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 +-- +, 18) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 8134757 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 17: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 18: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 +-- +, 18) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8134757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8134757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 +-- +, 16) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8135012 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8135267 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 +-- +, 15) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +event table last nframe: 8136543 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8137309 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 8137922 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 8138177 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 8138177 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 8139861 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 8140627 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 8141648 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 8141750 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 918 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 8142668 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 3063 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 8145731 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8145731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8145833 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 8145986 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8146088 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8146088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8146241 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8146241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8146241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8146343 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8146343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 8146752 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 63 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8147007 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 65 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8147007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 2807 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8149814 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 1634 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8151448 +run_synth(instancehandle, 1634, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 8152111 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8152366 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8152468 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 6) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 8152877 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 8153387 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8153489 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8153489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8154255 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8154510 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 87 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 8155021 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 8155939 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 8156807 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8157573 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 8157981 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8157981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8157981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8157981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8157981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 8158338 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8158338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8158338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8158491 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8158491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8158491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8158491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8158593 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8158593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 8158849 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8158849 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 87 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 8159257 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 87 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8159257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 87 velocity: 118 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8159257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 87 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8160533 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 87 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +event table last nframe: 8161911 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 87 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 8162319 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 87 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8162830 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 87 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8163085 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 87 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 8163596 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 87 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 8163698 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 87 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8163851 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 87 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8163953 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 87 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8164361 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 87 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8164616 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 87 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 8165127 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 87 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8165127 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 87 velocity: 118 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8165382 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 87 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 2144 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8167526 +run_synth(instancehandle, 2144, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 87 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8168291 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 87 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8168444 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8170231 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8170231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8170333 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8170333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8170333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8170333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8170333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8170333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 8170486 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8170486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8170486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8170486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8170486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8170486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8170486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8170486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8170486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8170486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8170588 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8170588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8170588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8170741 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8170741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8170741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8170843 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8170843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8170843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 44 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 17) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 8171252 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 65 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 17) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8171507 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 46 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8171507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8171762 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8171762 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 +-- +, 15) +dssi-render: Wrote 2654 frames to output.wav +event table last nframe: 8174416 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 +-- +, 15) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8175182 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 +-- +, 15) +dssi-render: Wrote 1429 frames to output.wav +event table last nframe: 8176611 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 54 velocity: 58 tick: 0 +-- +, 16) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 8177377 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 8178755 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 +-- +, 15) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 8179418 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 8179674 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 8180184 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 92 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8182736 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8182838 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8182838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8182838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8182991 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8182991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8182991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8182991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8182991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8183093 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8183093 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 8183757 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 122 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8183757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 102 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8183757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 8184267 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 4594 frames to output.wav +event table last nframe: 8188861 +run_synth(instancehandle, 4594, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 8189627 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8189984 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8190648 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8190903 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 8191668 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8192434 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 8193302 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8193812 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 8194220 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8194731 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8194731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8194731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8194986 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8194986 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8195088 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8195088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8195241 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8195241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8195241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8195241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8195343 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8195343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 8195497 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 46 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8195752 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 8195854 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 68 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 8196007 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 56 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8196007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 8196364 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 8196773 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8196773 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 8197640 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8197640 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8198406 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8198406 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8198916 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 8199325 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8199835 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8200090 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8200958 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8201111 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8201877 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 54 velocity: 43 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 8201877 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8201877 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8202387 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8202387 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8202744 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8202744 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 8203153 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 8203153 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 8203510 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8203663 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8204174 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 8204531 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8205041 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 8205450 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 8205807 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 8206215 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8206215 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8206726 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8206981 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8206981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8206981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8206981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8206981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8207083 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8207338 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8207338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8207338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8207491 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8207491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8207491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8207491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8207593 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8207593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 8208002 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 116 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8208257 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 124 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8208257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 54 velocity: 104 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8208257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8208512 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8208614 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 8208767 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 8209380 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8209635 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8210145 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 8210554 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8210554 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8211064 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8211319 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8211319 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 8212187 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8212340 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8213106 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8213361 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8213616 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 14) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 8213974 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 54 velocity: 45 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 8214127 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 14) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 8214892 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8214892 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 8215148 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8215403 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8215658 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8215658 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8215658 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8216168 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8216270 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8216270 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 8216526 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 8217291 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 8217444 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8217955 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8217955 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8218210 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8218312 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8218823 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8218976 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8219231 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8219231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8219486 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8219486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8219588 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8219588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8219588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8219741 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8219741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8219741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8219741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8219843 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8219843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8219996 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 54 velocity: 55 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 8220252 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 67 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8220507 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8220507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 8220864 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 4747 frames to output.wav +event table last nframe: 8225611 +run_synth(instancehandle, 4747, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8225866 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 54 velocity: 57 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 12) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 8226377 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 54 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8226632 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 87 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8226887 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 87 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8227653 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8227653 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8228674 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 8229439 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 8229796 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8230562 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 8230715 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8231481 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8231583 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8231583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8231583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 80 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 8231736 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8231736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8231736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8231736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8231736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 8231736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8231736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8231736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8231838 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8231838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8231838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8231991 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8231991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8231991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8231991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8231991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8231991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8231991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8231991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8232246 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 49 velocity: 120 tick: 0 +-- +, 15) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 8232757 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8232757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 2042 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8234799 +run_synth(instancehandle, 2042, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 3930 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8238729 +run_synth(instancehandle, 3930, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 8239648 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8240515 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8240515 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1685 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8242200 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8243067 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 8243731 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8243731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 8244088 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8244088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8244088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8244241 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8244241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8244241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8244241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 72 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8244241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 72 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8244343 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 72 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8244343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 72 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 14) +dssi-render: Wrote 664 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8245007 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 72 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8245007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8245007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 5717 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8250724 +run_synth(instancehandle, 5717, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8251132 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8251387 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 8251387 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8252255 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 2195 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8254450 +run_synth(instancehandle, 2195, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 8255981 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8255981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8255981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8255981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8256236 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8256338 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8256338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8256338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8256491 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8256491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8256491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8256491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 57 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8256593 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 57 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8256593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 57 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 17) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 8257257 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8257257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 16) +dssi-render: Wrote 4696 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8261953 +run_synth(instancehandle, 4696, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 15) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 8262718 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 14) +dssi-render: Wrote 409 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 8263127 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 14) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8263637 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8264147 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 8264403 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8264505 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8264913 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8265168 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +event table last nframe: 8265781 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 8265934 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8266802 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 4) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 8267465 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8268231 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8268231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8268486 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8268588 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8268588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8268588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8268741 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8268741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8268741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8268741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 60 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8268741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 60 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8268843 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 60 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8268843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 60 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 8269252 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 60 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8269507 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 60 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8269507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8269507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 8270119 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 5002 frames to output.wav +replaced_event +event table last nframe: 8275121 +run_synth(instancehandle, 5002, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 8275989 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 8276142 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8276653 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 8276653 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 8277010 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8277265 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 8277929 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 8278694 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8278796 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 8278950 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 8280481 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8280481 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8280481 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 8280838 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8280838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8280838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8280991 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8280991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8280991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8280991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8281093 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8281093 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 8281349 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 8281757 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8281757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 8282267 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 2552 frames to output.wav +replaced_event +event table last nframe: 8284819 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +event table last nframe: 8285687 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 8286606 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 8287371 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8287371 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8288137 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8288239 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 8288903 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8289158 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8289158 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 8289668 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8289668 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8289924 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8289924 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8290179 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 8290944 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8291710 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8291812 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 8292476 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8292578 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8292731 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8292731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 8293088 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8293088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8293088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8293241 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8293241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8293241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8293241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 48 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8293241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 48 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8293343 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 48 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8293343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 48 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8293496 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 48 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8294007 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 48 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8294007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8294007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 2807 frames to output.wav +removed_note_off_event +event table last nframe: 8296814 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8297580 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8297682 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8297937 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 8298601 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8298601 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 8299366 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8299366 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 8300387 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8301153 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8301255 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 8301408 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 8301918 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8302020 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8302020 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 8302684 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 8302786 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8302786 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 8303807 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8304062 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +event table last nframe: 8304981 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8304981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8304981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8304981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 8305338 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8305338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8305338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8305491 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8305491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8305491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8305491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 57 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8305593 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 57 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8305593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 57 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 8306257 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8306257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 14) +dssi-render: Wrote 1888 frames to output.wav +removed_note_off_event +event table last nframe: 8308145 +run_synth(instancehandle, 1888, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8308911 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8308911 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8309677 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8309830 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 8310595 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8310595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 8311463 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8311463 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8311871 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8312382 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8312382 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 8313147 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8313147 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 8313250 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 918 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8314168 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8315291 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8315291 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 8315444 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 8316720 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 8317231 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8317231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8317231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 8317588 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8317588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8317741 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8317741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8317741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 31 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8317741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8317843 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8317843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8318354 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 31 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8318507 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 31 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8318507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8318507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 8319272 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 8320038 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 8320140 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 8320906 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8320906 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 8321825 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8321825 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 8322590 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 8322947 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +event table last nframe: 8323968 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8324734 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8324887 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 4441 frames to output.wav +replaced_event +event table last nframe: 8329328 +run_synth(instancehandle, 4441, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8329481 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8329583 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8329583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8329583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8329583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8329583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8329583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8329736 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8329736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8329736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8329736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8329736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8329838 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8329838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8329838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8329991 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8329991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8329991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8329991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8329991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8329991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8329991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8329991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 57 velocity: 80 tick: 0 +-- +, 16) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 8330757 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8330757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 2399 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8333156 +run_synth(instancehandle, 2399, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 4491 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8337647 +run_synth(instancehandle, 4491, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8337647 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8337647 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8338515 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 3216 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8341731 +run_synth(instancehandle, 3216, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8341731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 8342088 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8342088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8342241 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8342241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8342241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 49 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8342241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 49 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8342343 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 49 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8342343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 49 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 14) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 8343007 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 49 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8343007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8343007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 12) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8343619 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 11) +dssi-render: Wrote 3471 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8347090 +run_synth(instancehandle, 3471, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 8347447 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 8347703 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8348366 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8349132 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8349234 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 4747 frames to output.wav +removed_note_off_event +event table last nframe: 8353981 +run_synth(instancehandle, 4747, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8353981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8353981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8353981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8354236 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8354338 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8354338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8354338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8354491 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8354491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8354491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8354491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 120 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8354593 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 120 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8354593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 120 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 8355257 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8355257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8355767 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 4951 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8360718 +run_synth(instancehandle, 4951, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8361637 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8362403 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8362403 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8362403 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8362403 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 867 frames to output.wav +replaced_event +event table last nframe: 8363270 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 2450 frames to output.wav +removed_note_off_event +event table last nframe: 8365720 +run_synth(instancehandle, 2450, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8366231 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8366231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8366486 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8366486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8366588 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8366588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8366588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8366741 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8366741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8366741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8366741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 50 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8366741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 50 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8366843 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 50 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8366843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 50 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 8367507 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 50 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8367507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 50 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8367507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8367507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 8370059 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 3062 frames to output.wav +replaced_event +event table last nframe: 8373121 +run_synth(instancehandle, 3062, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8373632 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8373989 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8374653 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8374908 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8375163 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8375163 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +event table last nframe: 8376031 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 8376949 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 8377817 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 8378481 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8378481 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 8378838 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8378838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8378838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8378991 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8378991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8378991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8378991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 72 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8379093 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 72 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8379093 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 72 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 14) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 8379757 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8379757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 8380369 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 8381288 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 1531 frames to output.wav +replaced_event +event table last nframe: 8382819 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8385371 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 8385473 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 8386137 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8386392 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 8386903 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8386903 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 8387260 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 8388179 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 8389046 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 8389965 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8389965 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8390731 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8390731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8390731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 8391088 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8391088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8391241 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8391241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8391241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 44 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8391241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 44 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8391343 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 44 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8391343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 44 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 8392007 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 44 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8392007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 44 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8392007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8392007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +event table last nframe: 8393385 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8394304 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8395069 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8395835 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8395835 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 8396856 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8396958 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8397468 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 8397621 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 8398234 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8398234 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8398489 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +event table last nframe: 8400173 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 8401041 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 8401960 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 8402828 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8402981 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8402981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8402981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8402981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 8403338 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8403338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8403338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8403491 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8403491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8403491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 120 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8403593 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8403593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8403746 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 8404257 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8404257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 13) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +event table last nframe: 8405380 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 8406298 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8406298 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8407064 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8407166 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 8407830 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 1020 frames to output.wav +event table last nframe: 8408850 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8409616 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8410382 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8410484 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 8411249 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 154 frames to output.wav +removed_note_off_event +event table last nframe: 8411403 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8411505 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8411658 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8411658 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8411658 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 8412168 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 8412270 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 8412423 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +event table last nframe: 8413036 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 8413955 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 8414822 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 8415231 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8415231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8415486 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8415588 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8415588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8415588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8415741 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8415741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8415741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8415741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 50 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8415741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 50 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 120 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8415843 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 50 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8415843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 50 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 120 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 8416507 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 50 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8416507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8416507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 8416609 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 5512 frames to output.wav +replaced_event +event table last nframe: 8422121 +run_synth(instancehandle, 5512, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8422989 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8423499 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8423499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8424163 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8424929 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 8425286 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 8425949 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1634 frames to output.wav +removed_note_off_event +event table last nframe: 8427583 +run_synth(instancehandle, 1634, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8427583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 8427583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8427583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8427583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8427583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8427736 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8427736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8427736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8427736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8427736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8427736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8427736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8427838 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8427838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8427838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8427991 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8427991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8427991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8427991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8427991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8427991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8427991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 57 velocity: 78 tick: 0 +-- +, 17) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8428093 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 57 velocity: 78 tick: 0 +-- +, 17) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8428348 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 57 velocity: 78 tick: 0 +-- +, 16) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 8428757 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8428757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 5972 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 8434729 +run_synth(instancehandle, 5972, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 14) +dssi-render: Wrote 918 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 8435647 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 8436413 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 8437434 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 8438557 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 8439322 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 8439731 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8439731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 8440088 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8440088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8440241 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8440241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8440241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8440241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 58 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8440241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8440343 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8440343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 58 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 8441007 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 58 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8441007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8441007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 8441109 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 8442793 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 613 frames to output.wav +replaced_event +event table last nframe: 8443406 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 8443814 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8444580 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 1786 frames to output.wav +replaced_event +event table last nframe: 8446366 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8446621 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8447132 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 8447489 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 2195 frames to output.wav +removed_note_off_event +event table last nframe: 8449684 +run_synth(instancehandle, 2195, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 8450705 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 8451981 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8451981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8451981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8451981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 8452338 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8452338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8452338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8452338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8452491 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8452491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8452491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 57 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8452593 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 57 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8452593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 57 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8453104 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 57 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 8453257 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8453257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +event table last nframe: 8454022 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8454788 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 8455809 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 2807 frames to output.wav +replaced_event +event table last nframe: 8458616 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8458871 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8459484 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8459739 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8460505 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8460658 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8461423 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 2808 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8464231 +run_synth(instancehandle, 2808, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8464231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8464333 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8464333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8464333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8464333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8464333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8464333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 8464486 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8464486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8464486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8464486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8464486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 8464486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8464486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8464486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8464486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8464588 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8464588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8464588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8464741 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8464741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8464741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 49 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8464741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 49 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8464843 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 49 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8464843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 49 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 8465507 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 49 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8465507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8465507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 3930 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8469437 +run_synth(instancehandle, 3930, + - 1: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 2450 frames to output.wav +removed_note_off_event +event table last nframe: 8471887 +run_synth(instancehandle, 2450, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 612 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 8472499 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8472652 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 8472755 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 3828 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8476583 +run_synth(instancehandle, 3828, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8476838 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8476838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8476838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8476991 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8476991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8476991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8476991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8476991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 69 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8477093 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 69 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8477093 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 69 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 8477757 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8477757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 11) +dssi-render: Wrote 5716 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8483473 +run_synth(instancehandle, 5716, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 8483626 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 8483729 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 8484137 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 8484494 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 8484647 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8484902 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8484902 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +event table last nframe: 8485005 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 8485923 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 8486281 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8486791 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8487046 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 8487710 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 8488067 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 664 frames to output.wav +event table last nframe: 8488731 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8488731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 8489088 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8489088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8489241 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8489241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8489241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 42 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8489241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 42 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8489343 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 42 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8489343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 42 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8489343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 42 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 8489751 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 42 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 8490007 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 42 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8490007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8490007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8490262 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8490517 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8491027 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 8491385 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8491895 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 8492304 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 8493171 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8493937 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 8494856 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8494856 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8494856 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 8495621 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8495621 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8495621 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8495723 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8496234 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 8496999 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8497152 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8497152 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8497918 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1787 frames to output.wav +event table last nframe: 8499705 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 8500572 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8500725 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 8500981 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8500981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8500981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8500981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 8501338 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8501338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8501338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8501491 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8501491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8501491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8501491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8501593 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8501593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8501746 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8502257 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 8502257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8502257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8502512 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 8503380 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1684 frames to output.wav +event table last nframe: 8505064 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 8505676 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 8505932 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 8506085 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 8506595 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8506850 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 8507463 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 8507871 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8507871 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 8508228 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1174 frames to output.wav +replaced_event +event table last nframe: 8509402 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 8509913 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8510423 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8510934 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8511189 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8511291 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8511801 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 8512057 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 8512975 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 8513231 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8513231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8513486 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8513588 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8513588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8513588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8513741 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8513741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8513741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8513741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 57 velocity: 54 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8513741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 57 velocity: 54 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8513843 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 57 velocity: 54 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8513843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 57 velocity: 54 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 8514507 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 57 velocity: 54 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8514507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8514507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8514762 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8515272 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8516038 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8516293 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8517059 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8517161 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8517671 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 8518437 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 8518590 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 86 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 8519100 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8519100 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 8519458 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 663 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8520121 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8520376 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 +-- +, 3) +dssi-render: Wrote 1889 frames to output.wav +replaced_event +event table last nframe: 8522265 +run_synth(instancehandle, 1889, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 3318 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8525583 +run_synth(instancehandle, 3318, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8525583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8525583 +run_synth(instancehandle, 0, +-- +, 0) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8525583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8525583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8525583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8525736 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8525736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8525736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8525736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8525736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8525736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8525736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8525736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8525838 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8525838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8525838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8525991 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8525991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8525991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8525991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8525991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8525991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8525991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 57 velocity: 61 tick: 0 +-- +, 16) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 8526757 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 120 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8526757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8527267 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 14) +dssi-render: Wrote 2654 frames to output.wav +removed_note_off_event +event table last nframe: 8529921 +run_synth(instancehandle, 2654, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 61 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 61 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 8530176 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 3471 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 8533647 +run_synth(instancehandle, 3471, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 8533749 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 49 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 8534668 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 3063 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 8537731 +run_synth(instancehandle, 3063, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8537731 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 127 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 8538088 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8538088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8538241 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8538241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8538241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 57 velocity: 61 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8538241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 57 velocity: 61 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8538343 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 57 velocity: 61 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8538343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 57 velocity: 61 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 8539007 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 57 velocity: 61 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8539007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8539007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 2296 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8541303 +run_synth(instancehandle, 2296, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8541814 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 49 velocity: 86 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8543447 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8544366 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8544468 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 8545387 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 76 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8545489 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8545489 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 8546254 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 1685 frames to output.wav +event table last nframe: 8547939 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 8548807 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 8549572 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 409 frames to output.wav +event table last nframe: 8549981 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8549981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8549981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8549981 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 25 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 8550338 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8550338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8550338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8550491 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8550491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8550491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8550593 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8550593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 664 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8551257 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8551257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 1276 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8552533 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +event table last nframe: 8553911 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 8554829 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8555595 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8555697 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8555850 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8555952 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8556616 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 8557126 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 8557382 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 2143 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8559525 +run_synth(instancehandle, 2143, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8560444 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 4) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8562231 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8562231 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8562333 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8562333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8562333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8562333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8562333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8562333 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 8562486 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8562486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8562486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8562486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8562486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8562486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8562486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8562486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8562486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 25 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8562588 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 25 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8562588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8562588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8562741 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8562741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8562741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 72 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8562741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 72 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8562843 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 72 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8562843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 72 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 17) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 8563507 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 72 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8563507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8563507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 58 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 7247 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 8570754 +run_synth(instancehandle, 7247, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 8571418 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 8571673 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 8572184 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 106 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8573051 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 127 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1787 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8574838 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8574838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8574838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8574991 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8574991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8574991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8574991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 57 velocity: 70 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8575093 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 57 velocity: 70 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8575093 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 57 velocity: 70 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 8575757 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 124 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8575757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 8576267 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 5717 frames to output.wav +replaced_event +event table last nframe: 8581984 +run_synth(instancehandle, 5717, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8582647 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8582749 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8582902 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 613 frames to output.wav +event table last nframe: 8583515 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 8585301 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8585812 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 8586220 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8586730 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8586730 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8586730 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 8586986 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 111 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8587088 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8587088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 80 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8587241 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8587241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8587241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8587241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 57 velocity: 53 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8587241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 57 velocity: 53 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8587343 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 57 velocity: 53 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8587343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 57 velocity: 53 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8587496 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 57 velocity: 53 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 8587853 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 57 velocity: 53 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 8588007 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 57 velocity: 53 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8588007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8588007 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 8588364 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 8588772 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8588772 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8589538 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8589640 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 8590405 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8590916 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 8591324 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8591835 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 8592958 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 8593366 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8593876 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 8594132 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8594387 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 80 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8594387 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8594744 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 8595152 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 88 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 8595152 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 8595510 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 8596173 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 8596530 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8597041 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8597296 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8597807 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 8598215 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8598317 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 8598725 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8598980 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8598980 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8598980 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8598980 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8598980 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 89 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 8599338 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8599338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8599491 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8599491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8599491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8599593 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8599593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8599593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 8600001 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8600001 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 49 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 8600257 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8600257 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8600512 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8600614 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 8600767 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 8600767 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 8601379 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8602145 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 8602553 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8603064 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8603319 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 8604187 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1429 frames to output.wav +event table last nframe: 8605616 +run_synth(instancehandle, 1429, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 10) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 8606892 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8607147 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8607402 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8607658 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 48 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8607658 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8607658 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8608168 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8608270 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8608270 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8608525 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8609291 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 70 velocity: 116 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 663 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8609954 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8609954 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 8610210 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 8610822 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8610975 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8611230 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8611230 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 39 velocity: 127 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 8611588 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 39 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8611588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8611741 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8611741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8611741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8611741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 57 velocity: 41 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8611741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 57 velocity: 41 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8611843 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 57 velocity: 41 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8611843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 57 velocity: 41 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8611996 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 57 velocity: 41 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 8612507 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 57 velocity: 41 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8612507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8612507 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 5359 frames to output.wav +removed_note_off_event +event table last nframe: 8617866 +run_synth(instancehandle, 5359, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 8618632 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1020 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8619652 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 58 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8619652 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1021 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8620673 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 8621439 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 8621796 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8622562 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 8622715 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8623480 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 +-- +, 3) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8623583 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8623583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8623583 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8623736 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8623736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8623736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8623736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 8623736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8623736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8623736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 27 velocity: 119 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8623838 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 27 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8623838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8623838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8623991 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8623991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8623991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8623991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8623991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8623991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8623991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 115 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8623991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 115 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8624246 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 115 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 +-- +, 15) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 8624757 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 49 velocity: 115 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8624757 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 63 velocity: 118 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 49 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 2041 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8626798 +run_synth(instancehandle, 2041, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 3930 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8630728 +run_synth(instancehandle, 3930, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 8631647 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8632515 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8632515 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8634199 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8635067 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 8635730 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8635730 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 8636088 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8636088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8636088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8636241 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8636241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8636241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8636241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 61 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8636241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 61 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8636343 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 61 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8636343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 61 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 82 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 14) +dssi-render: Wrote 663 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8637006 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 61 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8637006 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8637006 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 5360 frames to output.wav +removed_note_off_event +event table last nframe: 8642366 +run_synth(instancehandle, 5360, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 8642723 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8643131 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8643131 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 8643387 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 8643387 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8644254 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 2195 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8646449 +run_synth(instancehandle, 2195, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 8647980 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8647980 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8647980 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8647980 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 8648236 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 87 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8648338 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8648338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8648338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8648491 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8648491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8648491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8648491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 57 velocity: 110 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8648593 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 57 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8648593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 57 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 17) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 8649256 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8649256 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 16) +dssi-render: Wrote 4696 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8653952 +run_synth(instancehandle, 4696, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 15) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 8654718 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 8655126 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 14) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8655637 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8656147 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8656402 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 75 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8656504 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8656913 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8657168 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 8657780 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +replaced_event +event table last nframe: 8657934 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 79 velocity: 86 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8658801 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 4) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +event table last nframe: 8659465 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 +-- +, 3) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 8660230 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8660230 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 8660486 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8660588 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8660588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8660588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8660741 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8660741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8660741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8660741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 54 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8660741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8660843 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8660843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 8661251 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 54 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 90 tick: 0 +-- +, 14) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8661506 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 54 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8661506 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 94 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8661506 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +event table last nframe: 8662119 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 4747 frames to output.wav +event table last nframe: 8666866 +run_synth(instancehandle, 4747, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 80 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8667121 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8667631 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 8667989 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 8668142 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8668652 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 8668652 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +event table last nframe: 8669010 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 118 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8669265 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 8669928 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8670694 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8670796 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 98 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 8670949 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 1531 frames to output.wav +removed_note_off_event +event table last nframe: 8672480 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8672480 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8672480 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 91 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 8672838 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8672838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8672838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8672991 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8672991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8672991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8672991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8673093 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8673093 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8673348 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 8673756 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8673756 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 8674267 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 2552 frames to output.wav +replaced_event +event table last nframe: 8676819 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 10) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +event table last nframe: 8677687 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 8678605 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8679371 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8679371 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8680137 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8680239 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 44 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 8680902 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8681157 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8681157 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 8681668 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8681668 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8681923 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8681923 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 72 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8682178 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 8682944 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8683710 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8683812 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 8684730 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8684730 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 8685088 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8685088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8685088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8685241 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8685241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8685241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 100 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8685241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 42 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8685241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 42 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8685343 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 42 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8685343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 42 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8685496 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 42 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 84 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8686006 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 42 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8686006 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 100 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8686006 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 10) +dssi-render: Wrote 2808 frames to output.wav +removed_note_off_event +event table last nframe: 8688814 +run_synth(instancehandle, 2808, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 8689579 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8689681 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 8689937 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 9) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +event table last nframe: 8690600 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8690600 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8691366 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8691366 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8691366 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 8692131 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 8692387 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 8693152 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8693254 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 74 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 8693407 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 8693918 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8694020 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8694020 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 79 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 8694684 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 8694786 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8694786 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 1020 frames to output.wav +event table last nframe: 8695806 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 8696062 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 +-- +, 5) +dssi-render: Wrote 918 frames to output.wav +removed_note_off_event +event table last nframe: 8696980 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8696980 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8696980 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8696980 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 88 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 8697338 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8697338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8697338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8697491 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8697491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8697491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8697491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 57 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8697593 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 57 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8697593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 57 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 8698256 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 122 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8698256 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 14) +dssi-render: Wrote 1889 frames to output.wav +removed_note_off_event +event table last nframe: 8700145 +run_synth(instancehandle, 1889, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8700911 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8700911 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 8701676 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8701829 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8702595 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8702595 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 8703463 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8703463 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 63 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8703871 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8704381 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8704381 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8705147 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8705147 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 118 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8705249 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 44 velocity: 114 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8706168 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8707291 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 75 velocity: 94 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8707291 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 75 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 8707444 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 1276 frames to output.wav +event table last nframe: 8708720 +run_synth(instancehandle, 1276, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 8709230 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8709230 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8709230 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 118 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 8709588 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8709588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8709741 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8709741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8709741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 67 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8709741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8709843 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8709843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8710353 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 67 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 69 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8710506 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 67 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8710506 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8710506 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 10) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 8711272 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8711272 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 8712038 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 8712140 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 84 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 8712905 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8712905 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 8713824 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8713824 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8714590 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 51 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +replaced_event +event table last nframe: 8714947 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 51 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +event table last nframe: 8715866 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8715968 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 8716631 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 8716733 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 8716887 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 4440 frames to output.wav +replaced_event +event table last nframe: 8721327 +run_synth(instancehandle, 4440, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8721480 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 108 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8721582 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 100 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8721582 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8721582 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 +-- +, 1) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8721582 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 +-- +, 2) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8721582 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8721582 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 +-- +, 4) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 8721736 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8721736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8721736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8721736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8721736 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 32 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8721838 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 32 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8721838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8721838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8721991 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8721991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8721991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8721991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8721991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8721991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8721991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8721991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 57 velocity: 88 tick: 0 +-- +, 16) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 8722756 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8722756 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 108 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 2399 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8725155 +run_synth(instancehandle, 2399, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 14) +dssi-render: Wrote 4492 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8729647 +run_synth(instancehandle, 4492, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8729647 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8729647 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8730515 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 8) +dssi-render: Wrote 3215 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8733730 +run_synth(instancehandle, 3215, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8733730 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 8734088 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8734088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8734241 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8734241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 96 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8734241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 61 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8734241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 61 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8734343 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 61 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8734343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 61 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 14) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 8735006 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 61 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8735006 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 96 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8735006 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 106 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 12) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8735619 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 11) +dssi-render: Wrote 3471 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8739090 +run_synth(instancehandle, 3471, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 8739447 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8739702 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 80 tick: 0 +-- +, 8) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8740366 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8740366 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 8741131 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8741131 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8741233 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 4747 frames to output.wav +removed_note_off_event +event table last nframe: 8745980 +run_synth(instancehandle, 4747, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8745980 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8745980 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8745980 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 8) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 8746236 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8746338 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8746338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8746338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8746491 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8746491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8746491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8746491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 112 tick: 0 +-- +, 14) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8746593 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8746593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 112 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 8747256 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 38 velocity: 124 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8747256 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 110 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8747767 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 4951 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8752718 +run_synth(instancehandle, 4951, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8753637 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8754402 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 110 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8754402 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8754402 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8754402 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 868 frames to output.wav +replaced_event +event table last nframe: 8755270 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 2450 frames to output.wav +removed_note_off_event +event table last nframe: 8757720 +run_synth(instancehandle, 2450, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8758230 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8758230 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 8758486 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8758486 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8758588 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8758588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8758588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8758741 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8758741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8758741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 97 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8758741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 61 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8758741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 61 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8758843 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 61 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8758843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 77 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 61 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 8759506 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 97 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 61 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8759506 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 97 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 61 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8759506 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 97 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8759506 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 12) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +event table last nframe: 8762058 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 11) +dssi-render: Wrote 2808 frames to output.wav +event table last nframe: 8764866 +run_synth(instancehandle, 2808, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8765121 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 86 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 36 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8765631 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8765631 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8765989 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 663 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8766652 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8766907 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 8767163 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 79 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8767163 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 79 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 867 frames to output.wav +removed_note_off_event +event table last nframe: 8768030 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 8768949 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 8769817 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 8770480 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8770480 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 8770838 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8770838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8770838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8770991 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8770991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8770991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8770991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 80 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8771093 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 80 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8771093 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 80 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 14) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 8771756 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8771756 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 13) +dssi-render: Wrote 613 frames to output.wav +removed_note_off_event +event table last nframe: 8772369 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 8773288 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 100 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 1531 frames to output.wav +replaced_event +event table last nframe: 8774819 +run_synth(instancehandle, 1531, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 12) +dssi-render: Wrote 2552 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8777371 +run_synth(instancehandle, 2552, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 8777473 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 8778137 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8778392 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 8778902 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 106 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8778902 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 8779259 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1787 frames to output.wav +event table last nframe: 8781046 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 8781965 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8781965 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 8782730 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8782730 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8782730 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8782730 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 108 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 8783088 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8783088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8783241 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8783241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 95 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8783241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 63 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8783241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 63 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8783343 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 63 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8783343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 63 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8783598 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 63 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 8784006 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 95 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 63 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8784006 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 95 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 63 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8784006 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 95 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8784006 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 1378 frames to output.wav +removed_note_off_event +event table last nframe: 8785384 +run_synth(instancehandle, 1378, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 63 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 919 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8786303 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8787069 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 8787834 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8787834 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 8788855 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 84 velocity: 118 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8788957 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 9) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +event table last nframe: 8789366 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 69 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8789468 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 8789621 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 8790131 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8790233 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8790233 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8790489 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 5) +dssi-render: Wrote 1684 frames to output.wav +removed_note_off_event +event table last nframe: 8792173 +run_synth(instancehandle, 1684, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 8793041 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 918 frames to output.wav +event table last nframe: 8793959 +run_synth(instancehandle, 918, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 8794827 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8794980 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8794980 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8794980 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8794980 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 98 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 8795338 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8795338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8795338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8795491 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8795491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8795491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 112 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8795593 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8795593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8795746 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 57 velocity: 112 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 510 frames to output.wav +replaced_event +event table last nframe: 8796256 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 38 velocity: 127 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8796256 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 13) +dssi-render: Wrote 1123 frames to output.wav +removed_note_off_event +event table last nframe: 8797379 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 8798298 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8798298 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8799064 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8799166 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 8799829 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 8800850 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8801616 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 867 frames to output.wav +event table last nframe: 8802483 +run_synth(instancehandle, 867, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 8803249 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 8803402 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 116 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8803504 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8803657 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8803657 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8803657 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +replaced_event +event table last nframe: 8804168 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8804423 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 6) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +event table last nframe: 8805035 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 8805954 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 8806822 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8806822 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 8807230 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8807230 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8807485 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 110 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 7) +dssi-render: Wrote 103 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8807588 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8807588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8807588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8807741 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8807741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8807741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8807741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 57 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8807741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 57 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8807843 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 57 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8807843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 57 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 8808506 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 57 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8808506 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8808506 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 8808608 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 10) +dssi-render: Wrote 5258 frames to output.wav +event table last nframe: 8813866 +run_synth(instancehandle, 5258, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8814121 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8814631 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8814989 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8815499 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 98 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8815499 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 63 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 664 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8816163 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 56 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 63 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8816928 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_OFFchannel: 0 note: 56 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 8817285 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 80 velocity: 102 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 664 frames to output.wav +replaced_event +event table last nframe: 8817949 +run_synth(instancehandle, 664, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 80 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1633 frames to output.wav +removed_note_off_event +event table last nframe: 8819582 +run_synth(instancehandle, 1633, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8819582 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 8819582 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8819582 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8819582 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8819582 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8819735 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8819735 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8819735 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8819735 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8819735 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8819735 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8819735 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 29 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 8819838 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 29 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8819838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8819838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8819991 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8819991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8819991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8819991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8819991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8819991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8819991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 67 velocity: 90 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 57 velocity: 88 tick: 0 +-- +, 17) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8820093 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 67 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 57 velocity: 88 tick: 0 +-- +, 17) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8820348 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 57 velocity: 88 tick: 0 +-- +, 16) +dssi-render: Wrote 408 frames to output.wav +replaced_event +event table last nframe: 8820756 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 36 velocity: 122 tick: 0 + - 16: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8820756 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 46 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 46 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 112 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 15) +dssi-render: Wrote 5972 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 8826728 +run_synth(instancehandle, 5972, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 112 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 110 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 14) +dssi-render: Wrote 919 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 8827647 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 118 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 58 velocity: 116 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 58 velocity: 100 tick: 0 +-- +, 11) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 8828413 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 1020 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +event table last nframe: 8829433 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 1123 frames to output.wav +event table last nframe: 8830556 +run_synth(instancehandle, 1123, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8831322 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 8831730 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8831730 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 116 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 8832088 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8832088 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8832241 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8832241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8832241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8832241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 57 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8832241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 57 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8832343 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 57 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8832343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 57 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 124 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 8833006 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 57 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8833006 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8833006 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 8833108 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 1685 frames to output.wav +event table last nframe: 8834793 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 612 frames to output.wav +replaced_event +event table last nframe: 8835405 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 10) +dssi-render: Wrote 409 frames to output.wav +removed_note_off_event +event table last nframe: 8835814 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 8836579 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 46 velocity: 90 tick: 0 +-- +, 9) +dssi-render: Wrote 1787 frames to output.wav +replaced_event +event table last nframe: 8838366 +run_synth(instancehandle, 1787, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8838366 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 70 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 53 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8838621 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8839131 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 106 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 8839131 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 58 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8839489 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 6) +dssi-render: Wrote 2194 frames to output.wav +removed_note_off_event +event table last nframe: 8841683 +run_synth(instancehandle, 2194, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 1021 frames to output.wav +event table last nframe: 8842704 +run_synth(instancehandle, 1021, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8843470 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8843980 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8843980 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8843980 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8843980 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 358 frames to output.wav +replaced_event +event table last nframe: 8844338 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8844338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8844338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8844338 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 10) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8844491 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8844491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8844491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 57 velocity: 110 tick: 0 +-- +, 13) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8844593 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 57 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8844593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 57 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8845103 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 57 velocity: 110 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 8845256 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 15) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8845256 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 14) +dssi-render: Wrote 766 frames to output.wav +removed_note_off_event +event table last nframe: 8846022 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8846788 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 1020 frames to output.wav +event table last nframe: 8847808 +run_synth(instancehandle, 1020, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 46 velocity: 96 tick: 0 +-- +, 13) +dssi-render: Wrote 2808 frames to output.wav +replaced_event +event table last nframe: 8850616 +run_synth(instancehandle, 2808, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 92 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 53 velocity: 102 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 46 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8850871 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 12: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 +-- +, 12) +dssi-render: Wrote 612 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8851483 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 58 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 256 frames to output.wav +replaced_event +event table last nframe: 8851739 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 58 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 10) +dssi-render: Wrote 765 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8852504 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8852657 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 73 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 73 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 766 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8853423 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 73 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 +-- +, 7) +dssi-render: Wrote 2807 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8856230 +run_synth(instancehandle, 2807, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8856230 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 70 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8856332 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 65 velocity: 112 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 70 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8856332 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8856332 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8856332 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8856332 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8856332 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 82 velocity: 122 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 8856485 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 82 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8856485 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8856485 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8856485 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8856485 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 8856485 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8856485 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8856485 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8856485 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 34 velocity: 96 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 103 frames to output.wav +replaced_event +event table last nframe: 8856588 +run_synth(instancehandle, 103, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 34 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8856588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8856588 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8856741 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8856741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 94 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8856741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 67 tick: 0 +-- +, 14) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8856741 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 67 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 +-- +, 15) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8856843 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 67 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8856843 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 67 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 8857506 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 94 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 57 velocity: 67 tick: 0 + - 15: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 17: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 17) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8857506 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 36 velocity: 118 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 94 tick: 0 + - 14: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 16: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 16) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8857506 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 61 velocity: 92 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 14: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 15: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 15) +dssi-render: Wrote 3930 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8861436 +run_synth(instancehandle, 3930, + - 1: event_type: NOTE_OFFchannel: 0 note: 61 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1430 frames to output.wav +removed_note_off_event +event table last nframe: 8862866 +run_synth(instancehandle, 1430, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 36 velocity: 116 tick: 0 +-- +, 13) +dssi-render: Wrote 765 frames to output.wav +replaced_event +event table last nframe: 8863631 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8863886 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 106 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 613 frames to output.wav +replaced_event +replaced_event +replaced_event +event table last nframe: 8864499 +run_synth(instancehandle, 613, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 116 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8864652 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 60 velocity: 112 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 118 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 60 velocity: 100 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 9) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +replaced_event +event table last nframe: 8864754 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 84 velocity: 104 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 +-- +, 7) +dssi-render: Wrote 3828 frames to output.wav +removed_note_off_event +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8868582 +run_synth(instancehandle, 3828, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 84 velocity: 0 tick: 0 +-- +, 4) +dssi-render: Wrote 256 frames to output.wav +removed_note_off_event +event table last nframe: 8868838 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8868838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8868838 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 5) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8868991 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8868991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8868991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8868991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8868991 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 80 tick: 0 +-- +, 10) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8869093 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 80 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 +-- +, 11) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8869093 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 80 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 663 frames to output.wav +replaced_event +event table last nframe: 8869756 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 36 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 127 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8869756 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 11) +dssi-render: Wrote 5717 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +event table last nframe: 8875473 +run_synth(instancehandle, 5717, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 68 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +event table last nframe: 8875626 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 96 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8875728 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 8) +dssi-render: Wrote 408 frames to output.wav +removed_note_off_event +event table last nframe: 8876136 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 8876494 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 78 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 8876647 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 92 tick: 0 +-- +, 7) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8876902 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 41 velocity: 90 tick: 0 + - 6: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8876902 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 8877004 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 8877412 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8877923 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 8878791 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8879046 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 8879709 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 358 frames to output.wav +event table last nframe: 8880067 +run_synth(instancehandle, 358, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 +-- +, 4) +dssi-render: Wrote 663 frames to output.wav +event table last nframe: 8880730 +run_synth(instancehandle, 663, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8880730 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 8881087 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8881087 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 +-- +, 7) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 8881241 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8881241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 92 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8881241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 59 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8881241 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 59 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8881343 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 59 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8881343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 59 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8881343 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 59 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 8881751 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 59 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 44 velocity: 122 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8882006 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 92 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 57 velocity: 59 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 44 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8882006 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 90 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 92 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8882006 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 9: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8882261 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 256 frames to output.wav +event table last nframe: 8882517 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8883027 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 8883384 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8883895 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 408 frames to output.wav +event table last nframe: 8884303 +run_synth(instancehandle, 408, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 8885171 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 765 frames to output.wav +event table last nframe: 8885936 +run_synth(instancehandle, 765, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 919 frames to output.wav +replaced_event +event table last nframe: 8886855 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8886855 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8886855 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 8) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8887366 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 53 velocity: 76 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8887621 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 76 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8887621 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 +-- +, 8) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8887621 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 114 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 94 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8887723 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 65 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 +-- +, 7) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8887876 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 112 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +replaced_event +event table last nframe: 8888131 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 + - 5: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +event table last nframe: 8888233 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 48 velocity: 78 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 766 frames to output.wav +replaced_event +event table last nframe: 8888999 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 41 velocity: 88 tick: 0 +-- +, 4) +dssi-render: Wrote 153 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8889152 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8889152 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 766 frames to output.wav +event table last nframe: 8889918 +run_synth(instancehandle, 766, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 1786 frames to output.wav +event table last nframe: 8891704 +run_synth(instancehandle, 1786, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 8892572 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8892725 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 +-- +, 2) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8892980 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 +-- +, 3) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8892980 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8892980 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8892980 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 357 frames to output.wav +event table last nframe: 8893337 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 +-- +, 6) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8893337 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 +-- +, 7) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8893337 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 +-- +, 8) +dssi-render: Wrote 154 frames to output.wav +event table last nframe: 8893491 +run_synth(instancehandle, 154, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8893491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 9) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8893491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8893491 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 102 tick: 0 +-- +, 11) +dssi-render: Wrote 102 frames to output.wav +event table last nframe: 8893593 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8893593 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 153 frames to output.wav +event table last nframe: 8893746 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8894256 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 57 velocity: 102 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +replaced_event +event table last nframe: 8894256 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 38 velocity: 120 tick: 0 + - 11: event_type: NOTE_OFFchannel: 0 note: 57 velocity: 0 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 13: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 13) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8894256 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 38 velocity: 0 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 12: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 12) +dssi-render: Wrote 255 frames to output.wav +removed_note_off_event +event table last nframe: 8894511 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 868 frames to output.wav +event table last nframe: 8895379 +run_synth(instancehandle, 868, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 1685 frames to output.wav +event table last nframe: 8897064 +run_synth(instancehandle, 1685, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 8897676 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8897931 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 60 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 153 frames to output.wav +replaced_event +event table last nframe: 8898084 +run_synth(instancehandle, 153, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 60 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 11: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 11) +dssi-render: Wrote 511 frames to output.wav +removed_note_off_event +event table last nframe: 8898595 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8898850 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 612 frames to output.wav +event table last nframe: 8899462 +run_synth(instancehandle, 612, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_ONchannel: 0 note: 48 velocity: 114 tick: 0 +-- +, 10) +dssi-render: Wrote 409 frames to output.wav +replaced_event +event table last nframe: 8899871 +run_synth(instancehandle, 409, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 100 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 + - 10: event_type: NOTE_OFFchannel: 0 note: 48 velocity: 0 tick: 0 +-- +, 10) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +replaced_event +event table last nframe: 8899871 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_OFFchannel: 0 note: 53 velocity: 0 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 9: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 9) +dssi-render: Wrote 357 frames to output.wav +removed_note_off_event +event table last nframe: 8900228 +run_synth(instancehandle, 357, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_ONchannel: 0 note: 41 velocity: 114 tick: 0 +-- +, 8) +dssi-render: Wrote 1174 frames to output.wav +replaced_event +event table last nframe: 8901402 +run_synth(instancehandle, 1174, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 8: event_type: NOTE_OFFchannel: 0 note: 41 velocity: 0 tick: 0 +-- +, 8) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +event table last nframe: 8901912 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 511 frames to output.wav +event table last nframe: 8902423 +run_synth(instancehandle, 511, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 510 frames to output.wav +event table last nframe: 8902933 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 72 velocity: 114 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 72 velocity: 104 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 256 frames to output.wav +replaced_event +replaced_event +event table last nframe: 8903189 +run_synth(instancehandle, 256, + - 1: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 77 velocity: 104 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 72 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 77 velocity: 120 tick: 0 + - 7: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 7) +dssi-render: Wrote 102 frames to output.wav +removed_note_off_event +removed_note_off_event +replaced_event +replaced_event +event table last nframe: 8903291 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 4: event_type: NOTE_OFFchannel: 0 note: 77 velocity: 0 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 5) +dssi-render: Wrote 510 frames to output.wav +removed_note_off_event +removed_note_off_event +event table last nframe: 8903801 +run_synth(instancehandle, 510, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8904056 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 veloci==19216== Argument 'size' of function realloc has a fishy (possibly negative) value: -173348 +==19216== at 0x4C2C29E: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) +==19216== by 0x4027AE: ladspa_run_sample_callback (ladspa_run_synth.c:15) +==19216== by 0x4030FA: get_events (midi_loader.c:228) +==19216== by 0x4047BC: fluid_track_send_events (fluid_midi.c:1212) +==19216== by 0x40326B: load_midi_file (midi_loader.c:297) +==19216== by 0x401905: main (dssi-render.c:416) +==19216== +==19216== Invalid write of size 8 +==19216== at 0x4C307D7: memset (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) +==19216== by 0x4027D3: ladspa_run_sample_callback (ladspa_run_synth.c:16) +==19216== by 0x4030FA: get_events (midi_loader.c:228) +==19216== by 0x4047BC: fluid_track_send_events (fluid_midi.c:1212) +==19216== by 0x40326B: load_midi_file (midi_loader.c:297) +==19216== by 0x401905: main (dssi-render.c:416) +==19216== Address 0x0 is not stack'd, malloc'd or (recently) free'd +==19216== +==19216== +==19216== Process terminating with default action of signal 11 (SIGSEGV) +==19216== Access not within mapped region at address 0x0 +==19216== at 0x4C307D7: memset (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) +==19216== by 0x4027D3: ladspa_run_sample_callback (ladspa_run_synth.c:16) +==19216== by 0x4030FA: get_events (midi_loader.c:228) +==19216== by 0x4047BC: fluid_track_send_events (fluid_midi.c:1212) +==19216== by 0x40326B: load_midi_file (midi_loader.c:297) +==19216== by 0x401905: main (dssi-render.c:416) +==19216== If you believe this happened as a result of a stack +==19216== overflow in your program's main thread (unlikely but +==19216== possible), you can try to increase the size of the +==19216== main thread stack using the --main-stacksize= flag. +==19216== The main thread stack size used in this run was 8388608. +ty: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 919 frames to output.wav +event table last nframe: 8904975 +run_synth(instancehandle, 919, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 +-- +, 3) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8905230 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 +-- +, 4) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8905230 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 255 frames to output.wav +event table last nframe: 8905485 +run_synth(instancehandle, 255, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 36 velocity: 111 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 102 frames to output.wav +replaced_event +event table last nframe: 8905587 +run_synth(instancehandle, 102, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_OFFchannel: 0 note: 36 velocity: 0 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +removed_note_off_event +event table last nframe: 8905587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 +-- +, 5) +dssi-render: Wrote 1 frames to output.wav +event table last nframe: 8905587 +run_synth(instancehandle, 0, + - 1: event_type: NOTE_ONchannel: 0 note: 68 velocity: 102 tick: 0 + - 2: event_type: NOTE_ONchannel: 0 note: 65 velocity: 108 tick: 0 + - 3: event_type: NOTE_ONchannel: 0 note: 53 velocity: 75 tick: 0 + - 4: event_type: NOTE_ONchannel: 0 note: 60 velocity: 82 tick: 0 + - 5: event_type: NOTE_ONchannel: 0 note: 36 velocity: 86 tick: 0 + - 6: event_type: NOTE_ONchannel: 0 note: 80 velocity: 92 tick: 0 +-- +, 6) +==19216== +==19216== HEAP SUMMARY: +==19216== in use at exit: 2,066,299 bytes in 26,870 blocks +==19216== total heap usage: 178,963 allocs, 152,093 frees, 87,061,972 bytes allocated +==19216== +==19216== LEAK SUMMARY: +==19216== definitely lost: 0 bytes in 0 blocks +==19216== indirectly lost: 0 bytes in 0 blocks +==19216== possibly lost: 963,954 bytes in 6,503 blocks +==19216== still reachable: 1,102,345 bytes in 20,367 blocks +==19216== suppressed: 0 bytes in 0 blocks +==19216== Rerun with --leak-check=full to see details of leaked memory +==19216== +==19216== For counts of detected and suppressed errors, rerun with: -v +==19216== Use --track-origins=yes to see where uninitialised values come from +==19216== ERROR SUMMARY: 5127 errors from 8 contexts (suppressed: 0 from 0) diff --git a/src/dssi-render b/src/dssi-render new file mode 100755 index 0000000..d820130 Binary files /dev/null and b/src/dssi-render differ diff --git a/src/dssi-render.o b/src/dssi-render.o new file mode 100644 index 0000000..756abf3 Binary files /dev/null and b/src/dssi-render.o differ diff --git a/src/ladspa_run_synth.o b/src/ladspa_run_synth.o new file mode 100644 index 0000000..080c51d Binary files /dev/null and b/src/ladspa_run_synth.o differ diff --git a/src/midi/.deps/fluid_list.Plo b/src/midi/.deps/fluid_list.Plo index 1166ac5..1923619 100644 --- a/src/midi/.deps/fluid_list.Plo +++ b/src/midi/.deps/fluid_list.Plo @@ -1,43 +1,31 @@ fluid_list.lo: fluid_list.c /usr/include/stdc-predef.h fluid_list.h \ fluidsynth_priv.h fluid_midi_custom.h midi_loader.h fluid_midi.h \ - /usr/include/stdlib.h /usr/include/features.h \ - /usr/include/x86_64-linux-gnu/sys/cdefs.h \ - /usr/include/x86_64-linux-gnu/bits/wordsize.h \ - /usr/include/x86_64-linux-gnu/gnu/stubs.h \ - /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ - /usr/lib/gcc/x86_64-linux-gnu/4.9/include/stddef.h \ - /usr/include/x86_64-linux-gnu/bits/waitflags.h \ - /usr/include/x86_64-linux-gnu/bits/waitstatus.h /usr/include/endian.h \ - /usr/include/x86_64-linux-gnu/bits/endian.h \ - /usr/include/x86_64-linux-gnu/bits/byteswap.h \ - /usr/include/x86_64-linux-gnu/bits/types.h \ - /usr/include/x86_64-linux-gnu/bits/typesizes.h \ - /usr/include/x86_64-linux-gnu/bits/byteswap-16.h \ - /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/time.h \ - /usr/include/x86_64-linux-gnu/sys/select.h \ - /usr/include/x86_64-linux-gnu/bits/select.h \ - /usr/include/x86_64-linux-gnu/bits/sigset.h \ - /usr/include/x86_64-linux-gnu/bits/time.h \ - /usr/include/x86_64-linux-gnu/sys/sysmacros.h \ - /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h /usr/include/alloca.h \ - /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ - /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/stdio.h \ - /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ - /usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdarg.h \ - /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ - /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ - /usr/include/x86_64-linux-gnu/bits/stdio.h \ - /usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdint.h /usr/include/stdint.h \ - /usr/include/x86_64-linux-gnu/bits/wchar.h /usr/include/sndfile.h \ - /usr/include/string.h /usr/include/xlocale.h \ - /usr/include/x86_64-linux-gnu/bits/string.h \ - /usr/include/x86_64-linux-gnu/bits/string2.h /usr/include/ladspa.h \ - /usr/include/dssi.h /usr/include/alsa/seq_event.h /usr/include/unistd.h \ - /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ - /usr/include/x86_64-linux-gnu/bits/environments.h \ - /usr/include/x86_64-linux-gnu/bits/confname.h /usr/include/getopt.h \ - /usr/include/x86_64-linux-gnu/sys/stat.h \ - /usr/include/x86_64-linux-gnu/bits/stat.h + /usr/include/stdlib.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stddef.h \ + /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ + /usr/include/endian.h /usr/include/bits/endian.h \ + /usr/include/bits/byteswap.h /usr/include/bits/types.h \ + /usr/include/bits/typesizes.h /usr/include/bits/byteswap-16.h \ + /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ + /usr/include/bits/pthreadtypes.h /usr/include/alloca.h \ + /usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \ + /usr/include/stdio.h /usr/include/libio.h /usr/include/_G_config.h \ + /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h \ + /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stdint.h \ + /usr/include/stdint.h /usr/include/bits/wchar.h /usr/include/sndfile.h \ + /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \ + /usr/include/bits/string2.h /usr/include/ladspa.h /usr/include/dssi.h \ + /usr/include/alsa/seq_event.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ + /usr/include/bits/confname.h /usr/include/getopt.h \ + /usr/include/sys/stat.h /usr/include/bits/stat.h /usr/include/stdc-predef.h: @@ -55,53 +43,53 @@ fluid_midi.h: /usr/include/features.h: -/usr/include/x86_64-linux-gnu/sys/cdefs.h: +/usr/include/sys/cdefs.h: -/usr/include/x86_64-linux-gnu/bits/wordsize.h: +/usr/include/bits/wordsize.h: -/usr/include/x86_64-linux-gnu/gnu/stubs.h: +/usr/include/gnu/stubs.h: -/usr/include/x86_64-linux-gnu/gnu/stubs-64.h: +/usr/include/gnu/stubs-64.h: -/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stddef.h: +/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stddef.h: -/usr/include/x86_64-linux-gnu/bits/waitflags.h: +/usr/include/bits/waitflags.h: -/usr/include/x86_64-linux-gnu/bits/waitstatus.h: +/usr/include/bits/waitstatus.h: /usr/include/endian.h: -/usr/include/x86_64-linux-gnu/bits/endian.h: +/usr/include/bits/endian.h: -/usr/include/x86_64-linux-gnu/bits/byteswap.h: +/usr/include/bits/byteswap.h: -/usr/include/x86_64-linux-gnu/bits/types.h: +/usr/include/bits/types.h: -/usr/include/x86_64-linux-gnu/bits/typesizes.h: +/usr/include/bits/typesizes.h: -/usr/include/x86_64-linux-gnu/bits/byteswap-16.h: +/usr/include/bits/byteswap-16.h: -/usr/include/x86_64-linux-gnu/sys/types.h: +/usr/include/sys/types.h: /usr/include/time.h: -/usr/include/x86_64-linux-gnu/sys/select.h: +/usr/include/sys/select.h: -/usr/include/x86_64-linux-gnu/bits/select.h: +/usr/include/bits/select.h: -/usr/include/x86_64-linux-gnu/bits/sigset.h: +/usr/include/bits/sigset.h: -/usr/include/x86_64-linux-gnu/bits/time.h: +/usr/include/bits/time.h: -/usr/include/x86_64-linux-gnu/sys/sysmacros.h: +/usr/include/sys/sysmacros.h: -/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h: +/usr/include/bits/pthreadtypes.h: /usr/include/alloca.h: -/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h: +/usr/include/bits/stdlib-bsearch.h: -/usr/include/x86_64-linux-gnu/bits/stdlib-float.h: +/usr/include/bits/stdlib-float.h: /usr/include/stdio.h: @@ -111,19 +99,19 @@ fluid_midi.h: /usr/include/wchar.h: -/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdarg.h: +/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stdarg.h: -/usr/include/x86_64-linux-gnu/bits/stdio_lim.h: +/usr/include/bits/stdio_lim.h: -/usr/include/x86_64-linux-gnu/bits/sys_errlist.h: +/usr/include/bits/sys_errlist.h: -/usr/include/x86_64-linux-gnu/bits/stdio.h: +/usr/include/bits/stdio.h: -/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdint.h: +/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stdint.h: /usr/include/stdint.h: -/usr/include/x86_64-linux-gnu/bits/wchar.h: +/usr/include/bits/wchar.h: /usr/include/sndfile.h: @@ -131,9 +119,9 @@ fluid_midi.h: /usr/include/xlocale.h: -/usr/include/x86_64-linux-gnu/bits/string.h: +/usr/include/bits/string.h: -/usr/include/x86_64-linux-gnu/bits/string2.h: +/usr/include/bits/string2.h: /usr/include/ladspa.h: @@ -143,14 +131,14 @@ fluid_midi.h: /usr/include/unistd.h: -/usr/include/x86_64-linux-gnu/bits/posix_opt.h: +/usr/include/bits/posix_opt.h: -/usr/include/x86_64-linux-gnu/bits/environments.h: +/usr/include/bits/environments.h: -/usr/include/x86_64-linux-gnu/bits/confname.h: +/usr/include/bits/confname.h: /usr/include/getopt.h: -/usr/include/x86_64-linux-gnu/sys/stat.h: +/usr/include/sys/stat.h: -/usr/include/x86_64-linux-gnu/bits/stat.h: +/usr/include/bits/stat.h: diff --git a/src/midi/.deps/fluid_midi.Plo b/src/midi/.deps/fluid_midi.Plo index d829e21..3dde083 100644 --- a/src/midi/.deps/fluid_midi.Plo +++ b/src/midi/.deps/fluid_midi.Plo @@ -1,50 +1,34 @@ fluid_midi.lo: fluid_midi.c /usr/include/stdc-predef.h fluid_midi.h \ fluidsynth_priv.h fluid_midi_custom.h midi_loader.h fluid_list.h \ /usr/include/sndfile.h /usr/include/stdio.h /usr/include/features.h \ - /usr/include/x86_64-linux-gnu/sys/cdefs.h \ - /usr/include/x86_64-linux-gnu/bits/wordsize.h \ - /usr/include/x86_64-linux-gnu/gnu/stubs.h \ - /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ - /usr/lib/gcc/x86_64-linux-gnu/4.9/include/stddef.h \ - /usr/include/x86_64-linux-gnu/bits/types.h \ - /usr/include/x86_64-linux-gnu/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h /usr/include/wchar.h \ - /usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdarg.h \ - /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ - /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ - /usr/include/x86_64-linux-gnu/bits/stdio.h \ - /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/time.h \ - /usr/include/endian.h /usr/include/x86_64-linux-gnu/bits/endian.h \ - /usr/include/x86_64-linux-gnu/bits/byteswap.h \ - /usr/include/x86_64-linux-gnu/bits/byteswap-16.h \ - /usr/include/x86_64-linux-gnu/sys/select.h \ - /usr/include/x86_64-linux-gnu/bits/select.h \ - /usr/include/x86_64-linux-gnu/bits/sigset.h \ - /usr/include/x86_64-linux-gnu/bits/time.h \ - /usr/include/x86_64-linux-gnu/sys/sysmacros.h \ - /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h /usr/include/string.h \ - /usr/include/xlocale.h /usr/include/x86_64-linux-gnu/bits/string.h \ - /usr/include/x86_64-linux-gnu/bits/string2.h /usr/include/stdlib.h \ - /usr/include/ladspa.h /usr/include/dssi.h /usr/include/alsa/seq_event.h \ - /usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdint.h /usr/include/stdint.h \ - /usr/include/x86_64-linux-gnu/bits/wchar.h \ - /usr/include/x86_64-linux-gnu/bits/waitflags.h \ - /usr/include/x86_64-linux-gnu/bits/waitstatus.h /usr/include/alloca.h \ - /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ - /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/unistd.h \ - /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ - /usr/include/x86_64-linux-gnu/bits/environments.h \ - /usr/include/x86_64-linux-gnu/bits/confname.h /usr/include/getopt.h \ - /usr/include/x86_64-linux-gnu/sys/stat.h \ - /usr/include/x86_64-linux-gnu/bits/stat.h /usr/include/math.h \ - /usr/include/x86_64-linux-gnu/bits/huge_val.h \ - /usr/include/x86_64-linux-gnu/bits/huge_valf.h \ - /usr/include/x86_64-linux-gnu/bits/huge_vall.h \ - /usr/include/x86_64-linux-gnu/bits/inf.h \ - /usr/include/x86_64-linux-gnu/bits/nan.h \ - /usr/include/x86_64-linux-gnu/bits/mathdef.h \ - /usr/include/x86_64-linux-gnu/bits/mathcalls.h \ - /usr/include/x86_64-linux-gnu/bits/mathinline.h + /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \ + /usr/include/gnu/stubs.h /usr/include/gnu/stubs-64.h \ + /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/sys/types.h /usr/include/time.h \ + /usr/include/endian.h /usr/include/bits/endian.h \ + /usr/include/bits/byteswap.h /usr/include/bits/byteswap-16.h \ + /usr/include/sys/select.h /usr/include/bits/select.h \ + /usr/include/bits/sigset.h /usr/include/bits/time.h \ + /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h \ + /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \ + /usr/include/bits/string2.h /usr/include/stdlib.h /usr/include/ladspa.h \ + /usr/include/dssi.h /usr/include/alsa/seq_event.h \ + /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stdint.h \ + /usr/include/stdint.h /usr/include/bits/wchar.h \ + /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ + /usr/include/alloca.h /usr/include/bits/stdlib-bsearch.h \ + /usr/include/bits/stdlib-float.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ + /usr/include/bits/confname.h /usr/include/getopt.h \ + /usr/include/sys/stat.h /usr/include/bits/stat.h /usr/include/math.h \ + /usr/include/bits/huge_val.h /usr/include/bits/huge_valf.h \ + /usr/include/bits/huge_vall.h /usr/include/bits/inf.h \ + /usr/include/bits/nan.h /usr/include/bits/mathdef.h \ + /usr/include/bits/mathcalls.h /usr/include/bits/mathinline.h /usr/include/stdc-predef.h: @@ -64,19 +48,19 @@ fluid_list.h: /usr/include/features.h: -/usr/include/x86_64-linux-gnu/sys/cdefs.h: +/usr/include/sys/cdefs.h: -/usr/include/x86_64-linux-gnu/bits/wordsize.h: +/usr/include/bits/wordsize.h: -/usr/include/x86_64-linux-gnu/gnu/stubs.h: +/usr/include/gnu/stubs.h: -/usr/include/x86_64-linux-gnu/gnu/stubs-64.h: +/usr/include/gnu/stubs-64.h: -/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stddef.h: +/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stddef.h: -/usr/include/x86_64-linux-gnu/bits/types.h: +/usr/include/bits/types.h: -/usr/include/x86_64-linux-gnu/bits/typesizes.h: +/usr/include/bits/typesizes.h: /usr/include/libio.h: @@ -84,45 +68,45 @@ fluid_list.h: /usr/include/wchar.h: -/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdarg.h: +/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stdarg.h: -/usr/include/x86_64-linux-gnu/bits/stdio_lim.h: +/usr/include/bits/stdio_lim.h: -/usr/include/x86_64-linux-gnu/bits/sys_errlist.h: +/usr/include/bits/sys_errlist.h: -/usr/include/x86_64-linux-gnu/bits/stdio.h: +/usr/include/bits/stdio.h: -/usr/include/x86_64-linux-gnu/sys/types.h: +/usr/include/sys/types.h: /usr/include/time.h: /usr/include/endian.h: -/usr/include/x86_64-linux-gnu/bits/endian.h: +/usr/include/bits/endian.h: -/usr/include/x86_64-linux-gnu/bits/byteswap.h: +/usr/include/bits/byteswap.h: -/usr/include/x86_64-linux-gnu/bits/byteswap-16.h: +/usr/include/bits/byteswap-16.h: -/usr/include/x86_64-linux-gnu/sys/select.h: +/usr/include/sys/select.h: -/usr/include/x86_64-linux-gnu/bits/select.h: +/usr/include/bits/select.h: -/usr/include/x86_64-linux-gnu/bits/sigset.h: +/usr/include/bits/sigset.h: -/usr/include/x86_64-linux-gnu/bits/time.h: +/usr/include/bits/time.h: -/usr/include/x86_64-linux-gnu/sys/sysmacros.h: +/usr/include/sys/sysmacros.h: -/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h: +/usr/include/bits/pthreadtypes.h: /usr/include/string.h: /usr/include/xlocale.h: -/usr/include/x86_64-linux-gnu/bits/string.h: +/usr/include/bits/string.h: -/usr/include/x86_64-linux-gnu/bits/string2.h: +/usr/include/bits/string2.h: /usr/include/stdlib.h: @@ -132,50 +116,50 @@ fluid_list.h: /usr/include/alsa/seq_event.h: -/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdint.h: +/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stdint.h: /usr/include/stdint.h: -/usr/include/x86_64-linux-gnu/bits/wchar.h: +/usr/include/bits/wchar.h: -/usr/include/x86_64-linux-gnu/bits/waitflags.h: +/usr/include/bits/waitflags.h: -/usr/include/x86_64-linux-gnu/bits/waitstatus.h: +/usr/include/bits/waitstatus.h: /usr/include/alloca.h: -/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h: +/usr/include/bits/stdlib-bsearch.h: -/usr/include/x86_64-linux-gnu/bits/stdlib-float.h: +/usr/include/bits/stdlib-float.h: /usr/include/unistd.h: -/usr/include/x86_64-linux-gnu/bits/posix_opt.h: +/usr/include/bits/posix_opt.h: -/usr/include/x86_64-linux-gnu/bits/environments.h: +/usr/include/bits/environments.h: -/usr/include/x86_64-linux-gnu/bits/confname.h: +/usr/include/bits/confname.h: /usr/include/getopt.h: -/usr/include/x86_64-linux-gnu/sys/stat.h: +/usr/include/sys/stat.h: -/usr/include/x86_64-linux-gnu/bits/stat.h: +/usr/include/bits/stat.h: /usr/include/math.h: -/usr/include/x86_64-linux-gnu/bits/huge_val.h: +/usr/include/bits/huge_val.h: -/usr/include/x86_64-linux-gnu/bits/huge_valf.h: +/usr/include/bits/huge_valf.h: -/usr/include/x86_64-linux-gnu/bits/huge_vall.h: +/usr/include/bits/huge_vall.h: -/usr/include/x86_64-linux-gnu/bits/inf.h: +/usr/include/bits/inf.h: -/usr/include/x86_64-linux-gnu/bits/nan.h: +/usr/include/bits/nan.h: -/usr/include/x86_64-linux-gnu/bits/mathdef.h: +/usr/include/bits/mathdef.h: -/usr/include/x86_64-linux-gnu/bits/mathcalls.h: +/usr/include/bits/mathcalls.h: -/usr/include/x86_64-linux-gnu/bits/mathinline.h: +/usr/include/bits/mathinline.h: diff --git a/src/midi/.deps/midi_loader.Plo b/src/midi/.deps/midi_loader.Plo index 9a76aa8..52eeb10 100644 --- a/src/midi/.deps/midi_loader.Plo +++ b/src/midi/.deps/midi_loader.Plo @@ -1,40 +1,29 @@ midi_loader.lo: midi_loader.c /usr/include/stdc-predef.h midi_loader.h \ fluid_list.h fluidsynth_priv.h fluid_midi_custom.h \ - /usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdint.h /usr/include/stdint.h \ - /usr/include/features.h /usr/include/x86_64-linux-gnu/sys/cdefs.h \ - /usr/include/x86_64-linux-gnu/bits/wordsize.h \ - /usr/include/x86_64-linux-gnu/gnu/stubs.h \ - /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ - /usr/include/x86_64-linux-gnu/bits/wchar.h /usr/include/stdio.h \ - /usr/lib/gcc/x86_64-linux-gnu/4.9/include/stddef.h \ - /usr/include/x86_64-linux-gnu/bits/types.h \ - /usr/include/x86_64-linux-gnu/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h /usr/include/wchar.h \ - /usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdarg.h \ - /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ - /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ - /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ - /usr/include/x86_64-linux-gnu/bits/waitflags.h \ - /usr/include/x86_64-linux-gnu/bits/waitstatus.h /usr/include/endian.h \ - /usr/include/x86_64-linux-gnu/bits/endian.h \ - /usr/include/x86_64-linux-gnu/bits/byteswap.h \ - /usr/include/x86_64-linux-gnu/bits/byteswap-16.h \ - /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/time.h \ - /usr/include/x86_64-linux-gnu/sys/select.h \ - /usr/include/x86_64-linux-gnu/bits/select.h \ - /usr/include/x86_64-linux-gnu/bits/sigset.h \ - /usr/include/x86_64-linux-gnu/bits/time.h \ - /usr/include/x86_64-linux-gnu/sys/sysmacros.h \ - /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h /usr/include/alloca.h \ - /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ - /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/string.h \ - /usr/include/xlocale.h /usr/include/x86_64-linux-gnu/bits/string.h \ - /usr/include/x86_64-linux-gnu/bits/string2.h /usr/include/unistd.h \ - /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ - /usr/include/x86_64-linux-gnu/bits/environments.h \ - /usr/include/x86_64-linux-gnu/bits/confname.h /usr/include/getopt.h \ - /usr/include/x86_64-linux-gnu/sys/stat.h \ - /usr/include/x86_64-linux-gnu/bits/stat.h fluid_midi.h \ + /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stdint.h \ + /usr/include/stdint.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h /usr/include/bits/wchar.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ + /usr/include/endian.h /usr/include/bits/endian.h \ + /usr/include/bits/byteswap.h /usr/include/bits/byteswap-16.h \ + /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ + /usr/include/bits/pthreadtypes.h /usr/include/alloca.h \ + /usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \ + /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \ + /usr/include/bits/string2.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ + /usr/include/bits/confname.h /usr/include/getopt.h \ + /usr/include/sys/stat.h /usr/include/bits/stat.h fluid_midi.h \ /usr/include/sndfile.h /usr/include/ladspa.h /usr/include/dssi.h \ /usr/include/alsa/seq_event.h @@ -48,29 +37,29 @@ fluidsynth_priv.h: fluid_midi_custom.h: -/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdint.h: +/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stdint.h: /usr/include/stdint.h: /usr/include/features.h: -/usr/include/x86_64-linux-gnu/sys/cdefs.h: +/usr/include/sys/cdefs.h: -/usr/include/x86_64-linux-gnu/bits/wordsize.h: +/usr/include/bits/wordsize.h: -/usr/include/x86_64-linux-gnu/gnu/stubs.h: +/usr/include/gnu/stubs.h: -/usr/include/x86_64-linux-gnu/gnu/stubs-64.h: +/usr/include/gnu/stubs-64.h: -/usr/include/x86_64-linux-gnu/bits/wchar.h: +/usr/include/bits/wchar.h: /usr/include/stdio.h: -/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stddef.h: +/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stddef.h: -/usr/include/x86_64-linux-gnu/bits/types.h: +/usr/include/bits/types.h: -/usr/include/x86_64-linux-gnu/bits/typesizes.h: +/usr/include/bits/typesizes.h: /usr/include/libio.h: @@ -78,71 +67,71 @@ fluid_midi_custom.h: /usr/include/wchar.h: -/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdarg.h: +/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stdarg.h: -/usr/include/x86_64-linux-gnu/bits/stdio_lim.h: +/usr/include/bits/stdio_lim.h: -/usr/include/x86_64-linux-gnu/bits/sys_errlist.h: +/usr/include/bits/sys_errlist.h: -/usr/include/x86_64-linux-gnu/bits/stdio.h: +/usr/include/bits/stdio.h: /usr/include/stdlib.h: -/usr/include/x86_64-linux-gnu/bits/waitflags.h: +/usr/include/bits/waitflags.h: -/usr/include/x86_64-linux-gnu/bits/waitstatus.h: +/usr/include/bits/waitstatus.h: /usr/include/endian.h: -/usr/include/x86_64-linux-gnu/bits/endian.h: +/usr/include/bits/endian.h: -/usr/include/x86_64-linux-gnu/bits/byteswap.h: +/usr/include/bits/byteswap.h: -/usr/include/x86_64-linux-gnu/bits/byteswap-16.h: +/usr/include/bits/byteswap-16.h: -/usr/include/x86_64-linux-gnu/sys/types.h: +/usr/include/sys/types.h: /usr/include/time.h: -/usr/include/x86_64-linux-gnu/sys/select.h: +/usr/include/sys/select.h: -/usr/include/x86_64-linux-gnu/bits/select.h: +/usr/include/bits/select.h: -/usr/include/x86_64-linux-gnu/bits/sigset.h: +/usr/include/bits/sigset.h: -/usr/include/x86_64-linux-gnu/bits/time.h: +/usr/include/bits/time.h: -/usr/include/x86_64-linux-gnu/sys/sysmacros.h: +/usr/include/sys/sysmacros.h: -/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h: +/usr/include/bits/pthreadtypes.h: /usr/include/alloca.h: -/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h: +/usr/include/bits/stdlib-bsearch.h: -/usr/include/x86_64-linux-gnu/bits/stdlib-float.h: +/usr/include/bits/stdlib-float.h: /usr/include/string.h: /usr/include/xlocale.h: -/usr/include/x86_64-linux-gnu/bits/string.h: +/usr/include/bits/string.h: -/usr/include/x86_64-linux-gnu/bits/string2.h: +/usr/include/bits/string2.h: /usr/include/unistd.h: -/usr/include/x86_64-linux-gnu/bits/posix_opt.h: +/usr/include/bits/posix_opt.h: -/usr/include/x86_64-linux-gnu/bits/environments.h: +/usr/include/bits/environments.h: -/usr/include/x86_64-linux-gnu/bits/confname.h: +/usr/include/bits/confname.h: /usr/include/getopt.h: -/usr/include/x86_64-linux-gnu/sys/stat.h: +/usr/include/sys/stat.h: -/usr/include/x86_64-linux-gnu/bits/stat.h: +/usr/include/bits/stat.h: fluid_midi.h: diff --git a/src/midi/.deps/test_midi_loader.Po b/src/midi/.deps/test_midi_loader.Po index 8b14bf4..6a06868 100644 --- a/src/midi/.deps/test_midi_loader.Po +++ b/src/midi/.deps/test_midi_loader.Po @@ -1,40 +1,29 @@ test_midi_loader.o: test_midi_loader.c /usr/include/stdc-predef.h \ midi_loader.h fluid_list.h fluidsynth_priv.h fluid_midi_custom.h \ - /usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdint.h /usr/include/stdint.h \ - /usr/include/features.h /usr/include/x86_64-linux-gnu/sys/cdefs.h \ - /usr/include/x86_64-linux-gnu/bits/wordsize.h \ - /usr/include/x86_64-linux-gnu/gnu/stubs.h \ - /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ - /usr/include/x86_64-linux-gnu/bits/wchar.h /usr/include/stdio.h \ - /usr/lib/gcc/x86_64-linux-gnu/4.9/include/stddef.h \ - /usr/include/x86_64-linux-gnu/bits/types.h \ - /usr/include/x86_64-linux-gnu/bits/typesizes.h /usr/include/libio.h \ - /usr/include/_G_config.h /usr/include/wchar.h \ - /usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdarg.h \ - /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ - /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ - /usr/include/x86_64-linux-gnu/bits/stdio.h /usr/include/stdlib.h \ - /usr/include/x86_64-linux-gnu/bits/waitflags.h \ - /usr/include/x86_64-linux-gnu/bits/waitstatus.h /usr/include/endian.h \ - /usr/include/x86_64-linux-gnu/bits/endian.h \ - /usr/include/x86_64-linux-gnu/bits/byteswap.h \ - /usr/include/x86_64-linux-gnu/bits/byteswap-16.h \ - /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/time.h \ - /usr/include/x86_64-linux-gnu/sys/select.h \ - /usr/include/x86_64-linux-gnu/bits/select.h \ - /usr/include/x86_64-linux-gnu/bits/sigset.h \ - /usr/include/x86_64-linux-gnu/bits/time.h \ - /usr/include/x86_64-linux-gnu/sys/sysmacros.h \ - /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h /usr/include/alloca.h \ - /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \ - /usr/include/x86_64-linux-gnu/bits/stdlib-float.h /usr/include/string.h \ - /usr/include/xlocale.h /usr/include/x86_64-linux-gnu/bits/string.h \ - /usr/include/x86_64-linux-gnu/bits/string2.h /usr/include/unistd.h \ - /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ - /usr/include/x86_64-linux-gnu/bits/environments.h \ - /usr/include/x86_64-linux-gnu/bits/confname.h /usr/include/getopt.h \ - /usr/include/x86_64-linux-gnu/sys/stat.h \ - /usr/include/x86_64-linux-gnu/bits/stat.h fluid_midi.h \ + /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stdint.h \ + /usr/include/stdint.h /usr/include/features.h /usr/include/sys/cdefs.h \ + /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ + /usr/include/gnu/stubs-64.h /usr/include/bits/wchar.h \ + /usr/include/stdio.h \ + /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stddef.h \ + /usr/include/bits/types.h /usr/include/bits/typesizes.h \ + /usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ + /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stdarg.h \ + /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ + /usr/include/bits/stdio.h /usr/include/stdlib.h \ + /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ + /usr/include/endian.h /usr/include/bits/endian.h \ + /usr/include/bits/byteswap.h /usr/include/bits/byteswap-16.h \ + /usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ + /usr/include/bits/select.h /usr/include/bits/sigset.h \ + /usr/include/bits/time.h /usr/include/sys/sysmacros.h \ + /usr/include/bits/pthreadtypes.h /usr/include/alloca.h \ + /usr/include/bits/stdlib-bsearch.h /usr/include/bits/stdlib-float.h \ + /usr/include/string.h /usr/include/xlocale.h /usr/include/bits/string.h \ + /usr/include/bits/string2.h /usr/include/unistd.h \ + /usr/include/bits/posix_opt.h /usr/include/bits/environments.h \ + /usr/include/bits/confname.h /usr/include/getopt.h \ + /usr/include/sys/stat.h /usr/include/bits/stat.h fluid_midi.h \ /usr/include/sndfile.h /usr/include/ladspa.h /usr/include/dssi.h \ /usr/include/alsa/seq_event.h @@ -48,29 +37,29 @@ fluidsynth_priv.h: fluid_midi_custom.h: -/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdint.h: +/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stdint.h: /usr/include/stdint.h: /usr/include/features.h: -/usr/include/x86_64-linux-gnu/sys/cdefs.h: +/usr/include/sys/cdefs.h: -/usr/include/x86_64-linux-gnu/bits/wordsize.h: +/usr/include/bits/wordsize.h: -/usr/include/x86_64-linux-gnu/gnu/stubs.h: +/usr/include/gnu/stubs.h: -/usr/include/x86_64-linux-gnu/gnu/stubs-64.h: +/usr/include/gnu/stubs-64.h: -/usr/include/x86_64-linux-gnu/bits/wchar.h: +/usr/include/bits/wchar.h: /usr/include/stdio.h: -/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stddef.h: +/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stddef.h: -/usr/include/x86_64-linux-gnu/bits/types.h: +/usr/include/bits/types.h: -/usr/include/x86_64-linux-gnu/bits/typesizes.h: +/usr/include/bits/typesizes.h: /usr/include/libio.h: @@ -78,71 +67,71 @@ fluid_midi_custom.h: /usr/include/wchar.h: -/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdarg.h: +/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.2/include/stdarg.h: -/usr/include/x86_64-linux-gnu/bits/stdio_lim.h: +/usr/include/bits/stdio_lim.h: -/usr/include/x86_64-linux-gnu/bits/sys_errlist.h: +/usr/include/bits/sys_errlist.h: -/usr/include/x86_64-linux-gnu/bits/stdio.h: +/usr/include/bits/stdio.h: /usr/include/stdlib.h: -/usr/include/x86_64-linux-gnu/bits/waitflags.h: +/usr/include/bits/waitflags.h: -/usr/include/x86_64-linux-gnu/bits/waitstatus.h: +/usr/include/bits/waitstatus.h: /usr/include/endian.h: -/usr/include/x86_64-linux-gnu/bits/endian.h: +/usr/include/bits/endian.h: -/usr/include/x86_64-linux-gnu/bits/byteswap.h: +/usr/include/bits/byteswap.h: -/usr/include/x86_64-linux-gnu/bits/byteswap-16.h: +/usr/include/bits/byteswap-16.h: -/usr/include/x86_64-linux-gnu/sys/types.h: +/usr/include/sys/types.h: /usr/include/time.h: -/usr/include/x86_64-linux-gnu/sys/select.h: +/usr/include/sys/select.h: -/usr/include/x86_64-linux-gnu/bits/select.h: +/usr/include/bits/select.h: -/usr/include/x86_64-linux-gnu/bits/sigset.h: +/usr/include/bits/sigset.h: -/usr/include/x86_64-linux-gnu/bits/time.h: +/usr/include/bits/time.h: -/usr/include/x86_64-linux-gnu/sys/sysmacros.h: +/usr/include/sys/sysmacros.h: -/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h: +/usr/include/bits/pthreadtypes.h: /usr/include/alloca.h: -/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h: +/usr/include/bits/stdlib-bsearch.h: -/usr/include/x86_64-linux-gnu/bits/stdlib-float.h: +/usr/include/bits/stdlib-float.h: /usr/include/string.h: /usr/include/xlocale.h: -/usr/include/x86_64-linux-gnu/bits/string.h: +/usr/include/bits/string.h: -/usr/include/x86_64-linux-gnu/bits/string2.h: +/usr/include/bits/string2.h: /usr/include/unistd.h: -/usr/include/x86_64-linux-gnu/bits/posix_opt.h: +/usr/include/bits/posix_opt.h: -/usr/include/x86_64-linux-gnu/bits/environments.h: +/usr/include/bits/environments.h: -/usr/include/x86_64-linux-gnu/bits/confname.h: +/usr/include/bits/confname.h: /usr/include/getopt.h: -/usr/include/x86_64-linux-gnu/sys/stat.h: +/usr/include/sys/stat.h: -/usr/include/x86_64-linux-gnu/bits/stat.h: +/usr/include/bits/stat.h: fluid_midi.h: diff --git a/src/midi/.libs/fluid_list.o b/src/midi/.libs/fluid_list.o new file mode 100644 index 0000000..47cf711 Binary files /dev/null and b/src/midi/.libs/fluid_list.o differ diff --git a/src/midi/.libs/fluid_midi.o b/src/midi/.libs/fluid_midi.o new file mode 100644 index 0000000..ebd933d Binary files /dev/null and b/src/midi/.libs/fluid_midi.o differ diff --git a/src/midi/.libs/libfluidmidi.a b/src/midi/.libs/libfluidmidi.a new file mode 100644 index 0000000..8b08563 Binary files /dev/null and b/src/midi/.libs/libfluidmidi.a differ diff --git a/src/midi/.libs/libfluidmidi.la b/src/midi/.libs/libfluidmidi.la new file mode 120000 index 0000000..e37d14e --- /dev/null +++ b/src/midi/.libs/libfluidmidi.la @@ -0,0 +1 @@ +../libfluidmidi.la \ No newline at end of file diff --git a/src/midi/.libs/midi_loader.o b/src/midi/.libs/midi_loader.o new file mode 100644 index 0000000..cc96d74 Binary files /dev/null and b/src/midi/.libs/midi_loader.o differ diff --git a/src/midi/Makefile b/src/midi/Makefile index 75eb2cb..37310c9 100644 --- a/src/midi/Makefile +++ b/src/midi/Makefile @@ -165,15 +165,15 @@ am__define_uniq_tagged_files = \ ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = ${SHELL} /tmp/new/dssi-render/missing aclocal-1.14 +ACLOCAL = ${SHELL} /tmp/mybaby/dssi-render/missing aclocal-1.14 ALSA_CFLAGS = -I/usr/include/alsa ALSA_LIBS = -lasound AMTAR = $${TAR-tar} AM_DEFAULT_VERBOSITY = 1 AR = ar -AUTOCONF = ${SHELL} /tmp/new/dssi-render/missing autoconf -AUTOHEADER = ${SHELL} /tmp/new/dssi-render/missing autoheader -AUTOMAKE = ${SHELL} /tmp/new/dssi-render/missing automake-1.14 +AUTOCONF = ${SHELL} /tmp/mybaby/dssi-render/missing autoconf +AUTOHEADER = ${SHELL} /tmp/mybaby/dssi-render/missing autoheader +AUTOMAKE = ${SHELL} /tmp/mybaby/dssi-render/missing automake-1.14 AWK = gawk CC = gcc CCDEPMODE = depmode=gcc3 @@ -191,10 +191,10 @@ DUMPBIN = ECHO_C = ECHO_N = -n ECHO_T = -EGREP = /bin/grep -E +EGREP = /usr/bin/grep -E EXEEXT = -FGREP = /bin/grep -F -GREP = /bin/grep +FGREP = /usr/bin/grep -F +GREP = /usr/bin/grep INSTALL = /usr/bin/install -c INSTALL_DATA = ${INSTALL} -m 644 INSTALL_PROGRAM = ${INSTALL} @@ -208,9 +208,10 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool LIPO = LN_S = ln -s LTLIBOBJS = -MAKEINFO = ${SHELL} /tmp/new/dssi-render/missing makeinfo +LT_SYS_LIBRARY_PATH = +MAKEINFO = ${SHELL} /tmp/mybaby/dssi-render/missing makeinfo MANIFEST_TOOL = : -MKDIR_P = /bin/mkdir -p +MKDIR_P = /usr/bin/mkdir -p NM = /usr/bin/nm -B NMEDIT = OBJDUMP = objdump @@ -229,17 +230,17 @@ PKG_CONFIG = /usr/bin/pkg-config PKG_CONFIG_LIBDIR = PKG_CONFIG_PATH = RANLIB = ranlib -SED = /bin/sed +SED = /usr/bin/sed SET_MAKE = -SHELL = /bin/bash +SHELL = /bin/sh SNDFILE_CFLAGS = SNDFILE_LIBS = -lsndfile STRIP = strip VERSION = 0.0.1 -abs_builddir = /tmp/new/dssi-render/src/midi -abs_srcdir = /tmp/new/dssi-render/src/midi -abs_top_builddir = /tmp/new/dssi-render -abs_top_srcdir = /tmp/new/dssi-render +abs_builddir = /tmp/mybaby/dssi-render/src/midi +abs_srcdir = /tmp/mybaby/dssi-render/src/midi +abs_top_builddir = /tmp/mybaby/dssi-render +abs_top_srcdir = /tmp/mybaby/dssi-render ac_ct_AR = ar ac_ct_CC = gcc ac_ct_DUMPBIN = @@ -268,7 +269,7 @@ host_vendor = unknown htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info -install_sh = ${SHELL} /tmp/new/dssi-render/install-sh +install_sh = ${SHELL} /tmp/mybaby/dssi-render/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale diff --git a/src/midi/Makefile.in b/src/midi/Makefile.in index f406eb8..277a1d2 100644 --- a/src/midi/Makefile.in +++ b/src/midi/Makefile.in @@ -208,6 +208,7 @@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ diff --git a/src/midi/fluid_list.lo b/src/midi/fluid_list.lo new file mode 100644 index 0000000..d64b0af --- /dev/null +++ b/src/midi/fluid_list.lo @@ -0,0 +1,12 @@ +# fluid_list.lo - a libtool object file +# Generated by libtool (GNU libtool) 2.4.5 +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# Name of the PIC object. +pic_object='.libs/fluid_list.o' + +# Name of the non-PIC object +non_pic_object='fluid_list.o' + diff --git a/src/midi/fluid_list.o b/src/midi/fluid_list.o new file mode 100644 index 0000000..3dfd263 Binary files /dev/null and b/src/midi/fluid_list.o differ diff --git a/src/midi/fluid_midi.lo b/src/midi/fluid_midi.lo new file mode 100644 index 0000000..e6c8f8c --- /dev/null +++ b/src/midi/fluid_midi.lo @@ -0,0 +1,12 @@ +# fluid_midi.lo - a libtool object file +# Generated by libtool (GNU libtool) 2.4.5 +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# Name of the PIC object. +pic_object='.libs/fluid_midi.o' + +# Name of the non-PIC object +non_pic_object='fluid_midi.o' + diff --git a/src/midi/fluid_midi.o b/src/midi/fluid_midi.o new file mode 100644 index 0000000..1eb3b2c Binary files /dev/null and b/src/midi/fluid_midi.o differ diff --git a/src/midi/libfluidmidi.la b/src/midi/libfluidmidi.la new file mode 100644 index 0000000..ba6337a --- /dev/null +++ b/src/midi/libfluidmidi.la @@ -0,0 +1,41 @@ +# libfluidmidi.la - a libtool library file +# Generated by libtool (GNU libtool) 2.4.5 +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='' + +# Names of this library. +library_names='' + +# The name of the static archive. +old_library='libfluidmidi.a' + +# Linker flags that cannot go in dependency_libs. +inherited_linker_flags='' + +# Libraries that this one depends upon. +dependency_libs='' + +# Names of additional weak libraries provided by this library +weak_library_names='' + +# Version information for libfluidmidi. +current= +age= +revision= + +# Is this an already installed library? +installed=no + +# Should we warn about portability when linking against -modules? +shouldnotlink=no + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='' diff --git a/src/midi/midi_loader.lo b/src/midi/midi_loader.lo new file mode 100644 index 0000000..81ceea5 --- /dev/null +++ b/src/midi/midi_loader.lo @@ -0,0 +1,12 @@ +# midi_loader.lo - a libtool object file +# Generated by libtool (GNU libtool) 2.4.5 +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# Name of the PIC object. +pic_object='.libs/midi_loader.o' + +# Name of the non-PIC object +non_pic_object='midi_loader.o' + diff --git a/src/midi/midi_loader.o b/src/midi/midi_loader.o new file mode 100644 index 0000000..98a71f2 Binary files /dev/null and b/src/midi/midi_loader.o differ diff --git a/src/midi/test_midi_loader b/src/midi/test_midi_loader new file mode 100755 index 0000000..ef0a324 Binary files /dev/null and b/src/midi/test_midi_loader differ diff --git a/src/midi/test_midi_loader.o b/src/midi/test_midi_loader.o new file mode 100644 index 0000000..4804447 Binary files /dev/null and b/src/midi/test_midi_loader.o differ diff --git a/src/test.mid b/src/test.mid new file mode 100644 index 0000000..bdeb70b Binary files /dev/null and b/src/test.mid differ -- cgit v1.2.3-70-g09d2